Index: head/comms/ncid/Makefile =================================================================== --- head/comms/ncid/Makefile (revision 230306) +++ head/comms/ncid/Makefile (revision 230307) @@ -1,56 +1,56 @@ # New ports collection makefile for: ncid # Date created: 06 June 2005 # Whom: David # # $FreeBSD$ # PORTNAME= ncid -PORTVERSION= 0.72.1 -PORTREVISION= 1 +PORTVERSION= 0.73 CATEGORIES= comms MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= dhn@FreeBSD.org COMMENT= Network based Caller ID package USE_TK= yes WRKSRC= ${WRKDIR}/${PORTNAME} 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 +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 MAN8= ncidd.8 ncidsip.8 sip2ncid.8 USE_GMAKE= yes ALL_TARGET= local MAKE_ARGS= WISH=${WISH} TCLSH=${TCLSH} 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} -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;do\ ib=`basename $$i`;\ ${INSTALL_DATA} $$i ${ETCDIR}/$$ib.dist;\ ${CP} -n ${ETCDIR}/$$ib.dist ${ETCDIR}/$$ib;\ ${ECHO_CMD} "@unexec cd %D/${ETCDIR_REL}/;! cmp -s $$ib $$ib.dist||\ ${RM} -f $$ib">>${TMPPLIST};\ ${ECHO_CMD} "${ETCDIR_REL}/$$ib.dist">>${TMPPLIST};\ ${ECHO_CMD} "@exec ${CP} -n %D/%F %D/${ETCDIR_REL}/$$ib">>${TMPPLIST};\ done @${ECHO_CMD} "@unexec ${RMDIR} %D/${ETCDIR_REL} 2>/dev/null || true">>${TMPPLIST} @${CAT} ${PKGMESSAGE} .include Property changes on: head/comms/ncid/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/comms/ncid/distinfo =================================================================== --- head/comms/ncid/distinfo (revision 230306) +++ head/comms/ncid/distinfo (revision 230307) @@ -1,3 +1,3 @@ -MD5 (ncid-0.72.1-src.tar.gz) = c4c5558dd02ae2838deb46e0c6eca6dd -SHA256 (ncid-0.72.1-src.tar.gz) = 7729887c621f1d4ea11bd16ba53dc388a6f555147eaf7c5061aed5a59a978296 -SIZE (ncid-0.72.1-src.tar.gz) = 233164 +MD5 (ncid-0.73-src.tar.gz) = db1000260db2004b32ac4dbd7ee4013d +SHA256 (ncid-0.73-src.tar.gz) = 093988eef9403f1e7b8f40fd2f404477547eadeef61f5690f7093bc4e8375c9f +SIZE (ncid-0.73-src.tar.gz) = 235227 Property changes on: head/comms/ncid/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/comms/ncid/pkg-plist =================================================================== --- head/comms/ncid/pkg-plist (revision 230306) +++ head/comms/ncid/pkg-plist (revision 230307) @@ -1,31 +1,31 @@ sbin/ncidd sbin/ncidsip sbin/sip2ncid bin/ncid bin/cidalias bin/cidcall bin/cidupdate bin/yac2ncid etc/logrotate.d/ncid @dirrm etc/logrotate.d +etc/rc.d/ncid-kpopup 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-kpopup 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 @dirrm share/ncid share/pixmaps/ncid.gif Property changes on: head/comms/ncid/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property