aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2013-10-04 22:41:19 +0800
committerdanilo <danilo@FreeBSD.org>2013-10-04 22:41:19 +0800
commit6d932008607b15e3424e4aad7b3d6a2e764b3a33 (patch)
tree51178ef2da204885c42582068548f69c416eb11b /net-p2p
parenta104663c5652c14406dfc8e7eab67be85fc7cc07 (diff)
downloadfreebsd-ports-gnome-6d932008607b15e3424e4aad7b3d6a2e764b3a33.tar.gz
freebsd-ports-gnome-6d932008607b15e3424e4aad7b3d6a2e764b3a33.tar.zst
freebsd-ports-gnome-6d932008607b15e3424e4aad7b3d6a2e764b3a33.zip
- Update from 1.17 to 1.18 [1]
- Convert LIB_DEPENDS to new syntax - Convert USE_GMAKE to USES - Add stage support PR: ports/182592 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) [1] Approved by: wg / culot (mentors, implicit)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/ncdc/Makefile25
-rw-r--r--net-p2p/ncdc/distinfo4
2 files changed, 13 insertions, 16 deletions
diff --git a/net-p2p/ncdc/Makefile b/net-p2p/ncdc/Makefile
index 19a6c0d45a9e..a54246b89751 100644
--- a/net-p2p/ncdc/Makefile
+++ b/net-p2p/ncdc/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= ncdc
-PORTVERSION= 1.17
-PORTREVISION= 1
+PORTVERSION= 1.18
CATEGORIES= net-p2p
MASTER_SITES= SF \
http://dev.yorhel.nl/download/
@@ -14,23 +13,21 @@ COMMENT= Lightweight direct connect client with ncurses interface
LICENSE= MIT
-LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \
- pcre:${PORTSDIR}/devel/pcre \
- gmp:${PORTSDIR}/math/gmp \
- gnutls:${PORTSDIR}/security/gnutls \
- gcrypt:${PORTSDIR}/security/libgcrypt \
- nettle:${PORTSDIR}/security/nettle \
- p11-kit:${PORTSDIR}/security/p11-kit
+LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
+ libpcre.so:${PORTSDIR}/devel/pcre \
+ libgmp.so:${PORTSDIR}/math/gmp \
+ libgnutls.so:${PORTSDIR}/security/gnutls \
+ libgcrypt.so:${PORTSDIR}/security/libgcrypt \
+ libnettle.so:${PORTSDIR}/security/nettle \
+ libp11-kit.so:${PORTSDIR}/security/p11-kit
-USES= pkgconfig ncurses
+USES= gmake pkgconfig ncurses
USE_GNOME= glib20
-USE_GMAKE= yes
GNU_CONFIGURE= yes
-MAN1= ncdc.1
-PLIST_FILES= bin/ncdc
+PLIST_FILES= bin/ncdc \
+ man/man1/ncdc.1.gz
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-p2p/ncdc/distinfo b/net-p2p/ncdc/distinfo
index 8b06f6aeb282..66a3eabb3d45 100644
--- a/net-p2p/ncdc/distinfo
+++ b/net-p2p/ncdc/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ncdc-1.17.tar.gz) = 7c4e1d004a8a87cc2647b4a116298a4c05f38ee0656873f3666b33a769cdec41
-SIZE (ncdc-1.17.tar.gz) = 338953
+SHA256 (ncdc-1.18.tar.gz) = 9746732c076c6a0610d060ccb1f7b5306163e022da711c8363ed3653bdbec0af
+SIZE (ncdc-1.18.tar.gz) = 350326