Bug 172169 - [patch] net-p2p/ncdc upgrade to 1.13
Summary: [patch] net-p2p/ncdc upgrade to 1.13
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-29 21:20 UTC by Aragon Gouveia
Modified: 2012-10-01 08:10 UTC (History)
0 users

See Also:


Attachments
file.diff (729 bytes, patch)
2012-09-29 21:20 UTC, Aragon Gouveia
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aragon Gouveia 2012-09-29 21:20:02 UTC
Upgrade NCDC port to latest upstream release, 1.13.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-29 21:20:16 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-29 21:20:20 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Dmitriy Limonov 2012-09-30 07:04:51 UTC
Please commit this patch.
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-10-01 07:56:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-10-01 08:00:35 UTC
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"
Comment 6 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-10-01 08:00:58 UTC
State Changed
From-To: feedback->closed

Committed, thank you!