diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-01 20:47:46 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-01 20:47:46 +0000 |
commit | f15c6486d4b0003850c165612aa9e6685c9a8368 (patch) | |
tree | 3c3412289cc0c7523cdb576504ed0b5abd8b4f1c /comms/ncid | |
parent | f81f64d1b8220a0c07a5ebd489debfdae843f7a7 (diff) | |
download | ports-f15c6486d4b0003850c165612aa9e6685c9a8368.tar.gz ports-f15c6486d4b0003850c165612aa9e6685c9a8368.zip |
Notes
Diffstat (limited to 'comms/ncid')
-rw-r--r-- | comms/ncid/Makefile | 10 | ||||
-rw-r--r-- | comms/ncid/distinfo | 5 | ||||
-rw-r--r-- | comms/ncid/pkg-plist | 2 |
3 files changed, 8 insertions, 9 deletions
diff --git a/comms/ncid/Makefile b/comms/ncid/Makefile index 03c8d52e82d7..e94f335fa2d8 100644 --- a/comms/ncid/Makefile +++ b/comms/ncid/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ncid -PORTVERSION= 0.80 +PORTVERSION= 0.81 CATEGORIES= comms MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -16,8 +16,10 @@ COMMENT= Network based Caller ID package USE_TK= yes WRKSRC= ${WRKDIR}/${PORTNAME} -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 \ +MAN1= ncid.1 ncid2ncid.1 ncidrotate.1 yac2ncid.1 ncidmodules.1 ncidtools.1 \ + cidalias.1 cidcall.1 cidupdate.1 ncid-initmodem.1 ncid-kpopup.1 ncid-mythtv.1 \ + ncid-page.1 ncid-samba.1 ncid-skel.1 ncid-speak.1 ncid-tivo.1 ncid-yac.1 +MAN5= ncid.conf.5 ncidmodules.conf.5 ncidd.alias.5 ncidrotate.conf.5 ncidd.blacklist.5 \ ncidsip.conf.5 sip2ncid.conf.5 ncidd.conf.5 ncid2ncid.conf.5 yac2ncid.conf.5 MAN8= ncidd.8 ncidsip.8 sip2ncid.8 @@ -48,7 +50,7 @@ post-patch: post-install: @${INSTALL} -d ${ETCDIR}/ - @cd ${WRKSRC};for i in *.alias *.conf scripts/*.conf;do\ + @cd ${WRKSRC};for i in server/*.alias scripts/*.conf;do\ ib=`basename $$i`;\ ${INSTALL_DATA} $$i ${ETCDIR}/$$ib.dist;\ ${CP} -n ${ETCDIR}/$$ib.dist ${ETCDIR}/$$ib;\ diff --git a/comms/ncid/distinfo b/comms/ncid/distinfo index c3304140d103..82a1d5c73b74 100644 --- a/comms/ncid/distinfo +++ b/comms/ncid/distinfo @@ -1,3 +1,2 @@ -MD5 (ncid-0.80-src.tar.gz) = 5470dff86cf6b9c53d1895a06473a989 -SHA256 (ncid-0.80-src.tar.gz) = 1469432580f5973a5729c38332e72d60f7ab33ca9cbae0108875734f1c071230 -SIZE (ncid-0.80-src.tar.gz) = 295015 +SHA256 (ncid-0.81-src.tar.gz) = e4a480a17aa4f7c3f8ab545563dcb084f5f30a1b467d13be04d04ec4507643f9 +SIZE (ncid-0.81-src.tar.gz) = 298805 diff --git a/comms/ncid/pkg-plist b/comms/ncid/pkg-plist index ff97a4439af6..54445e34d95c 100644 --- a/comms/ncid/pkg-plist +++ b/comms/ncid/pkg-plist @@ -10,7 +10,6 @@ bin/yac2ncid etc/logrotate.d/ncid @dirrm etc/logrotate.d etc/rc.d/ncid-initmodem -etc/rc.d/ncid-hangup etc/rc.d/ncid-page etc/rc.d/ncid-samba etc/rc.d/ncid-yac @@ -23,7 +22,6 @@ etc/rc.d/ncid2ncid etc/rc.d/sip2ncid %%DATADIR%%/ncid-initmodem %%DATADIR%%/ncidrotate -%%DATADIR%%/ncid-hangup %%DATADIR%%/ncid-kpopup %%DATADIR%%/ncid-mythtv %%DATADIR%%/ncid-page |