diff options
author | thierry <thierry@FreeBSD.org> | 2005-06-22 13:42:58 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-06-22 13:42:58 +0800 |
commit | a5b2b4b73238639659ab76a9c89e656db3acb86f (patch) | |
tree | 7ee4348d1a261b9fe496c79a736ff5c9cf9f9d52 /mail/spambnc | |
parent | 3b0c2319bfc3994e80a2b1dc7847f49fb2fc7ab2 (diff) | |
download | freebsd-ports-gnome-a5b2b4b73238639659ab76a9c89e656db3acb86f.tar.gz freebsd-ports-gnome-a5b2b4b73238639659ab76a9c89e656db3acb86f.tar.zst freebsd-ports-gnome-a5b2b4b73238639659ab76a9c89e656db3acb86f.zip |
Upgrade to 2.0 final.
Diffstat (limited to 'mail/spambnc')
-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 |