Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 2014 18:50:34 +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: r360973 - head/devel/p5-Data-Miscellany
Message-ID:  <201407061850.s66IoYrA055620@svn.freebsd.org>

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

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

Modified:
  head/devel/p5-Data-Miscellany/Makefile
  head/devel/p5-Data-Miscellany/pkg-descr
  head/devel/p5-Data-Miscellany/pkg-plist

Modified: head/devel/p5-Data-Miscellany/Makefile
==============================================================================
--- head/devel/p5-Data-Miscellany/Makefile	Sun Jul  6 18:50:28 2014	(r360972)
+++ head/devel/p5-Data-Miscellany/Makefile	Sun Jul  6 18:50:34 2014	(r360973)
@@ -10,7 +10,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Collection of miscellaneous subroutines
 
-USES=		perl5
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Data-Miscellany/pkg-descr
==============================================================================
--- head/devel/p5-Data-Miscellany/pkg-descr	Sun Jul  6 18:50:28 2014	(r360972)
+++ head/devel/p5-Data-Miscellany/pkg-descr	Sun Jul  6 18:50:34 2014	(r360973)
@@ -1,8 +1,7 @@
-This is a collection of miscellaneous subroutines useful in wide but
-varying scenarios; a catch-all module for things that don't obviously
-belong anywhere else. Obviously what's useful differs from person to
-person, but this particular collection should be useful in
-object-oriented frameworks, such as Class::Scaffold and
-Data::Conveyor.
+This is a collection of miscellaneous subroutines useful in wide but varying
+scenarios; a catch-all module for things that don't obviously belong anywhere
+else. Obviously what's useful differs from person to person, but this particular
+collection should be useful in object-oriented frameworks, such as
+Class::Scaffold and Data::Conveyor.
 
 WWW: http://search.cpan.org/dist/Data-Miscellany/

Modified: head/devel/p5-Data-Miscellany/pkg-plist
==============================================================================
--- head/devel/p5-Data-Miscellany/pkg-plist	Sun Jul  6 18:50:28 2014	(r360972)
+++ head/devel/p5-Data-Miscellany/pkg-plist	Sun Jul  6 18:50:34 2014	(r360973)
@@ -1,6 +1,6 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany/.packlist
 %%SITE_PERL%%/Data/Miscellany.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany/.packlist
 %%PERL5_MAN3%%/Data::Miscellany.3.gz
-@dirrmtry %%SITE_PERL%%/Data
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
+@dirrmtry %%SITE_PERL%%/Data



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