Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 2014 18:49:41 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360963 - head/databases/p5-Cache-BDB
Message-ID:  <201407061849.s66InfE3053810@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jul  6 18:49:41 2014
New Revision: 360963
URL: http://svnweb.freebsd.org/changeset/ports/360963
QAT: https://qat.redports.org/buildarchive/r360963/

Log:
  - Add LICENSE
  - Sort PLIST
  - Reformat pkg-descr

Modified:
  head/databases/p5-Cache-BDB/Makefile
  head/databases/p5-Cache-BDB/pkg-descr
  head/databases/p5-Cache-BDB/pkg-plist

Modified: head/databases/p5-Cache-BDB/Makefile
==============================================================================
--- head/databases/p5-Cache-BDB/Makefile	Sun Jul  6 18:49:36 2014	(r360962)
+++ head/databases/p5-Cache-BDB/Makefile	Sun Jul  6 18:49:41 2014	(r360963)
@@ -10,10 +10,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Object caching wrapper around BerkeleyDB
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/databases/p5-Cache-BDB/pkg-descr
==============================================================================
--- head/databases/p5-Cache-BDB/pkg-descr	Sun Jul  6 18:49:36 2014	(r360962)
+++ head/databases/p5-Cache-BDB/pkg-descr	Sun Jul  6 18:49:41 2014	(r360963)
@@ -1,8 +1,7 @@
-This module implements a caching layer around BerkeleyDB for object
-persistence. It implements the basic methods necessary to add,
-retrieve, and remove objects. The main advantage over other caching
-modules is performance. I've attempted to stick with a
-Cache::Cache-like interface as much as possible, though it may differ
-here and there.
+This module implements a caching layer around BerkeleyDB for object persistence.
+It implements the basic methods necessary to add, retrieve, and remove objects.
+The main advantage over other caching modules is performance. I've attempted to
+stick with a Cache::Cache-like interface as much as possible, though it may
+differ here and there.
 
 WWW: http://search.cpan.org/dist/Cache-BDB/

Modified: head/databases/p5-Cache-BDB/pkg-plist
==============================================================================
--- head/databases/p5-Cache-BDB/pkg-plist	Sun Jul  6 18:49:36 2014	(r360962)
+++ head/databases/p5-Cache-BDB/pkg-plist	Sun Jul  6 18:49:41 2014	(r360963)
@@ -1,7 +1,7 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache/BDB/.packlist
 %%SITE_PERL%%/Cache/BDB.pm
 %%SITE_PERL%%/Cache/BDB.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache/BDB/.packlist
 %%PERL5_MAN3%%/Cache::BDB.3.gz
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache/BDB
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache/BDB
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache
 @dirrmtry %%SITE_PERL%%/Cache



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407061849.s66InfE3053810>