mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.42
- Pet portlint Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES
This commit is contained in:
parent
8a3f44aff1
commit
22ddb32050
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280991
3 changed files with 9 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Net-Stomp
|
PORTNAME= Net-Stomp
|
||||||
PORTVERSION= 0.41
|
PORTVERSION= 0.42
|
||||||
CATEGORIES= net-im perl5
|
CATEGORIES= net-im perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -14,13 +14,13 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Streaming Text Orientated Messaging Protocol Client
|
COMMENT= Streaming Text Orientated Messaging Protocol Client
|
||||||
|
|
||||||
LICENSE_COMB= dual
|
|
||||||
LICENSE= ART20 GPLv1
|
LICENSE= ART20 GPLv1
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
|
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
|
MAN3= Net::Stomp.3 Net::Stomp::Frame.3
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (Net-Stomp-0.41.tar.gz) = b1f0b0623d70be3fbb8f4278fd69fc3a848b0057fe2b0afd60e6f41fe90fef61
|
SHA256 (Net-Stomp-0.42.tar.gz) = 29d867039fc7ebe7e93c751611c191262968cf1e5c86ccdf6fefdb933d4ad569
|
||||||
SIZE (Net-Stomp-0.41.tar.gz) = 13597
|
SIZE (Net-Stomp-0.42.tar.gz) = 11505
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
%%SITE_PERL%%/Net/Stomp.pm
|
%%SITE_PERL%%/Net/Stomp.pm
|
||||||
%%SITE_PERL%%/Net/Stomp/Frame.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
|
@dirrm %%SITE_PERL%%/Net/Stomp
|
||||||
@dirrmtry %%SITE_PERL%%/Net
|
@dirrmtry %%SITE_PERL%%/Net
|
||||||
|
|
Loading…
Add table
Reference in a new issue