- Update to 0.69
- Pass maintainership to submitter PR: 127594 Submitted by: Dennis Herrmann <adox@mcx2.org>
This commit is contained in:
parent
9032ba3838
commit
0c312a4ac9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220983
3 changed files with 15 additions and 11 deletions
|
@ -6,23 +6,23 @@
|
|||
#
|
||||
|
||||
PORTNAME= ncid
|
||||
PORTVERSION= 0.68
|
||||
PORTVERSION= 0.69
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= adox@mcx2.org
|
||||
COMMENT= Network based Caller ID package
|
||||
|
||||
USE_TK= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
MAN1= ncid.1 ncidscripts.1 ncidtools.1 yac2ncid.1
|
||||
MAN5= ncid.conf.5 ncidd.alias.5 ncidd.conf.5 ncidscript.conf.5 yac2ncid.conf.5
|
||||
MAN8= ncidd.8 ncidsip.8
|
||||
MAN1= ncid.1 ncidrotate.1 yac2ncid.1 ncidmodules.1 ncidtools.1
|
||||
MAN5= ncid.conf.5 ncidmodules.conf.5 ncidd.alias.5 sip2ncid.conf.5 ncidd.conf.5 yac2ncid.conf.5
|
||||
MAN8= ncidd.8 ncidsip.8 sip2ncid.8
|
||||
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= local
|
||||
MAKE_ARGS= WISH=${WISH} TCLSH=${TCLSH}
|
||||
INSTALL_TARGET= install-freebsd
|
||||
INSTALL_TARGET= freebsd-install
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
post-patch:
|
||||
|
@ -31,13 +31,13 @@ post-patch:
|
|||
@${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}/tools/yac2ncid.sh
|
||||
${WRKSRC}/FreeBSD/yac2ncid.sh
|
||||
@${REINPLACE_CMD} -Ee '/mkdir.*(INIT|ROTATE|BIN|LOG|ETC)/d;\
|
||||
/CFLAGS.*=/s|=|+=|;s|-O||' ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
@${INSTALL} -d ${ETCDIR}/
|
||||
@cd ${WRKSRC};for i in *.alias *.conf scripts/*.conf tools/*.conf;do\
|
||||
@cd ${WRKSRC};for i in *.alias *.conf scripts/*.conf;do\
|
||||
ib=`basename $$i`;\
|
||||
${INSTALL_DATA} $$i ${ETCDIR}/$$ib.dist;\
|
||||
${CP} -n ${ETCDIR}/$$ib.dist ${ETCDIR}/$$ib;\
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (ncid-0.68.tar.gz) = 215de135571aa33132af1f02d80a4dc2
|
||||
SHA256 (ncid-0.68.tar.gz) = 656864ede6666d11ea9db338b306a70c0db9405def4b35a3adbf5821485735da
|
||||
SIZE (ncid-0.68.tar.gz) = 254013
|
||||
MD5 (ncid-0.69.tar.gz) = 04522b4356c91bf1332ee2826a251ffa
|
||||
SHA256 (ncid-0.69.tar.gz) = cf6aac4b5752bb911a0d9cfad174d47cf73359aae7bfd0598dd04a7507f1b833
|
||||
SIZE (ncid-0.69.tar.gz) = 280591
|
||||
|
|
|
@ -1,13 +1,17 @@
|
|||
sbin/ncidd
|
||||
sbin/ncidsip
|
||||
sbin/sip2ncid
|
||||
bin/ncid
|
||||
bin/cidalias
|
||||
bin/cidcall
|
||||
bin/cidupdate
|
||||
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
|
||||
share/ncid/ncidrotate
|
||||
share/ncid/ncid-mythtv
|
||||
share/ncid/ncid-page
|
||||
|
|
Loading…
Reference in a new issue