svn commit: r386460 - head/devel/p5-Test-HasVersion
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 15 18:05:21 UTC 2015
Author: sunpoet
Date: Fri May 15 18:05:20 2015
New Revision: 386460
URL: https://svnweb.freebsd.org/changeset/ports/386460
Log:
- Use real PORTVERSION
Modified:
head/devel/p5-Test-HasVersion/Makefile
Modified: head/devel/p5-Test-HasVersion/Makefile
==============================================================================
--- head/devel/p5-Test-HasVersion/Makefile Fri May 15 18:05:15 2015 (r386459)
+++ head/devel/p5-Test-HasVersion/Makefile Fri May 15 18:05:20 2015 (r386460)
@@ -2,12 +2,10 @@
# $FreeBSD$
PORTNAME= Test-HasVersion
-PORTVERSION= 0.01.2
-PORTREVISION= 1
+PORTVERSION= 0.012
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Check Perl modules have version numbers
More information about the svn-ports-all
mailing list