Date: Fri, 24 Jan 2014 10:08:58 GMT From: Tatsuki Makino <tatsuki_makino@hotmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/186069: [maintainer] [patch] security/p5-Mcrypt Modernization of format Message-ID: <201401241008.s0OA8wEU045288@oldred.freebsd.org> Resent-Message-ID: <201401241010.s0OAA0TM020321@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% +@dirrmtry %%SITE_PERL%% +@dirrmtry lib/perl5/site_perl +@dirrmtry %%PERL5_MAN3%% +@dirrmtry lib/perl5/%%PERL_VER%%/man +@dirrmtry lib/perl5/%%PERL_VER%% +@dirrmtry lib/perl5 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401241008.s0OA8wEU045288>