Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 1.23.1 #27376

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions net/ncdc/Portfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in net/ncdc/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint ncdc: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in net/ncdc/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint ncdc: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in net/ncdc/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint ncdc: Warning: Unnecessary platforms line as darwin is the default

PortSystem 1.0

name ncdc
version 1.23.1
version 1.24.1
categories net chat
platforms darwin
maintainers nomaintainer
Expand All @@ -17,9 +17,9 @@
homepage https://dev.yorhel.nl/ncdc
master_sites https://dev.yorhel.nl/download/

checksums rmd160 898fd9ccc7fb0ac7d88bcf3a04dcb413c10b74e4 \
sha256 95881214077a5b3c24fbbaf020ada0d084ee3b596a7c3cc1e0e68aaac4c9b5e6 \
size 378481
checksums rmd160 1ef94ffb761cec7eef49ef36a648c9f6f24ddaa9 \
sha256 2a8ab9ad7d43f018fc73ba8babd689dfa44aba8cec53b88e4770185cb97778f7 \
size 377704

depends_build port:pkgconfig

Expand Down