svn commit: r404757 - head/math/p5-Math-BigRat

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 29 16:10:21 UTC 2015


Author: sunpoet
Date: Tue Dec 29 16:10:20 2015
New Revision: 404757
URL: https://svnweb.freebsd.org/changeset/ports/404757

Log:
  - Update to 0.260802
  - Add LICENSE
  - Add NO_ARCH
  - Remove outdated post-patch:
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/Math-BigRat/CHANGES

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

Modified: head/math/p5-Math-BigRat/Makefile
==============================================================================
--- head/math/p5-Math-BigRat/Makefile	Tue Dec 29 16:10:15 2015	(r404756)
+++ head/math/p5-Math-BigRat/Makefile	Tue Dec 29 16:10:20 2015	(r404757)
@@ -2,20 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	Math-BigRat
-PORTVERSION=	0.26.02
-PORTREVISION=	3
+PORTVERSION=	0.26.08.02
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
+DISTNAME=	${PORTNAME}-${PORTVERSION:R:R}${PORTVERSION:R:E}${PORTVERSION:E}
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Arbitrary big rational numbers
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-post-patch:
-	@${REINPLACE_CMD} -e '/INSTALLDIRS/d' ${WRKSRC}/Makefile.PL
-
 .include <bsd.port.mk>

Modified: head/math/p5-Math-BigRat/distinfo
==============================================================================
--- head/math/p5-Math-BigRat/distinfo	Tue Dec 29 16:10:15 2015	(r404756)
+++ head/math/p5-Math-BigRat/distinfo	Tue Dec 29 16:10:20 2015	(r404757)
@@ -1,2 +1,2 @@
-SHA256 (Math-BigRat-0.2602.tar.gz) = 08c77055817e7a1fec26c3404d6ffafb21efda3b473782ab6c836bb0e90418ef
-SIZE (Math-BigRat-0.2602.tar.gz) = 56840
+SHA256 (Math-BigRat-0.260802.tar.gz) = 1b1ed448c355677bf6403705f8428fee5bdf2bb138a3fe721bf51414c1695508
+SIZE (Math-BigRat-0.260802.tar.gz) = 64042

Modified: head/math/p5-Math-BigRat/pkg-plist
==============================================================================
--- head/math/p5-Math-BigRat/pkg-plist	Tue Dec 29 16:10:15 2015	(r404756)
+++ head/math/p5-Math-BigRat/pkg-plist	Tue Dec 29 16:10:20 2015	(r404757)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Math::BigRat.3.gz
 %%SITE_PERL%%/Math/BigRat.pm
+%%PERL5_MAN3%%/Math::BigRat.3.gz


More information about the svn-ports-head mailing list