svn commit: r445926 - head/converters/p5-JSON-PP

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 15 19:08:56 UTC 2017


Author: sunpoet
Date: Sat Jul 15 19:08:55 2017
New Revision: 445926
URL: https://svnweb.freebsd.org/changeset/ports/445926

Log:
  Update modifier: use :S instead of :C

Modified:
  head/converters/p5-JSON-PP/Makefile

Modified: head/converters/p5-JSON-PP/Makefile
==============================================================================
--- head/converters/p5-JSON-PP/Makefile	Sat Jul 15 19:08:50 2017	(r445925)
+++ head/converters/p5-JSON-PP/Makefile	Sat Jul 15 19:08:55 2017	(r445926)
@@ -7,7 +7,7 @@ CATEGORIES=	converters perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MAKAMAKA
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:C|000$||}
+DISTNAME=	${PORTNAME}-${PORTVERSION:S|000$||}
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	JSON::XS compatible pure-Perl module


More information about the svn-ports-all mailing list