Upgrade NCDC port to latest upstream release, 1.13. Fix: Patch attached with submission follows:
Maintainer of net-p2p/ncdc, Please note that PR ports/172169 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/172169 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Please commit this patch.
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
Author: rm Date: Mon Oct 1 06:59:54 2012 New Revision: 305094 URL: http://svn.freebsd.org/changeset/ports/305094 Log: - update to 1.13 while here: - convert to optionsng - trim Makefile header PR: 172169 Submitted by: Aragon Gouveia <aragon at phat.za dot net> Approved by: EARL <earl1k at mail dot ru> (maintainer) Modified: head/net-p2p/ncdc/Makefile head/net-p2p/ncdc/distinfo Modified: head/net-p2p/ncdc/Makefile ============================================================================== --- head/net-p2p/ncdc/Makefile Mon Oct 1 05:09:18 2012 (r305093) +++ head/net-p2p/ncdc/Makefile Mon Oct 1 06:59:54 2012 (r305094) @@ -1,12 +1,8 @@ -# New ports collection makefile for: ncdc -# Date created: 28 November 2011 -# Whom: Dmitriy Limonov -# +# Created by: Dmitriy Limonov # $FreeBSD$ -# PORTNAME= ncdc -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= net-p2p MASTER_SITES= SF \ http://dev.yorhel.nl/download/ @@ -19,7 +15,8 @@ LIB_DEPENDS= sqlite3:${PORTSDIR}/databas xml2:${PORTSDIR}/textproc/libxml2 \ gnutls:${PORTSDIR}/security/gnutls -OPTIONS= GDBM "Build ncdc-db-upgrade" off +OPTIONS_DEFINE= GDBM +GDBM_DESC= Build ncdc-db-upgrade USE_GNOME= glib20 USE_GMAKE= yes @@ -33,7 +30,7 @@ LDFLAGS+= -L/usr/lib -L${LOCALBASE}/lib .include <bsd.port.options.mk> -.if defined(WITH_GDBM) +.if ${PORT_OPTIONS:MGDBM} CONFIGURE_ARGS+=--enable-db-upgrade LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm PLIST_FILES+= bin/ncdc-db-upgrade Modified: head/net-p2p/ncdc/distinfo ============================================================================== --- head/net-p2p/ncdc/distinfo Mon Oct 1 05:09:18 2012 (r305093) +++ head/net-p2p/ncdc/distinfo Mon Oct 1 06:59:54 2012 (r305094) @@ -1,2 +1,2 @@ -SHA256 (ncdc-1.12.tar.gz) = 2613710695e0a1083e67f5a2653f64d5c3a3487e28daf927f7713ec97172f5c4 -SIZE (ncdc-1.12.tar.gz) = 339159 +SHA256 (ncdc-1.13.tar.gz) = 780141b0374e34373e5587d9de43f9e15aa94a7a06a1207e5d55e97d36f201c0 +SIZE (ncdc-1.13.tar.gz) = 344585 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thank you!