aboutsummaryrefslogtreecommitdiff
path: root/mail/dkfilter
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-15 16:11:19 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-15 16:11:19 +0000
commit903d8785c4e6cb8aacfe66fdd5ee4207b8031fc9 (patch)
tree89eb8715896426fee3375e829c1d5d7a14ab9290 /mail/dkfilter
parent5f35d4159cd0919b577bf400bc8178f1d39546a4 (diff)
downloadports-903d8785c4e6cb8aacfe66fdd5ee4207b8031fc9.tar.gz
ports-903d8785c4e6cb8aacfe66fdd5ee4207b8031fc9.zip
- update to 0.10
- pet portlint PR: ports/100349 Submitted by: maintainer (Yoshisato YANAGISAWA)
Notes
Notes: svn path=/head/; revision=167907
Diffstat (limited to 'mail/dkfilter')
-rw-r--r--mail/dkfilter/Makefile10
-rw-r--r--mail/dkfilter/distinfo6
-rw-r--r--mail/dkfilter/files/dkfilter_in.in (renamed from mail/dkfilter/files/dkfilter_in.sh.in)0
-rw-r--r--mail/dkfilter/files/dkfilter_out.in (renamed from mail/dkfilter/files/dkfilter_out.sh.in)0
-rw-r--r--mail/dkfilter/files/patch-lib__Mail__DomainKeys__Signature.pm2
-rw-r--r--mail/dkfilter/pkg-plist4
6 files changed, 11 insertions, 11 deletions
diff --git a/mail/dkfilter/Makefile b/mail/dkfilter/Makefile
index 6732930d62a2..b34f3fe53bc6 100644
--- a/mail/dkfilter/Makefile
+++ b/mail/dkfilter/Makefile
@@ -6,12 +6,9 @@
#
PORTNAME= dkfilter
-PORTVERSION= 0.8
-PORTREVISION= 2
+PORTVERSION= 0.10
CATEGORIES= mail
MASTER_SITES= http://jason.long.name/dkfilter/
-DISTNAME= ${PORTNAME}
-EXTRACT_SUFX= .tgz
MAINTAINER= yanagisawa@csg.is.titech.ac.jp
COMMENT= Domainkeys filter for Postfix
@@ -20,18 +17,19 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/securi
${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
+ ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
-USE_RC_SUBR= dkfilter_in.sh dkfilter_out.sh
+USE_RC_SUBR= dkfilter_in dkfilter_out
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-IGNORE= Perl 5.8 or newer required. Install lang/perl5.8 and try again.
+IGNORE= require Perl 5.8 or newer. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>
diff --git a/mail/dkfilter/distinfo b/mail/dkfilter/distinfo
index 735b74c308bf..c443b74d506a 100644
--- a/mail/dkfilter/distinfo
+++ b/mail/dkfilter/distinfo
@@ -1,3 +1,3 @@
-MD5 (dkfilter.tgz) = ab0bab68dc09d3a86acccd1115b4c28a
-SHA256 (dkfilter.tgz) = 7113453ab611f322513fb980d5e50026435934d60e863511ac1e7e3a87400742
-SIZE (dkfilter.tgz) = 76885
+MD5 (dkfilter-0.10.tar.gz) = fb1b6aea79f55066693e090f9c9b4c86
+SHA256 (dkfilter-0.10.tar.gz) = 2faa41b01ed8efc86ac948e04b3ff6e22bce2be394ab64d77b157474e2557822
+SIZE (dkfilter-0.10.tar.gz) = 78267
diff --git a/mail/dkfilter/files/dkfilter_in.sh.in b/mail/dkfilter/files/dkfilter_in.in
index 1c76ea62fd59..1c76ea62fd59 100644
--- a/mail/dkfilter/files/dkfilter_in.sh.in
+++ b/mail/dkfilter/files/dkfilter_in.in
diff --git a/mail/dkfilter/files/dkfilter_out.sh.in b/mail/dkfilter/files/dkfilter_out.in
index 70500db2a2bd..70500db2a2bd 100644
--- a/mail/dkfilter/files/dkfilter_out.sh.in
+++ b/mail/dkfilter/files/dkfilter_out.in
diff --git a/mail/dkfilter/files/patch-lib__Mail__DomainKeys__Signature.pm b/mail/dkfilter/files/patch-lib__Mail__DomainKeys__Signature.pm
index b4503f7de64f..4d2d166f446f 100644
--- a/mail/dkfilter/files/patch-lib__Mail__DomainKeys__Signature.pm
+++ b/mail/dkfilter/files/patch-lib__Mail__DomainKeys__Signature.pm
@@ -1,5 +1,5 @@
--- lib/Mail/DomainKeys/Signature.pm.orig Wed Jun 22 00:43:53 2005
-+++ lib/Mail/DomainKeys/Signature.pm Sat Nov 12 01:49:56 2005
++++ lib/Mail/DomainKeys/Signature.pm Sat Jul 15 23:40:22 2006
@@ -78,14 +78,15 @@
$self->algorithm and
$text .= "a=" . $self->algorithm . "; ";
diff --git a/mail/dkfilter/pkg-plist b/mail/dkfilter/pkg-plist
index 74ecf8a8f424..7aa5f77a8a9e 100644
--- a/mail/dkfilter/pkg-plist
+++ b/mail/dkfilter/pkg-plist
@@ -9,7 +9,9 @@ lib/Mail/DomainKeys/Policy.pm
lib/Mail/DomainKeys/Signature.pm
lib/Mail/DomainKeys.pm
lib/DKMessage.pm
-bin/auto_responder.pl
+lib/MySmtpProxyServer.pm
+lib/MySmtpServer.pm
+bin/dk_responder.pl
bin/dkverify.pl
bin/dkfilter.in
bin/dkfilter.out