Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
27 Jul 2019 11:57:14
0.07

|
sunpoet  |
Update to 0.07
Changes: https://metacpan.org/changes/distribution/Business-Stripe |
06 Oct 2018 13:06:45
0.06

|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
29 Jun 2018 10:10:36
0.06

|
mat  |
Fix a few Perl ports with Perl 5.28.
Starting at ExtUtils::MakeMaker 7.31_06 and Perl 5.27.1, the base
README.pod is no longer installed. So stop installing them altogether.
PR: 229112
Reported by: many
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D15946 |
27 May 2018 20:15:20
0.06

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
0.06

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
19 Nov 2016 17:10:26
0.06

|
sunpoet  |
- Update to 0.06
- Add BUILD_DEPENDS
- Fix *_DEPENDS: MIME::Base64 is already in all supported Perl releases
- Pet portlint
Changes: http://search.cpan.org/dist/Business-Stripe/Changes |
30 May 2016 15:33:44
0.05_1

|
mat  |
Starting at ExtUtils::MakeMaker 7.06 and Perl 5.25.1, the base
README.pod is no longer manified into a README.3, as the README.pod is
installed and can be read with perldoc, remove the README.3 files that
may be generated.
With hat: perl@
Sponsored by: Absolight |
01 Apr 2016 14:00:57
0.05

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
26 Dec 2015 16:53:30
0.05

|
adamw  |
Reassign perl modules from ports@ to the perl@ collective. |
08 Dec 2015 17:31:38
0.05

|
amdmi3  |
- Add LICENSE
- Add NO_ARCH |
27 Nov 2015 11:20:38
0.05

|
robak  |
finance/p5-Business-Stripe: update 0.04 -> 0.05
- Reset maintainership upon maintainer's request
PR: 204678
Submitted by: Vick Khera <vivek@khera.org> (maintainer) |
26 Nov 2014 13:08:38
0.04_1

|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 12:39:33
0.04

|
bapt  |
Cleanup plist |
05 Jan 2014 12:33:14
0.04

|
az  |
- stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 17:18:39
0.04

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
finance) |
02 Sep 2013 09:44:14
0.04

|
az  |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
18 Dec 2012 15:20:40
0.04

|
jadawin  |
Provides common bindings for Stripe payment system. Any API calls that do not
have bindings can be access through the generic api method.
WWW: http://search.cpan.org/dist/Business-Stripe/
PR: ports/174268
Submitted by: vivek@khera.org |