From nobody@FreeBSD.org  Wed Feb 15 20:01:10 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 27DF8106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 15 Feb 2012 20:01:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 176F08FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 15 Feb 2012 20:01:10 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1FK19Yw008239
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 15 Feb 2012 20:01:09 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q1FK190W008238;
	Wed, 15 Feb 2012 20:01:09 GMT
	(envelope-from nobody)
Message-Id: <201202152001.q1FK190W008238@red.freebsd.org>
Date: Wed, 15 Feb 2012 20:01:09 GMT
From: Dmitriy Limonov <earl1k@mail.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Update] net-p2p/ncdc to 1.8
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         165187
>Category:       ports
>Synopsis:       [Update] net-p2p/ncdc to 1.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jgh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 15 20:10:09 UTC 2012
>Closed-Date:    Wed Feb 15 22:46:12 UTC 2012
>Last-Modified:  Wed Feb 15 22:50:14 UTC 2012
>Originator:     Dmitriy Limonov
>Release:        FreeBSD 8.2-RELEASE-p5 amd64
>Organization:
>Environment:
FreeBSD excluzive.ws 8.2-RELEASE-p5 FreeBSD 8.2-RELEASE-p5 #0: Sun Dec 25 09:12:20 MSK 2011 earl@excluzive.ws:/usr/obj/usr/src/sys/EXCLUZIVE amd64
>Description:
Update ncdc to version 1.8
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Naur ncdc.orig/Makefile ncdc/Makefile
--- ncdc.orig/Makefile	2012-02-15 23:46:05.000000000 +0400
+++ ncdc/Makefile	2012-02-15 23:55:51.264490454 +0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ncdc
-PORTVERSION=	1.7
+PORTVERSION=	1.8
 CATEGORIES=	net-p2p
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://dev.yorhel.nl/download/
@@ -24,7 +24,7 @@
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 MAKEFILE=	GNUmakefile
-MAN1=		ncdc.1 ncdc-gen-cert.1 ncdc-db-upgrade.1
+MAN1=		ncdc.1 ncdc-gen-cert.1
 PLIST_FILES=	bin/ncdc bin/ncdc-gen-cert
 
 #force base compiler,linker flags to avoid linking to ncurses from ports
@@ -36,12 +36,10 @@
 .if defined(WITH_GDBM)
 LIB_DEPENDS+=	gdbm:${PORTSDIR}/databases/gdbm
 PLIST_FILES+=	bin/ncdc-db-upgrade
+MAN1+=		ncdc-db-upgrade.1
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} \
-		-e 's/\(GRegex \*nand\[fl_.*\)\]/\1+1]/' \
-		${WRKSRC}/src/fl_util.c
 .if defined(WITHOUT_GDBM)
 	@${REINPLACE_CMD} \
 		-e '/have_gdbm=yes/d' \
diff -Naur ncdc.orig/distinfo ncdc/distinfo
--- ncdc.orig/distinfo	2012-01-06 21:25:50.000000000 +0400
+++ ncdc/distinfo	2012-02-15 23:46:29.878018941 +0400
@@ -1,2 +1,2 @@
-SHA256 (ncdc-1.7.tar.gz) = 5198a88d797bcd246e9d33080b9e07ce747fd14e5146902175055676b6d8145f
-SIZE (ncdc-1.7.tar.gz) = 309915
+SHA256 (ncdc-1.8.tar.gz) = 361c0e0c20a81ecaa66a68bf82fc792395219d2d03ed18f75db3ca2133549def
+SIZE (ncdc-1.8.tar.gz) = 313804


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jgh 
Responsible-Changed-By: jgh 
Responsible-Changed-When: Wed Feb 15 21:07:03 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165187 
State-Changed-From-To: open->closed 
State-Changed-By: jgh 
State-Changed-When: Wed Feb 15 22:46:11 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165187 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165187: commit references a PR
Date: Wed, 15 Feb 2012 22:46:02 +0000 (UTC)

 jgh         2012-02-15 22:45:52 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p/ncdc         Makefile distinfo 
   Log:
   - Update to 1.8
   - while here shorten master_sites for sourceforge to SF
   
   PR:     ports/165187
   Submitted by:   maintainer, earl1k at mail.ru
   
   Revision  Changes    Path
   1.4       +4 -6      ports/net-p2p/ncdc/Makefile
   1.4       +2 -2      ports/net-p2p/ncdc/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
