diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-06-15 03:11:57 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-06-15 03:11:57 +0000 |
commit | 55623f62a7bb6143a36738c1c4eb3ab3cefbe7be (patch) | |
tree | c060a0ccfa59c6ea9f0354686c551a30c7411601 /mail | |
parent | -Update the MASTER_SITES, which it has been moved. (diff) |
- update distifo
distfiles was rerolled at Apr 29
list of extensions extended
example configuration files added
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamilter/Makefile | 7 | ||||
-rw-r--r-- | mail/spamilter/distinfo | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile index 3df7e1ec1cb6..da1aa09ae2ba 100644 --- a/mail/spamilter/Makefile +++ b/mail/spamilter/Makefile @@ -7,6 +7,7 @@ PORTNAME= spamilter PORTVERSION= 0.59 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.wanlink.com/spamilter/download/ EXTRACT_SUFX= .tgz @@ -26,7 +27,9 @@ LDFLAGS+= ${PTHREAD_LIBS} MAKE_ENV+= LDFLAGS="${LDFLAGS}" BINFILES= spamilter-system-report spamilter-user-report -DOCSFILES= Changelog INSTALL LICENSE docs/docs.html docs/docs.txt +DOCSFILES= Changelog INSTALL LICENSE docs/docs.html docs/docs.txt \ + conf/db.rcpt conf/db.rdnsbl conf/db.sndr \ + conf/policy.html conf/spamilter.rc .include <bsd.port.pre.mk> @@ -51,6 +54,8 @@ PLIST_FILES+= bin/dnsblchk bin/mxlookup bin/spamilter \ .if !defined(NOPORTDOCS) PLIST_FILES+= %%DOCSDIR%%/Changelog %%DOCSDIR%%/INSTALL %%DOCSDIR%%/LICENSE PLIST_FILES+= %%DOCSDIR%%/docs.html %%DOCSDIR%%/docs.txt +PLIST_FILES+= %%DOCSDIR%%/db.rcpt %%DOCSDIR%%/db.rdnsbl %%DOCSDIR%%/db.sndr +PLIST_FILES+= %%DOCSDIR%%/policy.html %%DOCSDIR%%/spamilter.rc PLIST_DIRS+= %%DOCSDIR%% .endif diff --git a/mail/spamilter/distinfo b/mail/spamilter/distinfo index 15a5f6ae903d..b38440795f2c 100644 --- a/mail/spamilter/distinfo +++ b/mail/spamilter/distinfo @@ -1,2 +1,2 @@ -MD5 (spamilter-0.59.tgz) = 4d3d619100874ca44f7afb934ad79061 -SIZE (spamilter-0.59.tgz) = 108498 +MD5 (spamilter-0.59.tgz) = 2a4b5769415f52636dab5e0d011524ad +SIZE (spamilter-0.59.tgz) = 113434 |