diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2010-12-25 11:24:47 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2010-12-25 11:24:47 +0000 |
commit | 5ce1c2339bcac3274040d6327981dd2f995b7255 (patch) | |
tree | 1c8ecdc6a623ac399d0ac4180b9771a8682a1086 | |
parent | 94e9d3ee3ae43b3658b7b1e147967852a3b02754 (diff) | |
download | ports-5ce1c2339bcac3274040d6327981dd2f995b7255.tar.gz ports-5ce1c2339bcac3274040d6327981dd2f995b7255.zip |
Notes
-rw-r--r-- | comms/ncid/Makefile | 8 | ||||
-rw-r--r-- | comms/ncid/distinfo | 6 | ||||
-rw-r--r-- | comms/ncid/pkg-plist | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/comms/ncid/Makefile b/comms/ncid/Makefile index 04f6ecdaa3ae..03c8d52e82d7 100644 --- a/comms/ncid/Makefile +++ b/comms/ncid/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ncid -PORTVERSION= 0.78 +PORTVERSION= 0.80 CATEGORIES= comms MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -16,9 +16,9 @@ COMMENT= Network based Caller ID package USE_TK= yes WRKSRC= ${WRKDIR}/${PORTNAME} -MAN1= ncid.1 ncidrotate.1 yac2ncid.1 ncidmodules.1 ncidtools.1 +MAN1= ncid.1 ncid2ncid.1 ncidrotate.1 yac2ncid.1 ncidmodules.1 ncidtools.1 MAN5= ncid.conf.5 ncidmodules.conf.5 ncidd.alias.5 ncidrotate.conf.5 \ - ncidsip.conf.5 sip2ncid.conf.5 ncidd.conf.5 yac2ncid.conf.5 + ncidsip.conf.5 sip2ncid.conf.5 ncidd.conf.5 ncid2ncid.conf.5 yac2ncid.conf.5 MAN8= ncidd.8 ncidsip.8 sip2ncid.8 USE_GMAKE= yes @@ -37,7 +37,7 @@ post-patch: @${FIND} ${WRKSRC}/ -name Makefile|${XARGS} ${REINPLACE_CMD} -Ee\ '/install:/s,install-(etc|logrotate),,' @${REINPLACE_CMD} -Ee '/mkdir.*(INIT|ROTATE|BIN|LOG|ETC)/d;\ - /CFLAGS.*=/s|=|+=|;s|-O||' ${WRKSRC}/Makefile + /CFLAGS.*=/s|=|+=|' ${WRKSRC}/Makefile # Respect PREFIX/MANPREFIX/DATADIR @${REINPLACE_CMD} -e's|prefix.*= /usr/local|prefix=$${PREFIX}|g' \ -e 's|$$(prefix)/bin|$${PREFIX}/bin|g' \ diff --git a/comms/ncid/distinfo b/comms/ncid/distinfo index 6ff36834cf19..c3304140d103 100644 --- a/comms/ncid/distinfo +++ b/comms/ncid/distinfo @@ -1,3 +1,3 @@ -MD5 (ncid-0.78-src.tar.gz) = c64e6a1adb958debd1eb424ceb7012ca -SHA256 (ncid-0.78-src.tar.gz) = 3ef673d30a395f3376112ef09b8d97305789b2d07fc1e839b8fbc2cbe368200f -SIZE (ncid-0.78-src.tar.gz) = 281621 +MD5 (ncid-0.80-src.tar.gz) = 5470dff86cf6b9c53d1895a06473a989 +SHA256 (ncid-0.80-src.tar.gz) = 1469432580f5973a5729c38332e72d60f7ab33ca9cbae0108875734f1c071230 +SIZE (ncid-0.80-src.tar.gz) = 295015 diff --git a/comms/ncid/pkg-plist b/comms/ncid/pkg-plist index 1bb2bbec883a..ff97a4439af6 100644 --- a/comms/ncid/pkg-plist +++ b/comms/ncid/pkg-plist @@ -2,6 +2,7 @@ sbin/ncidd sbin/ncidsip sbin/sip2ncid bin/ncid +bin/ncid2ncid bin/cidalias bin/cidcall bin/cidupdate @@ -18,6 +19,7 @@ etc/rc.d/yac2ncid etc/rc.d/ncid-mythtv etc/rc.d/ncid-speak etc/rc.d/ncidd +etc/rc.d/ncid2ncid etc/rc.d/sip2ncid %%DATADIR%%/ncid-initmodem %%DATADIR%%/ncidrotate |