Bug 186069 - [maintainer] [patch] security/p5-Mcrypt Modernization of format
Summary: [maintainer] [patch] security/p5-Mcrypt Modernization of format
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-24 10:10 UTC by Tatsuki Makino
Modified: 2014-01-25 16:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.49 KB, patch)
2014-01-24 10:10 UTC, Tatsuki Makino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tatsuki Makino 2014-01-24 10:10:00 UTC
add LICENSE.
support stage.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-24 10:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-25 16:30:55 UTC
Author: mat
Date: Sat Jan 25 16:30:47 2014
New Revision: 341049
URL: http://svnweb.freebsd.org/changeset/ports/341049
QAT: https://qat.redports.org/buildarchive/r341049/

Log:
  - add license
  - Support stage
  
  PR:		ports/186069
  Submitted by:	Tatsuki Makino

Modified:
  head/security/p5-Mcrypt/Makefile
  head/security/p5-Mcrypt/pkg-plist

Modified: head/security/p5-Mcrypt/Makefile
==============================================================================
--- head/security/p5-Mcrypt/Makefile	Sat Jan 25 16:29:42 2014	(r341048)
+++ head/security/p5-Mcrypt/Makefile	Sat Jan 25 16:30:47 2014	(r341049)
@@ -11,14 +11,15 @@ PKGNAMEPREFIX=	p5-
 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>

Modified: head/security/p5-Mcrypt/pkg-plist
==============================================================================
--- head/security/p5-Mcrypt/pkg-plist	Sat Jan 25 16:29:42 2014	(r341048)
+++ head/security/p5-Mcrypt/pkg-plist	Sat Jan 25 16:30:47 2014	(r341049)
@@ -1,6 +1,15 @@
+%%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
 %%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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Mathieu Arnold freebsd_committer freebsd_triage 2014-01-25 16:40:55 UTC
State Changed
From-To: open->closed

Committed, thanks!