Index: head/mail/spambnc/Makefile =================================================================== --- head/mail/spambnc/Makefile (revision 137892) +++ head/mail/spambnc/Makefile (revision 137893) @@ -1,66 +1,66 @@ # New ports collection makefile for: spambnc # Date created: 25 December 2000 # Whom: George Reid # # $FreeBSD$ # PORTNAME= spambnc -PORTVERSION= 20050621 +PORTVERSION= 20050622 CATEGORIES= mail MASTER_SITES= http://www.spambouncer.org/dist/sb/:tarball \ http://www.spambouncer.org/configure/:doc DISTFILES= sb.tar.gz:tarball quickstart.shtml:doc DIST_SUBDIR= spambnc-${PORTVERSION} EXTRACT_ONLY= sb.tar.gz MAINTAINER= thierry@FreeBSD.org COMMENT= Set of procmail recipies which handle known/suspected spam RUN_DEPENDS= procmail:${PORTSDIR}/mail/procmail IGNOREFILES= quickstart.shtml NO_WRKSUBDIR= yes NO_BUILD= yes PLIST= ${WRKDIR}/.pkg-plist PKGMESSAGE= ${WRKDIR}/pkg-message SUB_DIRS= functions docs data auxiliary .if !defined(NOPORTDOCS) MASTER_SITES+= http://www.spambouncer.org/configure/:upg DISTFILES+= upgrading.shtml:upg IGNOREFILES+= upgrading.shtml .endif pre-install: @${RM} -f ${PLIST} @(cd ${WRKDIR} && ${FIND} -s . -type f | ${GREP} -v "^\.\/\." | \ ${SED} -e 's,.,%%DATADIR%%,1' >> ${PLIST}) .for dd in ${SUB_DIRS} @${ECHO_CMD} "@dirrm %%DATADIR%%/${dd}" >> ${PLIST} .endfor @${ECHO_CMD} "@dirrm %%DATADIR%%" >> ${PLIST} .if !defined(NOPORTDOCS) @${ECHO_CMD} "%%DOCSDIR%%/documentation.html" >> ${PLIST} @${ECHO_CMD} "%%DOCSDIR%%/upgrading.html" >> ${PLIST} @${ECHO_CMD} "@dirrm %%DOCSDIR%%" >> ${PLIST} .endif do-install: ${MKDIR} ${DATADIR} cd ${WRKDIR} && ${CP} -Rv * ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/quickstart.shtml \ ${DOCSDIR}/documentation.html @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/upgrading.shtml \ ${DOCSDIR}/upgrading.html .endif post-install: @${SED} -e 's,%%DOCSDIR%%,${DOCSDIR},;s,%%DATADIR%%,${DATADIR},' \ < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} .include Property changes on: head/mail/spambnc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.71 \ No newline at end of property +1.72 \ No newline at end of property Index: head/mail/spambnc/distinfo =================================================================== --- head/mail/spambnc/distinfo (revision 137892) +++ head/mail/spambnc/distinfo (revision 137893) @@ -1,4 +1,4 @@ -MD5 (spambnc-20050621/sb.tar.gz) = 78700aa89b23416099ad483539c2848e -SIZE (spambnc-20050621/sb.tar.gz) = 678007 -MD5 (spambnc-20050621/quickstart.shtml) = IGNORE -MD5 (spambnc-20050621/upgrading.shtml) = IGNORE +MD5 (spambnc-20050622/sb.tar.gz) = 1cf28dfde8bb5b43ae77d33fcd160c22 +SIZE (spambnc-20050622/sb.tar.gz) = 679362 +MD5 (spambnc-20050622/quickstart.shtml) = IGNORE +MD5 (spambnc-20050622/upgrading.shtml) = IGNORE Property changes on: head/mail/spambnc/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.65 \ No newline at end of property +1.66 \ No newline at end of property