Bug 184504 - [PATCH] lang/p5-Scalar-List-Utils: update to 1.35
Summary: [PATCH] lang/p5-Scalar-List-Utils: update to 1.35
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-04 22:10 UTC by Po-Chuan Hsieh
Modified: 2013-12-19 08:11 UTC (History)
1 user (show)

See Also:


Attachments
p5-Scalar-List-Utils-1.35,1.patch (1.42 KB, patch)
2013-12-04 22:10 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-04 22:10:00 UTC
- Update to 1.35
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Scalar-List-Utils/Changes

Port maintainer (tobez@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-04 22:10:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tobez

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-19 06:02:02 UTC
Responsible Changed
From-To: tobez->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-12-19 07:24:32 UTC
Author: sunpoet
Date: Thu Dec 19 07:23:55 2013
New Revision: 336872
URL: http://svnweb.freebsd.org/changeset/ports/336872

Log:
  - Update to 1.35
  - Support STAGEDIR
  
  Changes:	http://search.cpan.org/dist/Scalar-List-Utils/Changes
  PR:		ports/184504
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 14 days)

Modified:
  head/lang/p5-Scalar-List-Utils/Makefile
  head/lang/p5-Scalar-List-Utils/distinfo   (contents, props changed)
  head/lang/p5-Scalar-List-Utils/pkg-plist   (contents, props changed)

Modified: head/lang/p5-Scalar-List-Utils/Makefile
==============================================================================
--- head/lang/p5-Scalar-List-Utils/Makefile	Thu Dec 19 07:23:49 2013	(r336871)
+++ head/lang/p5-Scalar-List-Utils/Makefile	Thu Dec 19 07:23:55 2013	(r336872)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Scalar-List-Utils
-PORTVERSION=	1.32
+PORTVERSION=	1.35
 PORTEPOCH=	1
 CATEGORIES=	lang perl5
 MASTER_SITES=	CPAN
@@ -17,7 +17,4 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		List::Util.3 Scalar::Util.3 List::Util::XS.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/lang/p5-Scalar-List-Utils/distinfo
==============================================================================
--- head/lang/p5-Scalar-List-Utils/distinfo	Thu Dec 19 07:23:49 2013	(r336871)
+++ head/lang/p5-Scalar-List-Utils/distinfo	Thu Dec 19 07:23:55 2013	(r336872)
@@ -1,2 +1,2 @@
-SHA256 (Scalar-List-Utils-1.32.tar.gz) = 1906496a893b0e642103ebb2438ae2a6f7f728e24abf13d1e84d61e1e2ed4813
-SIZE (Scalar-List-Utils-1.32.tar.gz) = 72905
+SHA256 (Scalar-List-Utils-1.35.tar.gz) = ddc0c6e08993ef92db63c6304d83e0596f37681f03032f1e748ab8784496b750
+SIZE (Scalar-List-Utils-1.35.tar.gz) = 74666

Modified: head/lang/p5-Scalar-List-Utils/pkg-plist
==============================================================================
--- head/lang/p5-Scalar-List-Utils/pkg-plist	Thu Dec 19 07:23:49 2013	(r336871)
+++ head/lang/p5-Scalar-List-Utils/pkg-plist	Thu Dec 19 07:23:55 2013	(r336872)
@@ -4,6 +4,9 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Scalar/Util.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/List/Util.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/List/Util/XS.pm
+%%PERL5_MAN3%%/List::Util.3.gz
+%%PERL5_MAN3%%/List::Util::XS.3.gz
+%%PERL5_MAN3%%/Scalar::Util.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Util
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/List
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/List/Util
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-19 08:11:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!