FreeBSD Bugzilla – Attachment 255082 Details for
Bug 282657
net-p2p/ncdc: update 1.22.1 → 1.24.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] net-p2p/ncdc: update 1.22.1 → 1.24.1
0001-net-p2p-ncdc-update-1.22.1-1.24.1.patch (text/plain), 2.53 KB, created by
Älven
on 2024-11-10 20:44:09 UTC
(
hide
)
Description:
[PATCH] net-p2p/ncdc: update 1.22.1 → 1.24.1
Filename:
MIME Type:
Creator:
Älven
Created:
2024-11-10 20:44:09 UTC
Size:
2.53 KB
patch
obsolete
>From 7bfc5526d14e62467ad4b36da968eb4ab63f404e Mon Sep 17 00:00:00 2001 >From: Ãlven <alster@vinterdalen.se> >Date: Sun, 10 Nov 2024 03:11:17 +0400 >Subject: [PATCH] net-p2p/ncdc: update 1.22.1 â 1.24.1 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >* Sort LIB_DEPENDS >* Some linting >--- > net-p2p/ncdc/Makefile | 24 +++++++++++------------- > net-p2p/ncdc/distinfo | 6 +++--- > 2 files changed, 14 insertions(+), 16 deletions(-) > >diff --git a/net-p2p/ncdc/Makefile b/net-p2p/ncdc/Makefile >index 25b71f47b565..ad431af4b973 100644 >--- a/net-p2p/ncdc/Makefile >+++ b/net-p2p/ncdc/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= ncdc >-PORTVERSION= 1.22.1 >-PORTREVISION= 4 >+DISTVERSION= 1.24.1 > CATEGORIES= net-p2p > MASTER_SITES= http://dev.yorhel.nl/download/ > >@@ -9,31 +8,30 @@ COMMENT= Lightweight direct connect client with ncurses interface > WWW= https://dev.yorhel.nl/ncdc > > LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/COPYING > >-LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ >- libpcre.so:devel/pcre \ >+LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ > libgmp.so:math/gmp \ > libgnutls.so:security/gnutls \ >- libgcrypt.so:security/libgcrypt \ > libnettle.so:security/nettle \ >- libp11-kit.so:security/p11-kit >+ libp11-kit.so:security/p11-kit \ >+ libpcre.so:devel/pcre \ >+ libsqlite3.so:databases/sqlite3 > >-USES= compiler:c11 gmake gnome pkgconfig ncurses >+USES= compiler:c11 gmake gnome pkgconfig localbase:ldflags ncurses > USE_GNOME= glib20 >+ > GNU_CONFIGURE= yes >-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share >+CONFIGURE_ENV= NCURSES_CFLAGS="-L${NCURSESLIB}" NCURSES_LIBS="-lncursesw" >+ > PLIST_FILES= bin/ncdc \ > share/man/man1/ncdc.1.gz > >-CONFIGURE_ENV= NCURSES_CFLAGS="-L${NCURSESLIB}" NCURSES_LIBS="-lncursesw" >-CFLAGS+= -I${LOCALBASE}/include >-LDFLAGS+= -L${LOCALBASE}/lib >- > OPTIONS_DEFINE= GEOIP > OPTIONS_DEFAULT= GEOIP > >+GEOIP_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb > GEOIP_CONFIGURE_WITH= geoip > GEOIP_CONFIGURE_ENV= GEOIP_LIBS="-L${LOCALBASE}/lib -lmaxminddb" >-GEOIP_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb > > .include <bsd.port.mk> >diff --git a/net-p2p/ncdc/distinfo b/net-p2p/ncdc/distinfo >index e6ce516a8d40..86a51002888b 100644 >--- a/net-p2p/ncdc/distinfo >+++ b/net-p2p/ncdc/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1564822079 >-SHA256 (ncdc-1.22.1.tar.gz) = d15fd378aa345f423e59a38691c668f69b516cd4b8afbbcdc446007740c3afad >-SIZE (ncdc-1.22.1.tar.gz) = 371572 >+TIMESTAMP = 1731190108 >+SHA256 (ncdc-1.24.1.tar.gz) = 2a8ab9ad7d43f018fc73ba8babd689dfa44aba8cec53b88e4770185cb97778f7 >+SIZE (ncdc-1.24.1.tar.gz) = 377704 >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282657
:
255059
|
255082
|
255234