Date: Wed, 28 Nov 2012 22:06:57 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307943 - head/net-p2p/ncdc Message-ID: <201211282206.qASM6vI1039297@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Wed Nov 28 22:06:57 2012 New Revision: 307943 URL: http://svnweb.freebsd.org/changeset/ports/307943 Log: - Update to version 1.14 [1] - Remove GDBM option [1] - Add missing deps - Ports needs pkg-config during build PR: ports/173705 [1] Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) Feature safe: yes Modified: head/net-p2p/ncdc/Makefile head/net-p2p/ncdc/distinfo Modified: head/net-p2p/ncdc/Makefile ============================================================================== --- head/net-p2p/ncdc/Makefile Wed Nov 28 22:00:01 2012 (r307942) +++ head/net-p2p/ncdc/Makefile Wed Nov 28 22:06:57 2012 (r307943) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ncdc -PORTVERSION= 1.13 +PORTVERSION= 1.14 CATEGORIES= net-p2p MASTER_SITES= SF \ http://dev.yorhel.nl/download/ @@ -12,29 +12,21 @@ MAINTAINER= earl1k@mail.ru COMMENT= Lightweight direct connect client with ncurses interface LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \ - xml2:${PORTSDIR}/textproc/libxml2 \ - gnutls:${PORTSDIR}/security/gnutls - -OPTIONS_DEFINE= GDBM -GDBM_DESC= Build ncdc-db-upgrade + pcre:${PORTSDIR}/devel/pcre \ + gmp:${PORTSDIR}/math/gmp \ + gnutls:${PORTSDIR}/security/gnutls \ + nettle:${PORTSDIR}/security/nettle \ + p11-kit:${PORTSDIR}/security/p11-kit +USE_PKGCONFIG= build +USE_NCURSES= yes USE_GNOME= glib20 USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= ncdc.1 PLIST_FILES= bin/ncdc -#force base compiler,linker flags to avoid linking to ncurses from ports -CFLAGS+= -I/usr/include -I${LOCALBASE}/include -LDFLAGS+= -L/usr/lib -L${LOCALBASE}/lib - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MGDBM} -CONFIGURE_ARGS+=--enable-db-upgrade -LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm -PLIST_FILES+= bin/ncdc-db-upgrade -MAN1+= ncdc-db-upgrade.1 -.endif +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> Modified: head/net-p2p/ncdc/distinfo ============================================================================== --- head/net-p2p/ncdc/distinfo Wed Nov 28 22:00:01 2012 (r307942) +++ head/net-p2p/ncdc/distinfo Wed Nov 28 22:06:57 2012 (r307943) @@ -1,2 +1,2 @@ -SHA256 (ncdc-1.13.tar.gz) = 780141b0374e34373e5587d9de43f9e15aa94a7a06a1207e5d55e97d36f201c0 -SIZE (ncdc-1.13.tar.gz) = 344585 +SHA256 (ncdc-1.14.tar.gz) = 050f692cf59e7251cc6593f35545e907c72254d4582ba2c82f3d8ff8fd082deb +SIZE (ncdc-1.14.tar.gz) = 336616
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211282206.qASM6vI1039297>