svn commit: r326081 - head/textproc/p5-XML-MyXML

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 2 20:31:16 UTC 2013


Author: sunpoet
Date: Mon Sep  2 20:31:15 2013
New Revision: 326081
URL: http://svnweb.freebsd.org/changeset/ports/326081

Log:
  - Pet portlint: remove DISTVERSION

Modified:
  head/textproc/p5-XML-MyXML/Makefile   (contents, props changed)

Modified: head/textproc/p5-XML-MyXML/Makefile
==============================================================================
--- head/textproc/p5-XML-MyXML/Makefile	Mon Sep  2 20:27:53 2013	(r326080)
+++ head/textproc/p5-XML-MyXML/Makefile	Mon Sep  2 20:31:15 2013	(r326081)
@@ -3,11 +3,11 @@
 
 PORTNAME=	XML-MyXML
 PORTVERSION=	0.10.01
-DISTVERSION=	${PORTVERSION:C/\.(..)$/\1/}
 PORTEPOCH=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Simple-to-use XML module parsing and creating XML documents


More information about the svn-ports-head mailing list