From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 22:06:57 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A721F80A; Wed, 28 Nov 2012 22:06:57 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 736FA8FC0C; Wed, 28 Nov 2012 22:06:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASM6vkl039300; Wed, 28 Nov 2012 22:06:57 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASM6vI1039297; Wed, 28 Nov 2012 22:06:57 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211282206.qASM6vI1039297@svn.freebsd.org> From: Pawel Pekala Date: Wed, 28 Nov 2012 22:06:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307943 - head/net-p2p/ncdc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2012 22:06:57 -0000 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 (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 - -.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 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