svn commit: r352947 - head/devel/p5-Memoize-ExpireLRU

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 4 12:52:20 UTC 2014


Author: sunpoet
Date: Sun May  4 12:52:19 2014
New Revision: 352947
URL: http://svnweb.freebsd.org/changeset/ports/352947
QAT: https://qat.redports.org/buildarchive/r352947/

Log:
  - Add LICENSE
  - Remove Author line
  - Reformat pkg-descr
  - Take maintainership

Modified:
  head/devel/p5-Memoize-ExpireLRU/Makefile
  head/devel/p5-Memoize-ExpireLRU/pkg-descr
  head/devel/p5-Memoize-ExpireLRU/pkg-plist

Modified: head/devel/p5-Memoize-ExpireLRU/Makefile
==============================================================================
--- head/devel/p5-Memoize-ExpireLRU/Makefile	Sun May  4 12:52:13 2014	(r352946)
+++ head/devel/p5-Memoize-ExpireLRU/Makefile	Sun May  4 12:52:19 2014	(r352947)
@@ -8,10 +8,13 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Expiry plug-in for Memoize that adds LRU cache expiration
 
-USES=		perl5
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Memoize-ExpireLRU/pkg-descr
==============================================================================
--- head/devel/p5-Memoize-ExpireLRU/pkg-descr	Sun May  4 12:52:13 2014	(r352946)
+++ head/devel/p5-Memoize-ExpireLRU/pkg-descr	Sun May  4 12:52:19 2014	(r352947)
@@ -1,5 +1,3 @@
-Memoize::ExpireLRU is a module that implements LRU expiration for
-Memoize.
+Memoize::ExpireLRU is a module that implements LRU expiration for Memoize.
 
-Author: Brent B. Powers
 WWW: http://search.cpan.org/dist/Memoize-ExpireLRU/

Modified: head/devel/p5-Memoize-ExpireLRU/pkg-plist
==============================================================================
--- head/devel/p5-Memoize-ExpireLRU/pkg-plist	Sun May  4 12:52:13 2014	(r352946)
+++ head/devel/p5-Memoize-ExpireLRU/pkg-plist	Sun May  4 12:52:19 2014	(r352947)
@@ -1,9 +1,9 @@
-%%PERL5_MAN3%%/Memoize::ExpireLRU.3.gz
 %%SITE_PERL%%/Memoize/ExpireLRU.pm
 %%SITE_PERL%%/auto/Memoize/ExpireLRU/DumpCache.al
 %%SITE_PERL%%/auto/Memoize/ExpireLRU/ShowStats.al
 %%SITE_PERL%%/auto/Memoize/ExpireLRU/autosplit.ix
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Memoize/ExpireLRU/.packlist
+%%PERL5_MAN3%%/Memoize::ExpireLRU.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Memoize/ExpireLRU
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Memoize
 @dirrm %%SITE_PERL%%/auto/Memoize/ExpireLRU


More information about the svn-ports-all mailing list