svn commit: r458320 - head/devel/p5-App-CLI-Extension

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 7 12:12:28 UTC 2018


Author: sunpoet
Date: Sun Jan  7 12:12:27 2018
New Revision: 458320
URL: https://svnweb.freebsd.org/changeset/ports/458320

Log:
  Use real PORTVERSION

Modified:
  head/devel/p5-App-CLI-Extension/Makefile

Modified: head/devel/p5-App-CLI-Extension/Makefile
==============================================================================
--- head/devel/p5-App-CLI-Extension/Makefile	Sun Jan  7 12:12:22 2018	(r458319)
+++ head/devel/p5-App-CLI-Extension/Makefile	Sun Jan  7 12:12:27 2018	(r458320)
@@ -2,13 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	App-CLI-Extension
-PORTVERSION=	1.42.1
-PORTREVISION=	2
+PORTVERSION=	1.421
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:HOLLY
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Extension for App::CLI extension module


More information about the svn-ports-all mailing list