- Update to 1.09
- Removed obsolete code
This commit is contained in:
parent
ccb829a1a7
commit
034a93be39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162417
2 changed files with 4 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= POE-Component-Server-SOAP
|
||||
PORTVERSION= 1.08
|
||||
PORTVERSION= 1.09
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= POE
|
||||
|
@ -32,10 +32,5 @@ post-patch:
|
|||
-e '$$_ = "" if /use warnings/;' \
|
||||
${WRKSRC}/lib/POE/Component/Server/SOAP.pm \
|
||||
${WRKSRC}/lib/POE/Component/Server/SOAP/Response.pm
|
||||
# @${PERL} -pi -e '$$_ = "" if /use warnings/;' \
|
||||
# -e '$$_ = "" if /ABSTRACT_FROM/;' \
|
||||
# -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' \
|
||||
# ${WRKSRC}/Makefile.PL \
|
||||
# ${WRKSRC}/lib/Class/DBI/DATA/Schema.pm
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (POE-Component-Server-SOAP-1.08.tar.gz) = f6a339133ff1fa84ec1829750da04314
|
||||
SHA256 (POE-Component-Server-SOAP-1.08.tar.gz) = 526bdb9ba04bad1ac999d36ab41e0941dc229ace6af65d9bcc723179dee482ac
|
||||
SIZE (POE-Component-Server-SOAP-1.08.tar.gz) = 12745
|
||||
MD5 (POE-Component-Server-SOAP-1.09.tar.gz) = dcda3222ea8cf981c2aace003aa33733
|
||||
SHA256 (POE-Component-Server-SOAP-1.09.tar.gz) = ce42bad564ba59dc5d32c3826626fcb1b4ca6ee040dc0733a7833d08966ca9e4
|
||||
SIZE (POE-Component-Server-SOAP-1.09.tar.gz) = 12782
|
||||
|
|
Loading…
Reference in a new issue