diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-07-31 03:48:28 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-07-31 03:48:28 +0000 |
commit | af859b9149cdc01c4c6221ac033a688dbc0eeab6 (patch) | |
tree | 5d0c699e60cfed24e9069c2ba0cec3c0d872b4b9 /mail/razor-agents | |
parent | FRELEASE_NR should be RELEASE_NR (diff) |
- Digest::Nilsimsa is no longer needed in razor-agents
- bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=115127
Diffstat (limited to 'mail/razor-agents')
-rw-r--r-- | mail/razor-agents/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/razor-agents/Makefile b/mail/razor-agents/Makefile index 68f7dbb6ef78..d7bd949573ba 100644 --- a/mail/razor-agents/Makefile +++ b/mail/razor-agents/Makefile @@ -7,7 +7,7 @@ PORTNAME= razor-agents PORTVERSION= 2.61 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= razor @@ -17,7 +17,6 @@ COMMENT= A distributed, collaborative, spam detection and filtering network BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ - ${SITE_PERL}/${PERL_ARCH}/Digest/Nilsimsa.pm:${PORTSDIR}/security/p5-Digest-Nilsimsa \ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} |