mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 0.81
This commit is contained in:
parent
f81f64d1b8
commit
f15c6486d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270077
@ -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;\
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user