Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2008 14:50:52 -0700 (PDT)
From:      Dennis Herrmann <adox@mcx2.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/127755: [UPDATE] comms/ncid update to 0.70
Message-ID:  <48e29f3c.09c5660a.6a60.3ba2@mx.google.com>
Resent-Message-ID: <200809302200.m8UM09Q4054872@freefall.freebsd.org>

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

>Number:         127755
>Category:       ports
>Synopsis:       [UPDATE] comms/ncid update to 0.70
>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:   Tue Sep 30 22:00:08 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48e29f3c.09c5660a.6a60.3ba2>