Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2012 20:01:09 GMT
From:      Dmitriy Limonov <earl1k@mail.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165187: [Update] net-p2p/ncdc to 1.8
Message-ID:  <201202152001.q1FK190W008238@red.freebsd.org>
Resent-Message-ID: <201202152010.q1FKA9d6061791@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165187
>Category:       ports
>Synopsis:       [Update] net-p2p/ncdc to 1.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 15 20:10:09 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202152001.q1FK190W008238>