1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Updated to 1.00.

- Use CPAN macro.
- Add USE_DOS2UNIX.
- Avoid portlint warnings on {BUILD,RUN}_DEPENDS.
- Remove post-configure stage in Makefile.
- Rebuild pkg-descr.
- Remove unnecessary patches.
- Update and fix pkg-plist.
- Take maintainership.

PR:		ports/120849
Submitted by:	lippe
This commit is contained in:
Felippe de Meirelles Motta 2008-09-28 14:27:08 +00:00
parent 4a5d2c3fde
commit f9fb2adb45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220937
5 changed files with 6 additions and 28 deletions

View File

@ -12,11 +12,11 @@ CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= lippe@FreeBSD.org
COMMENT= Perl extension for PayPal Encrypted Website Payments
RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
PERL_CONFIGURE= yes
USE_OPENSSL= yes

View File

@ -1,10 +0,0 @@
--- lib/Business/PayPal/EWP.pm.orig 2007-09-05 07:06:20.000000000 -0700
+++ lib/Business/PayPal/EWP.pm 2008-02-28 22:17:15.000000000 -0800
@@ -65,6 +65,7 @@
goto END;
}
Net::SSLeay::BIO_free($bio);
+ $bio = undef;
# Reformat
$formdata=~s/,/\n/g;
# Encrypt and sign

View File

@ -1,13 +0,0 @@
--- EWP.xs.orig 2004-12-07 07:42:37.000000000 -0800
+++ EWP.xs 2008-02-28 21:56:45.000000000 -0800
@@ -126,8 +126,10 @@
PKCS7_free(p7);
if (bio)
BIO_free_all(bio);
+#if 0
if (memBio)
BIO_free_all(memBio);
+#endif
if (p7bio)
BIO_free_all(p7bio);
if (pkey)

View File

@ -1,4 +1,6 @@
This module wraps the sample C++/C# code which PayPal provides for working
Business::PayPal::EWP - Perl extension for PayPal's Encrypted Website Payments
WWW: http://search.cpan.org/dist/Business-PayPal-EWP/
with Encrypted Web Payments. It contains a single function, SignAndEncrypt
which takes the plaintext form code, private key file, public key file, and
PayPal's public certificate, and will return the signed and encrypted code

View File

@ -1,9 +1,8 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal/EWP/EWP.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal/EWP/EWP.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal/EWP/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/Business/PayPal/EWP.pm.orig
%%SITE_PERL%%/%%PERL_ARCH%%/Business/PayPal/EWP.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal/EWP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal/EWP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Business/PayPal