Date: Fri, 4 Oct 2013 14:41:19 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329317 - head/net-p2p/ncdc Message-ID: <201310041441.r94EfJkf016698@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Fri Oct 4 14:41:19 2013 New Revision: 329317 URL: http://svnweb.freebsd.org/changeset/ports/329317 Log: - 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) Modified: head/net-p2p/ncdc/Makefile head/net-p2p/ncdc/distinfo Modified: head/net-p2p/ncdc/Makefile ============================================================================== --- head/net-p2p/ncdc/Makefile Fri Oct 4 14:35:20 2013 (r329316) +++ head/net-p2p/ncdc/Makefile Fri Oct 4 14:41:19 2013 (r329317) @@ -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 clie 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> Modified: head/net-p2p/ncdc/distinfo ============================================================================== --- head/net-p2p/ncdc/distinfo Fri Oct 4 14:35:20 2013 (r329316) +++ head/net-p2p/ncdc/distinfo Fri Oct 4 14:41:19 2013 (r329317) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310041441.r94EfJkf016698>