Bug 182808 - [patch update] math/p5-Math-Int128 0.12 -> 0.13
Summary: [patch update] math/p5-Math-Int128 0.12 -> 0.13
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-10-07 20:40 UTC by Kurt Jaeger
Modified: 2013-10-08 08:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1010 bytes, patch)
2013-10-07 20:40 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger 2013-10-07 20:40:00 UTC
	update math/p5-Math-Int128 0.12 -> 0.13

How-To-Repeat: 	-
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-07 20:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-10-07 20:52:33 UTC
Responsible Changed
From-To: perl->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-08 08:44:15 UTC
Author: sunpoet
Date: Tue Oct  8 07:44:07 2013
New Revision: 329765
URL: http://svnweb.freebsd.org/changeset/ports/329765

Log:
  - Update to 0.13
  - While I'm here, support STAGEDIR
  
  Changes:	http://search.cpan.org/dist/Math-Int128/Changes
  PR:		ports/182808
  Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)

Modified:
  head/math/p5-Math-Int128/Makefile
  head/math/p5-Math-Int128/distinfo
  head/math/p5-Math-Int128/pkg-plist

Modified: head/math/p5-Math-Int128/Makefile
==============================================================================
--- head/math/p5-Math-Int128/Makefile	Tue Oct  8 07:14:27 2013	(r329764)
+++ head/math/p5-Math-Int128/Makefile	Tue Oct  8 07:44:07 2013	(r329765)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-Int128
-PORTVERSION=	0.12
+PORTVERSION=	0.13
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -20,10 +20,6 @@ USE_PERL5=	configure
 
 NOT_FOR_ARCHS=	i386
 
-MAN3=		Math::Int128.3 \
-		Math::Int128::die_on_overflow.3
-
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 # need clang 3.2+ or GCC 4.4+

Modified: head/math/p5-Math-Int128/distinfo
==============================================================================
--- head/math/p5-Math-Int128/distinfo	Tue Oct  8 07:14:27 2013	(r329764)
+++ head/math/p5-Math-Int128/distinfo	Tue Oct  8 07:44:07 2013	(r329765)
@@ -1,2 +1,2 @@
-SHA256 (Math-Int128-0.12.tar.gz) = 09075e44aba51722d8f464e3e15ecbab291e3fb58d3bfc3d124a53b29f7dd876
-SIZE (Math-Int128-0.12.tar.gz) = 61847
+SHA256 (Math-Int128-0.13.tar.gz) = c960482f5b2d27547c9f6e08df43ba9531b3305328a8912004011280be443afe
+SIZE (Math-Int128-0.13.tar.gz) = 62147

Modified: head/math/p5-Math-Int128/pkg-plist
==============================================================================
--- head/math/p5-Math-Int128/pkg-plist	Tue Oct  8 07:14:27 2013	(r329764)
+++ head/math/p5-Math-Int128/pkg-plist	Tue Oct  8 07:44:07 2013	(r329765)
@@ -3,6 +3,8 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int128/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int128/Int128.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int128/Int128.so
+%%PERL5_MAN3%%/Math::Int128.3.gz
+%%PERL5_MAN3%%/Math::Int128::die_on_overflow.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int128
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Math/Int128
_______________________________________________
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-10-08 08:44:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!