Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2017 19:08:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445927 - head/misc/p5-Geo-GeoNames
Message-ID:  <201707151908.v6FJ8xeX006561@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Perform geographical queries using GeoNames Web Services



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707151908.v6FJ8xeX006561>