Bug 201480 - Update port: devel/p5-Data-Structure-Util: 0.15 -> 0.16
Summary: Update port: devel/p5-Data-Structure-Util: 0.15 -> 0.16
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-11 19:09 UTC by nistor
Modified: 2015-07-12 16:11 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nistor 2015-07-11 19:09:57 UTC
It appears 'port submit' is broken in the tools so I have to revert to this...

Small update below:
====
--- p5-Data-Structure-Util.orig/Makefile	2015-07-11 14:54:09.000000000 -0400
+++ p5-Data-Structure-Util/Makefile	2015-07-11 15:03:56.000000000 -0400
@@ -2,8 +2,8 @@
 # $FreeBSD: head/devel/p5-Data-Structure-Util/Makefile 373448 2014-11-26 13:08:24Z mat $

 PORTNAME=	Data-Structure-Util
-PORTVERSION=	0.15
-PORTREVISION=	2
+PORTVERSION=	0.16
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,9 +11,14 @@
 MAINTAINER=	nistor@snickers.org
 COMMENT=	Perl5 module to change the nature of data within a structure

+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
 		p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod

+NO_ARCH=	yes
+
 USES=		perl5
 USE_PERL5=	configure

diff -ruN p5-Data-Structure-Util.orig/distinfo p5-Data-Structure-Util/distinfo
--- p5-Data-Structure-Util.orig/distinfo	2015-07-11 14:54:09.000000000 -0400
+++ p5-Data-Structure-Util/distinfo	2015-07-11 14:54:44.000000000 -0400
@@ -1,2 +1,2 @@
-SHA256 (Data-Structure-Util-0.15.tar.gz) = 4228ad6fcd1081a5193d91b2c394f50a5b1e8a42e25d99fdf79c4153a40186d0
-SIZE (Data-Structure-Util-0.15.tar.gz) = 23185
+SHA256 (Data-Structure-Util-0.16.tar.gz) = 9cd42a13e65cb15f3a76296eb9a134da220168ec747c568d331a50ae7a2ddbc6
+SIZE (Data-Structure-Util-0.16.tar.gz) = 23936

===


Thank you,
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-07-12 16:09:10 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Jul 12 16:08:42 UTC 2015
New revision: 391806
URL: https://svnweb.freebsd.org/changeset/ports/391806

Log:
  - Update to 0.16
  - Add LICENSE
  - Add NO_ARCH
  - While I'm here, fix *_DEPENDS:
    - Remove p5-Clone
    - Use TEST_DEPENDS for p5-Test-Pod

  Changes:	http://search.cpan.org/dist/Data-Structure-Util/CHANGES
  PR:		201480
  Submitted by:	Jon Nistor <nistor@snickers.org> (maintainer)

Changes:
  head/devel/p5-Data-Structure-Util/Makefile
  head/devel/p5-Data-Structure-Util/distinfo
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-07-12 16:11:11 UTC
Committed. Thanks!