diff options
author | pawel <pawel@FreeBSD.org> | 2013-03-14 01:13:35 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-03-14 01:13:35 +0800 |
commit | 4eb2b620c8eb9b23cec507c341ef59453c7d7674 (patch) | |
tree | 2f900be83b8141c9d2b4a14c43f0a4dd644eab16 /net-p2p | |
parent | 0cc64ad3249426a25d8389228a4f91e64440c719 (diff) | |
download | freebsd-ports-gnome-4eb2b620c8eb9b23cec507c341ef59453c7d7674.tar.gz freebsd-ports-gnome-4eb2b620c8eb9b23cec507c341ef59453c7d7674.tar.zst freebsd-ports-gnome-4eb2b620c8eb9b23cec507c341ef59453c7d7674.zip |
- Update to version 1.15 [1]
- Add dependency on security/libgcrypt, configure script
requires it for gnutls < 3.0.0
PR: ports/176658 [1]
Submitted by: Dmitriy Limonov <earl1k@mail.ru>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ncdc/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/ncdc/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/ncdc/Makefile b/net-p2p/ncdc/Makefile index 89a045bf9af3..665c51af2de8 100644 --- a/net-p2p/ncdc/Makefile +++ b/net-p2p/ncdc/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ncdc -PORTVERSION= 1.14 -PORTREVISION= 2 +PORTVERSION= 1.15 CATEGORIES= net-p2p MASTER_SITES= SF \ http://dev.yorhel.nl/download/ @@ -16,6 +15,7 @@ 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 diff --git a/net-p2p/ncdc/distinfo b/net-p2p/ncdc/distinfo index c99a31d7b207..29bdda00086c 100644 --- a/net-p2p/ncdc/distinfo +++ b/net-p2p/ncdc/distinfo @@ -1,2 +1,2 @@ -SHA256 (ncdc-1.14.tar.gz) = 050f692cf59e7251cc6593f35545e907c72254d4582ba2c82f3d8ff8fd082deb -SIZE (ncdc-1.14.tar.gz) = 336616 +SHA256 (ncdc-1.15.tar.gz) = 88367691d5ab36bcd40ecab0f2ebfa592634752359ef7d813adb4b757f2d5b8c +SIZE (ncdc-1.15.tar.gz) = 339891 |