svn commit: r355372 - head/devel/p5-Cache-Simple-TimedExpiry

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 26 15:33:17 UTC 2014


Author: sunpoet
Date: Mon May 26 15:33:16 2014
New Revision: 355372
URL: http://svnweb.freebsd.org/changeset/ports/355372
QAT: https://qat.redports.org/buildarchive/r355372/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here, remove leading indefinite article from COMMENT
  
  PR:		ports/190234
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/devel/p5-Cache-Simple-TimedExpiry/Makefile

Modified: head/devel/p5-Cache-Simple-TimedExpiry/Makefile
==============================================================================
--- head/devel/p5-Cache-Simple-TimedExpiry/Makefile	Mon May 26 15:33:11 2014	(r355371)
+++ head/devel/p5-Cache-Simple-TimedExpiry/Makefile	Mon May 26 15:33:16 2014	(r355372)
@@ -7,8 +7,11 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A lightweight cache with timed expiration
+MAINTAINER=	5u623l20 at gmail.com
+COMMENT=	Lightweight cache with timed expiration
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list