svn commit: r445927 - head/misc/p5-Geo-GeoNames

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


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

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

Modified:
  head/misc/p5-Geo-GeoNames/Makefile

Modified: head/misc/p5-Geo-GeoNames/Makefile
==============================================================================
--- head/misc/p5-Geo-GeoNames/Makefile	Sat Jul 15 19:08:55 2017	(r445926)
+++ head/misc/p5-Geo-GeoNames/Makefile	Sat Jul 15 19:08:59 2017	(r445927)
@@ -5,9 +5,8 @@ PORTNAME=	Geo-GeoNames
 PORTVERSION=	1.120
 CATEGORIES=	misc perl5
 MASTER_SITES=	CPAN
-#MASTER_SITE_SUBDIR=	CPAN:BDFOY
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:C|0$||}
+DISTNAME=	${PORTNAME}-${PORTVERSION:S|0$||}
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Perform geographical queries using GeoNames Web Services


More information about the svn-ports-all mailing list