diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-02 00:52:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-02 00:52:32 +0800 |
commit | 09a5385c7991e0eab25fd6dfa21ba289dae109b2 (patch) | |
tree | 95adb4af34ea0f45efb3a15d9ea0dd83f8d41425 /net-im/p5-Net-Stomp | |
parent | bc57a6fa02c52a330d31db0e23d1d0f6e1f0abb0 (diff) | |
download | freebsd-ports-gnome-09a5385c7991e0eab25fd6dfa21ba289dae109b2.tar.gz freebsd-ports-gnome-09a5385c7991e0eab25fd6dfa21ba289dae109b2.tar.zst freebsd-ports-gnome-09a5385c7991e0eab25fd6dfa21ba289dae109b2.zip |
- Update to 0.42
- Pet portlint
Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES
Diffstat (limited to 'net-im/p5-Net-Stomp')
-rw-r--r-- | net-im/p5-Net-Stomp/Makefile | 8 | ||||
-rw-r--r-- | net-im/p5-Net-Stomp/distinfo | 4 | ||||
-rw-r--r-- | net-im/p5-Net-Stomp/pkg-plist | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-im/p5-Net-Stomp/Makefile b/net-im/p5-Net-Stomp/Makefile index aa82755a266f..056524059a6a 100644 --- a/net-im/p5-Net-Stomp/Makefile +++ b/net-im/p5-Net-Stomp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Stomp -PORTVERSION= 0.41 +PORTVERSION= 0.42 CATEGORIES= net-im perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Streaming Text Orientated Messaging Protocol Client -LICENSE_COMB= dual LICENSE= ART20 GPLv1 +LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor -PERL_MODBUILD= yes +PERL_CONFIGURE= yes MAN3= Net::Stomp.3 Net::Stomp::Frame.3 diff --git a/net-im/p5-Net-Stomp/distinfo b/net-im/p5-Net-Stomp/distinfo index 547f40de7c2d..bfd18c09f686 100644 --- a/net-im/p5-Net-Stomp/distinfo +++ b/net-im/p5-Net-Stomp/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-Stomp-0.41.tar.gz) = b1f0b0623d70be3fbb8f4278fd69fc3a848b0057fe2b0afd60e6f41fe90fef61 -SIZE (Net-Stomp-0.41.tar.gz) = 13597 +SHA256 (Net-Stomp-0.42.tar.gz) = 29d867039fc7ebe7e93c751611c191262968cf1e5c86ccdf6fefdb933d4ad569 +SIZE (Net-Stomp-0.42.tar.gz) = 11505 diff --git a/net-im/p5-Net-Stomp/pkg-plist b/net-im/p5-Net-Stomp/pkg-plist index 021417a791d1..4fc3526c5d4e 100644 --- a/net-im/p5-Net-Stomp/pkg-plist +++ b/net-im/p5-Net-Stomp/pkg-plist @@ -1,4 +1,7 @@ %%SITE_PERL%%/Net/Stomp.pm %%SITE_PERL%%/Net/Stomp/Frame.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Stomp/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Stomp +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrm %%SITE_PERL%%/Net/Stomp @dirrmtry %%SITE_PERL%%/Net |