diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 21:28:52 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 21:28:52 +0000 |
commit | 0d7f15645ae30a4cded94beada82d7cd2e4a3e15 (patch) | |
tree | 130541b1096c496097b1a3038a8a3bd72b59f893 /devel | |
parent | 0c7dabad1618a55bad7cf820eb88f0f48e3d4008 (diff) | |
download | pkgsrc-0d7f15645ae30a4cded94beada82d7cd2e4a3e15.tar.gz |
pkgsrc changes:
- updating package for p5 module sapnwrfc from 0.24 to 0.30
- Adjusting meta data (license, homepage, dependencies)
Upstream changes:
Mon Jun 22 16:51:14 NZST 2009
* Fixes on connection parameters
* sapnwrfc-cookbook - a comprehensive set of examples, and discussions there in
* Better installation instructions
* revamped RFC server code
* banishment of RFC client memory leaks
* thanks to ce.com.au (Adam Kennedy) for all assistance in making these improvements possible.
Tue Jun 23 17:00:52 NZST 2009
* further banishment of memory leaks when using tables in RFC client calls
Sat Jun 27 17:55:17 NZST 2009
* very slow memory leak with respect to referencing table entries on RFC client calls.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-sapnwrfc/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-sapnwrfc/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/p5-sapnwrfc/Makefile b/devel/p5-sapnwrfc/Makefile index 156e8330420..54bc0b98c80 100644 --- a/devel/p5-sapnwrfc/Makefile +++ b/devel/p5-sapnwrfc/Makefile @@ -1,19 +1,20 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/03/10 18:57:36 sno Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/07 21:28:52 sno Exp $ -DISTNAME= sapnwrfc-0.24 +DISTNAME= sapnwrfc-0.30 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SAP/PIERS/} MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/sapnwrfc/ COMMENT= SAP Netweaver RFC support for Perl +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES+= c -DEPENDS+= p5-ExtUtils-MakeMaker>=6.48nb2:../../devel/p5-ExtUtils-MakeMaker .include "../../devel/sapnwrfcsdk/buildlink3.mk" MAKE_PARAMS+= --source ${BUILDLINK_PREFIX.sapnwrfcsdk:Q} diff --git a/devel/p5-sapnwrfc/distinfo b/devel/p5-sapnwrfc/distinfo index d7a48c1d903..e30c7235e7f 100644 --- a/devel/p5-sapnwrfc/distinfo +++ b/devel/p5-sapnwrfc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/03/10 18:57:36 sno Exp $ +$NetBSD: distinfo,v 1.2 2009/07/07 21:28:52 sno Exp $ -SHA1 (sapnwrfc-0.24.tar.gz) = f96cbfc97398081d33c30eff88f254ff95c3140d -RMD160 (sapnwrfc-0.24.tar.gz) = 5a993ae5d767fc98ba4cbd957a70b20ba060114a -Size (sapnwrfc-0.24.tar.gz) = 36658 bytes +SHA1 (sapnwrfc-0.30.tar.gz) = 718723daf5d13e3c29049b2f8099c55c7b9bf05c +RMD160 (sapnwrfc-0.30.tar.gz) = 5ca9252adbb092671d2d15d0812cdbd4304f9257 +Size (sapnwrfc-0.30.tar.gz) = 42280 bytes |