From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 24 10:10:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B96D6568 for ; Fri, 24 Jan 2014 10:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9417A1A83 for ; Fri, 24 Jan 2014 10:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0OAA0qk020322 for ; Fri, 24 Jan 2014 10:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0OAA0TM020321; Fri, 24 Jan 2014 10:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 24 Jan 2014 10:10:00 GMT Resent-Message-Id: <201401241010.s0OAA0TM020321@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tatsuki Makino Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF0434BB for ; Fri, 24 Jan 2014 10:08:58 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0D971A2E for ; Fri, 24 Jan 2014 10:08:58 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0OA8wD6045289 for ; Fri, 24 Jan 2014 10:08:58 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0OA8wEU045288; Fri, 24 Jan 2014 10:08:58 GMT (envelope-from nobody) Message-Id: <201401241008.s0OA8wEU045288@oldred.freebsd.org> Date: Fri, 24 Jan 2014 10:08:58 GMT From: Tatsuki Makino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/186069: [maintainer] [patch] security/p5-Mcrypt Modernization of format X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 10:10:00 -0000 >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 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: