svn commit: r374287 - in head/www: p5-Catalyst-DispatchType-Regex p5-Catalyst-Plugin-Server

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 8 16:01:00 UTC 2014


Author: sunpoet
Date: Mon Dec  8 16:00:59 2014
New Revision: 374287
URL: https://svnweb.freebsd.org/changeset/ports/374287
QAT: https://qat.redports.org/buildarchive/r374287/

Log:
  - Use real PORTVERSION

Modified:
  head/www/p5-Catalyst-DispatchType-Regex/Makefile
  head/www/p5-Catalyst-Plugin-Server/Makefile

Modified: head/www/p5-Catalyst-DispatchType-Regex/Makefile
==============================================================================
--- head/www/p5-Catalyst-DispatchType-Regex/Makefile	Mon Dec  8 16:00:55 2014	(r374286)
+++ head/www/p5-Catalyst-DispatchType-Regex/Makefile	Mon Dec  8 16:00:59 2014	(r374287)
@@ -2,12 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	Catalyst-DispatchType-Regex
-PORTVERSION=	5.90.033
-PORTREVISION=	1
+PORTVERSION=	5.90033
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Regex DispatchType

Modified: head/www/p5-Catalyst-Plugin-Server/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Server/Makefile	Mon Dec  8 16:00:55 2014	(r374286)
+++ head/www/p5-Catalyst-Plugin-Server/Makefile	Mon Dec  8 16:00:59 2014	(r374287)
@@ -15,7 +15,7 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.90:${PORTSDIR}/www/p5-Catalyst-Runtime \
-		p5-Catalyst-DispatchType-Regex>=5.90:${PORTSDIR}/www/p5-Catalyst-DispatchType-Regex \
+		p5-Catalyst-DispatchType-Regex>=5.90000:${PORTSDIR}/www/p5-Catalyst-DispatchType-Regex \
 		p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
 		p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
 		p5-Clone-Fast>=0:${PORTSDIR}/devel/p5-Clone-Fast \


More information about the svn-ports-head mailing list