svn commit: r386452 - head/devel/p5-Test-Trap

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


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

Log:
  - Use DISTVERSIONPREFIX instead of DISTNAME

Modified:
  head/devel/p5-Test-Trap/Makefile

Modified: head/devel/p5-Test-Trap/Makefile
==============================================================================
--- head/devel/p5-Test-Trap/Makefile	Fri May 15 18:04:40 2015	(r386451)
+++ head/devel/p5-Test-Trap/Makefile	Fri May 15 18:04:45 2015	(r386452)
@@ -3,10 +3,10 @@
 
 PORTNAME=	Test-Trap
 PORTVERSION=	0.3.2
+DISTVERSIONPREFIX=	v
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-v${PORTVERSION}
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Trap exit codes, exceptions, output, etc


More information about the svn-ports-all mailing list