ports/189695: [PATCH] mail/p5-Mail-DKIM: shebangfix & portlint
Paul J Murphy
paul at inetstat.net
Mon May 12 09:10:01 UTC 2014
The following reply was made to PR ports/189695; it has been noted by GNATS.
From: paul at inetstat.net (Paul J Murphy)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/189695: [PATCH] mail/p5-Mail-DKIM: shebangfix & portlint
Date: Mon, 12 May 2014 09:01:06 +0000 (UTC)
An updated patch for this, as I've discovered how to make "port test" happy about the directories deliberately omitted from the pkg-plist (the ones owned by the lang/perl5.x package).
--- p5-Mail-DKIM-0.40.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 353783)
+++ Makefile (working copy)
@@ -3,6 +3,7 @@
PORTNAME= Mail-DKIM
PORTVERSION= 0.40
+PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,6 +11,9 @@
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl5 module to process and/or create DKIM email
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
RUN_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools
@@ -17,9 +21,12 @@
MASTER_SITE_BACKUP+= http://jason.long.name/dkimproxy/
-USES= perl5
+USES= perl5 shebangfix
USE_PERL5= configure
+# Prefixed with ${WRKSRC} to silence portlint false positive warning about ${SCRIPTDIR}
+SHEBANG_FILES= ${WRKSRC}/scripts/dkim*.pl
+
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/scripts/dkim*.pl ${STAGEDIR}${PREFIX}/bin
Index: pkg-plist
===================================================================
--- pkg-plist (revision 353783)
+++ pkg-plist (working copy)
@@ -55,3 +55,15 @@
@dirrmtry %%SITE_PERL%%/Mail/DKIM/Algorithm
@dirrmtry %%SITE_PERL%%/Mail/DKIM
@dirrmtry %%SITE_PERL%%/Mail
+
+ at comment Don't remove these directories, even if empty
+ at comment They belong to the lang/perl5.* package, not the module
+ at comment Including them as comments makes "port test" happy
+ at comment @dirrmtry %%PERL5_MAN3%%
+ at comment @dirrmtry lib/perl5/%%PERL_VER%%/man
+ at comment @dirrmtry lib/perl5/%%PERL_VER%%
+ at comment @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
+ at comment @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
+ at comment @dirrmtry %%SITE_PERL%%
+ at comment @dirrmtry lib/perl5/site_perl
+ at comment @dirrmtry lib/perl5
--- p5-Mail-DKIM-0.40.patch ends here ---
More information about the freebsd-perl
mailing list