From adox@mcx2.org  Tue Sep 30 21:50:58 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 F36F7106568D
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Sep 2008 21:50:57 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.181])
	by mx1.freebsd.org (Postfix) with ESMTP id 782DE8FC29
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Sep 2008 21:50:56 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: by ik-out-1112.google.com with SMTP id c29so210415ika.3
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Sep 2008 14:50:56 -0700 (PDT)
Received: by 10.103.131.18 with SMTP id i18mr5264790mun.116.1222811454731;
        Tue, 30 Sep 2008 14:50:54 -0700 (PDT)
Received: from localhost (p5090E219.dip.t-dialin.net [80.144.226.25])
        by mx.google.com with ESMTPS id u9sm8657040muf.9.2008.09.30.14.50.52
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Tue, 30 Sep 2008 14:50:52 -0700 (PDT)
Message-Id: <48e29f3c.09c5660a.6a60.3ba2@mx.google.com>
Date: Tue, 30 Sep 2008 14:50:52 -0700 (PDT)
From: Dennis Herrmann <adox@mcx2.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [UPDATE] comms/ncid update to 0.70
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127755
>Category:       ports
>Synopsis:       [UPDATE] comms/ncid update to 0.70
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 30 22:00:08 UTC 2008
>Closed-Date:    Sun Oct 05 10:07:12 UTC 2008
>Last-Modified:  Sun Oct  5 10:10:04 UTC 2008
>Originator:     Dennis Herrmann
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD dhn.homeunix.com 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:
	Update to 0.70
>How-To-Repeat:
>Fix:

--- ncid-0.70-update.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/comms/ncid/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	29 Sep 2008 12:00:15 -0000	1.6
+++ Makefile	1 Oct 2008 01:53:14 -0000
@@ -2,11 +2,11 @@
 # Date created:        06 June 2005
 # Whom:                David
 #
-# $FreeBSD: ports/comms/ncid/Makefile,v 1.6 2008/09/29 12:00:15 miwi Exp $
+# $FreeBSD: ports/comms/ncid/Makefile,v 1.5 2007/08/04 15:49:07 sat Exp $
 #
 
 PORTNAME=	ncid
-PORTVERSION=	0.69
+PORTVERSION=	0.70
 CATEGORIES=	comms
 MASTER_SITES=	SF
 
@@ -25,13 +25,15 @@
 INSTALL_TARGET=	freebsd-install
 SUB_FILES=	pkg-message
 
+post-extract:
+	@cd ${WRKSRC}/FreeBSD;for i in *.rc; do \
+		x=`echo $$i | cut -f 1 -d .`; ${CP} $$i $$x; done
+
 post-patch:
 	@${GREP} -lr 'etc/ncid' ${WRKSRC}/|${XARGS} ${REINPLACE_CMD} -Ee\
 		's,(/usr/local/etc/ncid|/etc/ncid),${ETCDIR},g'
 	@${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}/FreeBSD/yac2ncid.sh
 	@${REINPLACE_CMD} -Ee '/mkdir.*(INIT|ROTATE|BIN|LOG|ETC)/d;\
 		/CFLAGS.*=/s|=|+=|;s|-O||' ${WRKSRC}/Makefile
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/comms/ncid/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	29 Sep 2008 12:00:15 -0000	1.5
+++ distinfo	30 Sep 2008 23:23:17 -0000
@@ -1,3 +1,3 @@
-MD5 (ncid-0.69.tar.gz) = 04522b4356c91bf1332ee2826a251ffa
-SHA256 (ncid-0.69.tar.gz) = cf6aac4b5752bb911a0d9cfad174d47cf73359aae7bfd0598dd04a7507f1b833
-SIZE (ncid-0.69.tar.gz) = 280591
+MD5 (ncid-0.70.tar.gz) = e179fbac6ab04ed3015fdf4e1c2a33f6
+SHA256 (ncid-0.70.tar.gz) = cd6ac7f3ff578e8418c9fcabb0af86db4e8b62b6de8fbbf80a24ac2b4dc967f8
+SIZE (ncid-0.70.tar.gz) = 293951
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/comms/ncid/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	29 Sep 2008 12:00:15 -0000	1.4
+++ pkg-plist	1 Oct 2008 01:42:19 -0000
@@ -8,16 +8,23 @@
 bin/yac2ncid
 etc/logrotate.d/ncidd
 @dirrm etc/logrotate.d
-etc/rc.d/ncidd.sh
-etc/rc.d/ncid.sh
-etc/rc.d/ncidsip.sh
-etc/rc.d/yac2ncid.sh
+etc/rc.d/ncid-page
+etc/rc.d/ncid-samba
+etc/rc.d/ncid-yac
+etc/rc.d/ncidsip
+etc/rc.d/yac2ncid
+etc/rc.d/ncid-mythtv
+etc/rc.d/ncid-popup
+etc/rc.d/ncid-speak
+etc/rc.d/ncidd
+etc/rc.d/sip2ncid
 share/ncid/ncidrotate
 share/ncid/ncid-mythtv
 share/ncid/ncid-page
+share/ncid/ncid-popup
 share/ncid/ncid-samba
+share/ncid/ncid-skel
 share/ncid/ncid-speak
 share/ncid/ncid-tivo
 share/ncid/ncid-yac
-share/ncid/README
 @dirrm share/ncid
--- ncid-0.70-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 30 22:00:20 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127755 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Oct 5 10:07:10 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127755: commit references a PR
Date: Sun,  5 Oct 2008 10:07:17 +0000 (UTC)

 miwi        2008-10-05 10:07:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     comms/ncid           Makefile distinfo pkg-plist 
   Log:
   - Update to 0.70
   
   PR:             127755
   Submitted by:   Dennis Herrmann <adox@mcx2.org> (maintainer)
   
   Revision  Changes    Path
   1.7       +5 -3      ports/comms/ncid/Makefile
   1.6       +3 -3      ports/comms/ncid/distinfo
   1.5       +12 -5     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:
