diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-06-22 05:42:58 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-06-22 05:42:58 +0000 |
commit | ada2679399435c6cef4f17a7fcb0e0b45fdb5bae (patch) | |
tree | ea6c2ca3cd3ed034883ef5b6cc1cabc0c26983f8 /mail | |
parent | Change maintainership (diff) |
Upgrade to 2.0 final.
Notes
Notes:
svn path=/head/; revision=137832
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spambnc/Makefile | 16 | ||||
-rw-r--r-- | mail/spambnc/distinfo | 8 |
2 files changed, 12 insertions, 12 deletions
diff --git a/mail/spambnc/Makefile b/mail/spambnc/Makefile index 8702792ce8f9..9fd3f7fab386 100644 --- a/mail/spambnc/Makefile +++ b/mail/spambnc/Makefile @@ -6,20 +6,20 @@ # PORTNAME= spambnc -PORTVERSION= 20050527 +PORTVERSION= 20050621 CATEGORIES= mail -MASTER_SITES= http://www.spambouncer.org/ \ - ftp://ftp.spambouncer.org/ -DISTFILES= sb-beta.tar.gz index.shtml +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-beta.tar.gz +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= index.shtml +IGNOREFILES= quickstart.shtml NO_WRKSUBDIR= yes NO_BUILD= yes PLIST= ${WRKDIR}/.pkg-plist @@ -28,7 +28,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_DIRS= functions docs data auxiliary .if !defined(NOPORTDOCS) -MASTER_SITES+= http://www.spambouncer.org/webdev/configure/:upg +MASTER_SITES+= http://www.spambouncer.org/configure/:upg DISTFILES+= upgrading.shtml:upg IGNOREFILES+= upgrading.shtml .endif @@ -52,7 +52,7 @@ do-install: cd ${WRKDIR} && ${CP} -Rv * ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/index.shtml \ + @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/quickstart.shtml \ ${DOCSDIR}/documentation.html @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/upgrading.shtml \ ${DOCSDIR}/upgrading.html diff --git a/mail/spambnc/distinfo b/mail/spambnc/distinfo index 97cf9cd3a5fd..bdc4396d5ae2 100644 --- a/mail/spambnc/distinfo +++ b/mail/spambnc/distinfo @@ -1,4 +1,4 @@ -MD5 (spambnc-20050527/sb-beta.tar.gz) = dcba1fc3fd6980f2f9b74643c627481b -SIZE (spambnc-20050527/sb-beta.tar.gz) = 574556 -MD5 (spambnc-20050527/index.shtml) = IGNORE -MD5 (spambnc-20050527/upgrading.shtml) = IGNORE +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 |