Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2017 15:33: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: r432920 - head/devel/p5-Exporter-Tiny
Message-ID:  <201701311533.v0VFX745021034@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jan 31 15:33:07 2017
New Revision: 432920
URL: https://svnweb.freebsd.org/changeset/ports/432920

Log:
  Update to 0.044
  
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Exporter-Tiny/Changes

Modified:
  head/devel/p5-Exporter-Tiny/Makefile
  head/devel/p5-Exporter-Tiny/distinfo
  head/devel/p5-Exporter-Tiny/pkg-plist

Modified: head/devel/p5-Exporter-Tiny/Makefile
==============================================================================
--- head/devel/p5-Exporter-Tiny/Makefile	Tue Jan 31 15:33:01 2017	(r432919)
+++ head/devel/p5-Exporter-Tiny/Makefile	Tue Jan 31 15:33:07 2017	(r432920)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Exporter-Tiny
-PORTVERSION=	0.042
-PORTREVISION=	1
+PORTVERSION=	0.044
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,10 +12,12 @@ COMMENT=	Exporter with features of Sub::
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	p5-Test-Fatal>=0:devel/p5-Test-Fatal \
 		p5-Test-Warnings>=0:devel/p5-Test-Warnings
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 

Modified: head/devel/p5-Exporter-Tiny/distinfo
==============================================================================
--- head/devel/p5-Exporter-Tiny/distinfo	Tue Jan 31 15:33:01 2017	(r432919)
+++ head/devel/p5-Exporter-Tiny/distinfo	Tue Jan 31 15:33:07 2017	(r432920)
@@ -1,2 +1,3 @@
-SHA256 (Exporter-Tiny-0.042.tar.gz) = 8f1622c5ebbfbcd519ead81df7917e48cb16cc527b1c46737b0459c3908a023f
-SIZE (Exporter-Tiny-0.042.tar.gz) = 32173
+TIMESTAMP = 1485872086
+SHA256 (Exporter-Tiny-0.044.tar.gz) = eda868cc2da094b685ceace4245b83de11f439feb98e0ec8246cfbb9109c88ab
+SIZE (Exporter-Tiny-0.044.tar.gz) = 29636

Modified: head/devel/p5-Exporter-Tiny/pkg-plist
==============================================================================
--- head/devel/p5-Exporter-Tiny/pkg-plist	Tue Jan 31 15:33:01 2017	(r432919)
+++ head/devel/p5-Exporter-Tiny/pkg-plist	Tue Jan 31 15:33:07 2017	(r432920)
@@ -1,4 +1,12 @@
 %%SITE_PERL%%/Exporter/Shiny.pm
 %%SITE_PERL%%/Exporter/Tiny.pm
+%%SITE_PERL%%/Exporter/Tiny/Manual/Etc.pod
+%%SITE_PERL%%/Exporter/Tiny/Manual/Exporting.pod
+%%SITE_PERL%%/Exporter/Tiny/Manual/Importing.pod
+%%SITE_PERL%%/Exporter/Tiny/Manual/QuickStart.pod
 %%PERL5_MAN3%%/Exporter::Shiny.3.gz
 %%PERL5_MAN3%%/Exporter::Tiny.3.gz
+%%PERL5_MAN3%%/Exporter::Tiny::Manual::Etc.3.gz
+%%PERL5_MAN3%%/Exporter::Tiny::Manual::Exporting.3.gz
+%%PERL5_MAN3%%/Exporter::Tiny::Manual::Importing.3.gz
+%%PERL5_MAN3%%/Exporter::Tiny::Manual::QuickStart.3.gz



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