From adox@mcx2.org  Tue Sep 23 21:59:39 2008
Return-Path: <adox@mcx2.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 892D8106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Sep 2008 21:59:39 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175])
	by mx1.freebsd.org (Postfix) with ESMTP id 0C4E98FC24
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Sep 2008 21:59:38 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: by ug-out-1314.google.com with SMTP id m2so1661311uge.39
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Sep 2008 14:59:36 -0700 (PDT)
Received: by 10.103.212.20 with SMTP id o20mr4225769muq.22.1222207176443;
        Tue, 23 Sep 2008 14:59:36 -0700 (PDT)
Received: from localhost (p5090DAA9.dip.t-dialin.net [80.144.218.169])
        by mx.google.com with ESMTPS id g1sm2753053muf.8.2008.09.23.14.59.34
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Tue, 23 Sep 2008 14:59:35 -0700 (PDT)
Message-Id: <48d966c7.01b7660a.34c8.ffff823e@mx.google.com>
Date: Tue, 23 Sep 2008 14:59:35 -0700 (PDT)
From: Dennis Herrmann <adox@mcx2.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: UPDATE ncid and maintainer change
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127594
>Category:       ports
>Synopsis:       UPDATE comms/ncid and maintainer change
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 23 22:00:12 UTC 2008
>Closed-Date:    Mon Sep 29 12:00:26 UTC 2008
>Last-Modified:  Mon Sep 29 12:10:00 UTC 2008
>Originator:     Dennis Herrmann
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD contempt 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #2: Sun Sep 14 08:19:18 CEST 2008 root@contempt:/usr/obj/usr/src/sys/CONTEMPT i386


>Description:
	I update this port and add my mail to MAINTAINER
>How-To-Repeat:
>Fix:


--- ncid-update.diff begins here ---
diff -ruN ncid.orig/Makefile ncid/Makefile
--- ncid.orig/Makefile	2008-09-23 23:08:35.000000000 +0200
+++ ncid/Makefile	2008-09-23 23:06:35.000000000 +0200
@@ -6,23 +6,24 @@
 #
 
 PORTNAME=	ncid
-PORTVERSION=	0.68
+PORTVERSION=	0.69
 CATEGORIES=	comms
-MASTER_SITES=	SF
+MASTER_SITES=	SF \
+			http://mirror.mcx2.org/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	adox@mcx2.org
 COMMENT=	Network based Caller ID package
 
 USE_TK=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
-MAN1=		ncid.1 ncidscripts.1 ncidtools.1 yac2ncid.1
-MAN5=		ncid.conf.5 ncidd.alias.5 ncidd.conf.5 ncidscript.conf.5 yac2ncid.conf.5
+MAN1=		ncid.1 ncidtools.1 yac2ncid.1
+MAN5=		ncid.conf.5 ncidd.alias.5 ncidd.conf.5 yac2ncid.conf.5
 MAN8=		ncidd.8 ncidsip.8
 
 USE_GMAKE=	yes
 ALL_TARGET=	local
 MAKE_ARGS=	WISH=${WISH} TCLSH=${TCLSH}
-INSTALL_TARGET=	install-freebsd
+INSTALL_TARGET=	freebsd-install
 SUB_FILES=	pkg-message
 
 post-patch:
@@ -31,21 +32,11 @@
 	@${FIND} ${WRKSRC}/ -name Makefile|${XARGS} ${REINPLACE_CMD} -Ee\
 		'/install:/s,install-(etc|logrotate),,'
 	@${REINPLACE_CMD} -e 's|source|.|;s|bash|sh|;/test/s|==|=|;/local/s|-i||'\
-		${WRKSRC}/tools/yac2ncid.sh
+		${WRKSRC}/FreeBSD/yac2ncid.sh
 	@${REINPLACE_CMD} -Ee '/mkdir.*(INIT|ROTATE|BIN|LOG|ETC)/d;\
 		/CFLAGS.*=/s|=|+=|;s|-O||' ${WRKSRC}/Makefile
 
 post-install:
-	@${INSTALL} -d ${ETCDIR}/
-	@cd ${WRKSRC};for i in *.alias *.conf scripts/*.conf tools/*.conf;do\
-		ib=`basename $$i`;\
-		${INSTALL_DATA} $$i ${ETCDIR}/$$ib.dist;\
-		${CP} -n ${ETCDIR}/$$ib.dist ${ETCDIR}/$$ib;\
-		${ECHO_CMD} "@unexec cd %D/${ETCDIR_REL}/;! cmp -s $$ib $$ib.dist||\
-			${RM} -f $$ib">>${TMPPLIST};\
-		${ECHO_CMD} "${ETCDIR_REL}/$$ib.dist">>${TMPPLIST};\
-		${ECHO_CMD} "@exec ${CP} -n %D/%F %D/${ETCDIR_REL}/$$ib">>${TMPPLIST};\
-	done
 	@${ECHO_CMD} "@unexec ${RMDIR} %D/${ETCDIR_REL} 2>/dev/null || true">>${TMPPLIST}
 	@${CAT} ${PKGMESSAGE}
 
diff -ruN ncid.orig/distinfo ncid/distinfo
--- ncid.orig/distinfo	2008-09-23 23:08:35.000000000 +0200
+++ ncid/distinfo	2008-09-23 22:13:53.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (ncid-0.68.tar.gz) = 215de135571aa33132af1f02d80a4dc2
-SHA256 (ncid-0.68.tar.gz) = 656864ede6666d11ea9db338b306a70c0db9405def4b35a3adbf5821485735da
-SIZE (ncid-0.68.tar.gz) = 254013
+MD5 (ncid-0.69.tar.gz) = 04522b4356c91bf1332ee2826a251ffa
+SHA256 (ncid-0.69.tar.gz) = cf6aac4b5752bb911a0d9cfad174d47cf73359aae7bfd0598dd04a7507f1b833
+SIZE (ncid-0.69.tar.gz) = 280591
--- ncid-update.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Sep 23 22:03:57 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127594 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Sep 29 12:00:24 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127594: commit references a PR
Date: Mon, 29 Sep 2008 12:00:29 +0000 (UTC)

 miwi        2008-09-29 12:00:16 UTC
 
   FreeBSD ports repository
 
   Modified files:
     comms/ncid           Makefile distinfo pkg-plist 
   Log:
   - Update to 0.69
   - Pass maintainership to submitter
   
   PR:             127594
   Submitted by:   Dennis Herrmann <adox@mcx2.org>
   
   Revision  Changes    Path
   1.6       +8 -8      ports/comms/ncid/Makefile
   1.5       +3 -3      ports/comms/ncid/distinfo
   1.4       +4 -0      ports/comms/ncid/pkg-plist
 _______________________________________________
 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:
