ports/186069: [maintainer] [patch] security/p5-Mcrypt Modernization of format
Tatsuki Makino
tatsuki_makino at hotmail.com
Fri Jan 24 10:10:00 UTC 2014
>Number: 186069
>Category: ports
>Synopsis: [maintainer] [patch] security/p5-Mcrypt Modernization of format
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Jan 24 10:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Tatsuki Makino
>Release: FreeBSD 8.4-STABLE i386
>Organization:
>Environment:
FreeBSD T2.test 8.4-STABLE FreeBSD 8.4-STABLE #0 r260656M: Wed Jan 15 00:20:46 UTC 2014 root at T2.test:/usr/obj/usr/src/sys/GENERIC i386
>Description:
add LICENSE.
support stage.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: ports/head/security/p5-Mcrypt/Makefile
===================================================================
--- ports/head/security/p5-Mcrypt/Makefile (revision 340879)
+++ ports/head/security/p5-Mcrypt/Makefile (working copy)
@@ -11,14 +11,15 @@
MAINTAINER= tatsuki_makino at hotmail.com
COMMENT= Perl extension for the Mcrypt cryptography library
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/libmcrypt
CONFIGURE_ENV= MCRYPT_CPPFLAGS=${CPPFLAGS}
-CPPFLAGS+= -I${LOCALBASE}/include
USE_PERL5= configure
USES= perl5
-MAN3= Mcrypt.3
+CPPFLAGS+= -I${LOCALBASE}/include
-NO_STAGE= yes
.include <bsd.port.mk>
Index: ports/head/security/p5-Mcrypt/pkg-plist
===================================================================
--- ports/head/security/p5-Mcrypt/pkg-plist (revision 340879)
+++ ports/head/security/p5-Mcrypt/pkg-plist (working copy)
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Mcrypt.3.gz
%%SITE_PERL%%/%%PERL_ARCH%%/Mcrypt.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mcrypt/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mcrypt/Mcrypt.bs
@@ -4,3 +5,11 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mcrypt/Mcrypt.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mcrypt/autosplit.ix
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mcrypt
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
+ at dirrmtry %%SITE_PERL%%
+ at dirrmtry lib/perl5/site_perl
+ at dirrmtry %%PERL5_MAN3%%
+ at dirrmtry lib/perl5/%%PERL_VER%%/man
+ at dirrmtry lib/perl5/%%PERL_VER%%
+ at dirrmtry lib/perl5
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list