diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-05-10 13:29:45 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-05-10 13:29:45 +0000 |
commit | 0bdca16a10097ff7c99893f9760355bd69e88004 (patch) | |
tree | 5b0f862ee9051508773c2275f743c3d2d71db58a /devel/p5-POE-Stage | |
parent | 4b711dfb016cb952d6ce3352aca3b71d3e078612 (diff) | |
download | ports-0bdca16a10097ff7c99893f9760355bd69e88004.tar.gz ports-0bdca16a10097ff7c99893f9760355bd69e88004.zip |
- Fix version going backwards
Notes
Notes:
svn path=/head/; revision=296364
Diffstat (limited to 'devel/p5-POE-Stage')
-rw-r--r-- | devel/p5-POE-Stage/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-POE-Stage/Makefile b/devel/p5-POE-Stage/Makefile index 4cd100a27044..b2cd0542a093 100644 --- a/devel/p5-POE-Stage/Makefile +++ b/devel/p5-POE-Stage/Makefile @@ -6,10 +6,11 @@ # PORTNAME= POE-Stage -PORTVERSION= 0.060 +PORTVERSION= 0.0600 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTVERSION= 0.060 MAINTAINER= perl@FreeBSD.org COMMENT= Base class for formalized POE components |