svn commit: r398603 - head/devel/p5-Perl6-Export-Attrs

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 4 18:00:56 UTC 2015


Author: sunpoet
Date: Sun Oct  4 18:00:54 2015
New Revision: 398603
URL: https://svnweb.freebsd.org/changeset/ports/398603

Log:
  - Update to 0.000004
  - Add LICENSE
  - Remove leading definite article from COMMENT
  - Add NO_ARCH
  - Fix *_DEPENDS: Attribute::Handlers is already in all supported Perl releases
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/Perl6-Export-Attrs/Changes

Modified:
  head/devel/p5-Perl6-Export-Attrs/Makefile
  head/devel/p5-Perl6-Export-Attrs/distinfo
  head/devel/p5-Perl6-Export-Attrs/pkg-plist

Modified: head/devel/p5-Perl6-Export-Attrs/Makefile
==============================================================================
--- head/devel/p5-Perl6-Export-Attrs/Makefile	Sun Oct  4 18:00:49 2015	(r398602)
+++ head/devel/p5-Perl6-Export-Attrs/Makefile	Sun Oct  4 18:00:54 2015	(r398603)
@@ -2,18 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	Perl6-Export-Attrs
-PORTVERSION=	0.0.3
-PORTREVISION=	2
+PORTVERSION=	0.000004
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl at FreeBSD.org
-COMMENT=	The Perl 6 'is export(...)' trait as a Perl 5 attribute
+COMMENT=	Perl 6 'is export(...)' trait as a Perl 5 attribute
 
-BUILD_DEPENDS=	p5-Attribute-Handlers>=0:${PORTSDIR}/devel/p5-Attribute-Handlers
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-Perl6-Export-Attrs/distinfo
==============================================================================
--- head/devel/p5-Perl6-Export-Attrs/distinfo	Sun Oct  4 18:00:49 2015	(r398602)
+++ head/devel/p5-Perl6-Export-Attrs/distinfo	Sun Oct  4 18:00:54 2015	(r398603)
@@ -1,2 +1,2 @@
-SHA256 (Perl6-Export-Attrs-0.0.3.tar.gz) = 031c9b2c467423a513665ff0ab2d4c6e3412320bc5877c7ab734de869101b361
-SIZE (Perl6-Export-Attrs-0.0.3.tar.gz) = 5132
+SHA256 (Perl6-Export-Attrs-0.000004.tar.gz) = ac4dcebbff89a5eee93715fad8e1c93c2948ad431ffed2301714833ebc32d06d
+SIZE (Perl6-Export-Attrs-0.000004.tar.gz) = 6714

Modified: head/devel/p5-Perl6-Export-Attrs/pkg-plist
==============================================================================
--- head/devel/p5-Perl6-Export-Attrs/pkg-plist	Sun Oct  4 18:00:49 2015	(r398602)
+++ head/devel/p5-Perl6-Export-Attrs/pkg-plist	Sun Oct  4 18:00:54 2015	(r398603)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Perl6::Export::Attrs.3.gz
 %%SITE_PERL%%/Perl6/Export/Attrs.pm
+%%PERL5_MAN3%%/Perl6::Export::Attrs.3.gz


More information about the svn-ports-all mailing list