Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2015 18:05:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386463 - head/www/p5-WebService-Pushover
Message-ID:  <201505151805.t4FI5XSu088053@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May 15 18:05:32 2015
New Revision: 386463
URL: https://svnweb.freebsd.org/changeset/ports/386463

Log:
  - Use DISTVERSIONPREFIX instead of DISTNAME

Modified:
  head/www/p5-WebService-Pushover/Makefile

Modified: head/www/p5-WebService-Pushover/Makefile
==============================================================================
--- head/www/p5-WebService-Pushover/Makefile	Fri May 15 18:05:28 2015	(r386462)
+++ head/www/p5-WebService-Pushover/Makefile	Fri May 15 18:05:32 2015	(r386463)
@@ -3,10 +3,10 @@
 
 PORTNAME=	WebService-Pushover
 PORTVERSION=	1.0.0
+DISTVERSIONPREFIX=	v
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-v${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Interface to Pushover API



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505151805.t4FI5XSu088053>