svn commit: r445929 - head/www/p5-PocketIO

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


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

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

Modified:
  head/www/p5-PocketIO/Makefile

Modified: head/www/p5-PocketIO/Makefile
==============================================================================
--- head/www/p5-PocketIO/Makefile	Sat Jul 15 19:09:04 2017	(r445928)
+++ head/www/p5-PocketIO/Makefile	Sat Jul 15 19:09:09 2017	(r445929)
@@ -7,7 +7,7 @@ CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:VTI
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:C/000$//}
+DISTNAME=	${PORTNAME}-${PORTVERSION:S|000$||}
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Socket.IO Plack application


More information about the svn-ports-all mailing list