summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2008-09-03 13:40:02 +0000
committerAnton Berezin <tobez@FreeBSD.org>2008-09-03 13:40:02 +0000
commit4b94cb4a7ecdc77c00393480ae5b40360bddfd8b (patch)
tree2d260abed280300a7796c39cd032487577739b27
parent- woops merge mistake, add missing files. (diff)
Update to 0.28. Rework the dependencies.
Changes: http://search.cpan.org/dist/IPC-PubSub/Changes
Diffstat (limited to '')
-rw-r--r--devel/p5-IPC-PubSub/Makefile19
-rw-r--r--devel/p5-IPC-PubSub/distinfo6
2 files changed, 16 insertions, 9 deletions
diff --git a/devel/p5-IPC-PubSub/Makefile b/devel/p5-IPC-PubSub/Makefile
index 990d18dbfe66..e2302eccfb17 100644
--- a/devel/p5-IPC-PubSub/Makefile
+++ b/devel/p5-IPC-PubSub/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= IPC-PubSub
-PORTVERSION= 0.27
+PORTVERSION= 0.28
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,14 +14,21 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Interprocess Publish/Subscribe channels
-BUILD_DEPENDS= ${SITE_PERL}/DBM/Deep.pm:${PORTSDIR}/databases/p5-DBM-Deep \
- ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
- ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
- ${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID
+BUILD_DEPENDS= p5-DBM-Deep>=1:${PORTSDIR}/databases/p5-DBM-Deep \
+ pt-Time-HiRes>0:${PORTSDIR}/devel/p5-Time-HiRes \
+ p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
+ p5-Data-UUID>0:${PORTSDIR}/devel/p5-Data-UUID
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= IPC::PubSub.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+BUILD_DEPENDS+= p5-Storable>0:${PORTSDIR}/devel/p5-Storable
+RUN_DEPENDS+= p5-Storable>0:${PORTSDIR}/devel/p5-Storable
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/p5-IPC-PubSub/distinfo b/devel/p5-IPC-PubSub/distinfo
index 8ce2d99f0bbe..1e3c34969497 100644
--- a/devel/p5-IPC-PubSub/distinfo
+++ b/devel/p5-IPC-PubSub/distinfo
@@ -1,3 +1,3 @@
-MD5 (IPC-PubSub-0.27.tar.gz) = 30a320efdc58713ef196e095aae5e04a
-SHA256 (IPC-PubSub-0.27.tar.gz) = aea1f765e8c50f730da9e3a3671e6b96777e89dc00fd400394d95252f9a6f49a
-SIZE (IPC-PubSub-0.27.tar.gz) = 20442
+MD5 (IPC-PubSub-0.28.tar.gz) = 0ffb646a93b7c22b8c8168dbe05e25cb
+SHA256 (IPC-PubSub-0.28.tar.gz) = af32db418f55bc5e3e907f46d44badb818c9b337b3bb543e9d9a2c27d69b6e2d
+SIZE (IPC-PubSub-0.28.tar.gz) = 20673