svn commit: r409671 - head/converters/p5-JSON-XS

Adam Weinberger adamw at FreeBSD.org
Sat Feb 27 15:14:24 UTC 2016


Author: adamw
Date: Sat Feb 27 15:14:22 2016
New Revision: 409671
URL: https://svnweb.freebsd.org/changeset/ports/409671

Log:
  Update to 3.02.
  
  I'm deleting the Canary::Stability dependency. It's a useless build-time
  dependency that the upstream author likes to add to his modules. It
  does a series of about 3 checks about the Perl version that are already
  handled by the ports tree.

Modified:
  head/converters/p5-JSON-XS/Makefile
  head/converters/p5-JSON-XS/distinfo

Modified: head/converters/p5-JSON-XS/Makefile
==============================================================================
--- head/converters/p5-JSON-XS/Makefile	Sat Feb 27 15:05:50 2016	(r409670)
+++ head/converters/p5-JSON-XS/Makefile	Sat Feb 27 15:14:22 2016	(r409671)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	JSON-XS
-PORTVERSION=	3.01
-PORTREVISION=	2
+PORTVERSION=	3.02
 CATEGORIES=	converters perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -21,6 +20,10 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
+post-patch:
+# This dependency does nothing and is safe to remove
+	@${REINPLACE_CMD} -e '/use Canary::Stability/d' ${WRKSRC}/Makefile.PL
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/JSON/XS/XS.so
 

Modified: head/converters/p5-JSON-XS/distinfo
==============================================================================
--- head/converters/p5-JSON-XS/distinfo	Sat Feb 27 15:05:50 2016	(r409670)
+++ head/converters/p5-JSON-XS/distinfo	Sat Feb 27 15:14:22 2016	(r409671)
@@ -1,2 +1,2 @@
-SHA256 (JSON-XS-3.01.tar.gz) = 4e8df3256a5aa9ed304ce1bbcd9140737deef31ba847bff9f4c15480c88c71ab
-SIZE (JSON-XS-3.01.tar.gz) = 78245
+SHA256 (JSON-XS-3.02.tar.gz) = 5f6a5944887d75f1d34440a2d9e69ef12e23f434af23acb143fb0241f40b02be
+SIZE (JSON-XS-3.02.tar.gz) = 82712


More information about the svn-ports-all mailing list