View | Details | Raw Unified | Return to bug 162213
Collapse All | Expand All

(-)mail/dkimproxy/Makefile (-4 / +5 lines)
Lines 6-24 Link Here
6
#
6
#
7
PORTNAME=	dkimproxy
7
PORTNAME=	dkimproxy
8
PORTVERSION=	1.3
8
PORTVERSION=	1.4.1
9
CATEGORIES=	mail
9
CATEGORIES=	mail
10
MASTER_SITES=	SF
10
MASTER_SITES=	SF
11
MAINTAINER=	yanagisawa@csg.is.titech.ac.jp
11
MAINTAINER=	yanagisawa@csg.is.titech.ac.jp
12
COMMENT=	DKIM filter for Postfix
12
COMMENT=	DKIM filter for Postfix
13
LICENSE=	GPLv2
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
13
BUILD_DEPENDS=	${SITE_PERL}/Mail/DKIM.pm:${PORTSDIR}/mail/p5-Mail-DKIM \
16
BUILD_DEPENDS=	${SITE_PERL}/Mail/DKIM.pm:${PORTSDIR}/mail/p5-Mail-DKIM \
14
		${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \
17
		${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \
15
		${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error
18
		${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error
16
RUN_DEPENDS=	${BUILD_DEPENDS}
19
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
18
LICENSE=	GPLv2
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
USE_PERL5=	yes
21
USE_PERL5=	yes
(-)mail/dkimproxy/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dkimproxy-1.3.tar.gz) = 514fa862b320b999a6ba4165305bacbca187d4e80e798c1160ce7b947d42e8f4
1
SHA256 (dkimproxy-1.4.1.tar.gz) = e5345a1d3cefd32d1fb0face9fa73490118132767253b0ce643463f1e86185bd
2
SIZE (dkimproxy-1.3.tar.gz) = 103209
2
SIZE (dkimproxy-1.4.1.tar.gz) = 109040
(-)mail/dkimproxy/files/patch-scripts_Makefile.am (-11 lines)
Lines 1-11 Link Here
1
--- scripts/Makefile.am.orig	Wed Oct 11 03:13:00 2006
2
+++ scripts/Makefile.am	Sat Jun  2 18:40:45 2007
3
@@ -1,8 +1,6 @@
4
 perldir = $(bindir)
5
 perl_scripts = \
6
 	dkim_responder.pl \
7
-	dkimsign.pl \
8
-	dkimverify.pl \
9
 	dkimproxy.in \
10
 	dkimproxy.out
11
(-)mail/dkimproxy/files/patch-scripts_Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- scripts/Makefile.in.orig	Fri May  4 01:09:33 2007
2
+++ scripts/Makefile.in	Sat Jun  2 18:40:50 2007
3
@@ -78,8 +78,6 @@
4
 perldir = $(bindir)
5
 perl_scripts = \
6
 	dkim_responder.pl \
7
-	dkimsign.pl \
8
-	dkimverify.pl \
9
 	dkimproxy.in \
10
 	dkimproxy.out
11

Return to bug 162213