ports/90260: [PATCH] mail/p5-Mail-DomainKeys: minor fixes
Yen-Ming Lee
leeym at FreeBSD.org
Sun Dec 11 22:30:06 UTC 2005
>Number: 90260
>Category: ports
>Synopsis: [PATCH] mail/p5-Mail-DomainKeys: minor fixes
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Dec 11 22:30:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Yen-Ming Lee
>Release: FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Nov 17 09:15:19 CST 2005
>Description:
- correct dependency
- set PERL_MM_USE_DEFAULT to avoid prompt instead of disable test entirely
Port maintainer (skv at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- p5-Mail-DomainKeys-0.80.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-DomainKeys/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile 26 Oct 2005 15:59:25 -0000 1.5
+++ Makefile 11 Dec 2005 22:19:58 -0000
@@ -15,8 +15,7 @@
MAINTAINER= skv at FreeBSD.org
COMMENT= Perl implementation of DomainKeys
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
- ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
+BUILD_DEPENDS= ${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}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \
${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA
@@ -24,15 +23,17 @@
PERL_CONFIGURE= yes
+.if defined(PACKAGE_BUILDING) || defined(BATCH)
+CONFIGURE_ENV= PERL_MM_USE_DEFAULT=yes
+.endif
+
MAN3= Mail::DomainKeys.3
.include <bsd.port.pre.mk>
+# p5-Mail-DomainKeys -> p5-MIME-Base64
.if ${PERL_LEVEL} < 500600
-IGNORE= Perl 5.8 or newer required. Install lang/perl5.8 and try again.
+IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again
.endif
-post-patch:
- @${PERL} -pi -e '$$_="" if $$.>=6 && $$.<=38' ${WRKSRC}/Makefile.PL
-
.include <bsd.port.post.mk>
--- p5-Mail-DomainKeys-0.80.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list