diff --git a/mail/spambnc/Makefile b/mail/spambnc/Makefile index f497af926e20..df2341ea7942 100644 --- a/mail/spambnc/Makefile +++ b/mail/spambnc/Makefile @@ -1,66 +1,66 @@ # New ports collection makefile for: spambnc # Date created: 25 December 2000 # Whom: George Reid # # $FreeBSD$ # PORTNAME= spambnc -PORTVERSION= 20050622 +PORTVERSION= 20050624 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 diff --git a/mail/spambnc/distinfo b/mail/spambnc/distinfo index 35d15ef23040..10ae92288748 100644 --- a/mail/spambnc/distinfo +++ b/mail/spambnc/distinfo @@ -1,4 +1,4 @@ -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 +MD5 (spambnc-20050624/sb.tar.gz) = 4d660949a4c2e158c1911db6c8f39bba +SIZE (spambnc-20050624/sb.tar.gz) = 682580 +MD5 (spambnc-20050624/quickstart.shtml) = IGNORE +MD5 (spambnc-20050624/upgrading.shtml) = IGNORE