svn commit: r386448 - head/devel/p5-Class-Std-Utils

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 15 18:04:27 UTC 2015


Author: sunpoet
Date: Fri May 15 18:04:26 2015
New Revision: 386448
URL: https://svnweb.freebsd.org/changeset/ports/386448

Log:
  - Use DISTVERSIONPREFIX instead of DISTNAME

Modified:
  head/devel/p5-Class-Std-Utils/Makefile

Modified: head/devel/p5-Class-Std-Utils/Makefile
==============================================================================
--- head/devel/p5-Class-Std-Utils/Makefile	Fri May 15 18:04:19 2015	(r386447)
+++ head/devel/p5-Class-Std-Utils/Makefile	Fri May 15 18:04:26 2015	(r386448)
@@ -3,11 +3,11 @@
 
 PORTNAME=	Class-Std-Utils
 PORTVERSION=	0.0.3
+DISTVERSIONPREFIX=	v
 PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-v${PORTVERSION}
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Utility subroutines for building "inside-out" objects


More information about the svn-ports-head mailing list