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

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

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

Modified:
  head/devel/p5-CLASS/Makefile
  head/devel/p5-CLASS/pkg-descr
  head/devel/p5-CLASS/pkg-plist

Modified: head/devel/p5-CLASS/Makefile
==============================================================================
--- head/devel/p5-CLASS/Makefile	Sun Jul  6 18:50:01 2014	(r360967)
+++ head/devel/p5-CLASS/Makefile	Sun Jul  6 18:50:07 2014	(r360968)
@@ -11,7 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Alias for __PACKAGE__
 
-USES=		perl5
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/devel/p5-CLASS/pkg-descr
==============================================================================
--- head/devel/p5-CLASS/pkg-descr	Sun Jul  6 18:50:01 2014	(r360967)
+++ head/devel/p5-CLASS/pkg-descr	Sun Jul  6 18:50:07 2014	(r360968)
@@ -2,8 +2,8 @@
 
 $CLASS has the additional benefit of working in strings.
 
-CLASS is a constant, not a subroutine call. $CLASS is a plain
-variable, it is not tied. There is no performance loss for using CLASS
-over __PACKAGE__ except the loading of the module.
+CLASS is a constant, not a subroutine call. $CLASS is a plain variable, it is
+not tied. There is no performance loss for using CLASS over __PACKAGE__ except
+the loading of the module.
 
 WWW: http://search.cpan.org/dist/CLASS/

Modified: head/devel/p5-CLASS/pkg-plist
==============================================================================
--- head/devel/p5-CLASS/pkg-plist	Sun Jul  6 18:50:01 2014	(r360967)
+++ head/devel/p5-CLASS/pkg-plist	Sun Jul  6 18:50:07 2014	(r360968)
@@ -1,4 +1,4 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/CLASS/.packlist
 %%SITE_PERL%%/CLASS.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/CLASS/.packlist
 %%PERL5_MAN3%%/CLASS.3.gz
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CLASS
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CLASS



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