summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2005-06-12 10:33:03 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2005-06-12 10:33:03 +0000
commit74183124268a3240dc08fe976667aa2e5a16e9b8 (patch)
treeaccd1692a45d6aa6d9d6e5eaec2b4a6e0603f327 /devel
parentbump PORTREVISION for my previous commit. (diff)
Fix PORTVERSION.
Pointed by: chkversion (kris)
Notes
Notes: svn path=/head/; revision=137311
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-POE-API-Hooks/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-POE-API-Hooks/Makefile b/devel/p5-POE-API-Hooks/Makefile
index c31672e6e985..3ee3f0011112 100644
--- a/devel/p5-POE-API-Hooks/Makefile
+++ b/devel/p5-POE-API-Hooks/Makefile
@@ -6,10 +6,11 @@
#
PORTNAME= POE-API-Hooks
-PORTVERSION= 1.05
+PORTVERSION= 1.0500
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/S/SU/SUNGO
+DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org