From owner-svn-ports-all@FreeBSD.ORG Fri Oct 4 14:41:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1779F6F8; Fri, 4 Oct 2013 14:41:20 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DFC9D21BB; Fri, 4 Oct 2013 14:41:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r94EfJFC016702; Fri, 4 Oct 2013 14:41:19 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r94EfJkf016698; Fri, 4 Oct 2013 14:41:19 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201310041441.r94EfJkf016698@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Fri, 4 Oct 2013 14:41:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329317 - 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: Fri, 04 Oct 2013 14:41:20 -0000 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 (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 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