summaryrefslogtreecommitdiff
path: root/mail/p5-SES (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Convert m* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347776
* - Support stagingEmanuel Haupt2014-02-061-7/+6
| | | | | | | - Use shebangfix Notes: svn path=/head/; revision=343040
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - convert to the new perl5 frameworkAndrej Zverev2013-09-041-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326272
* - Trim Makefile headerAndrej Zverev2013-05-241-12/+2
| | | | | | | | | | | - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178899 Submitted by: az Approved by: maintainer Notes: svn path=/head/; revision=318932
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+7
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-7/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Update distinfo: zipball rerolled with bin/mail.txt removedSunpoet Po-Chuan Hsieh2012-02-101-2/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=290857
* - Update to release of 2011-11-14Sunpoet Po-Chuan Hsieh2012-02-072-11/+13
| | | | | | | | | | | | | | | - Fix RUN_DEPENDS - Digest::SHA is bundled in Perl releases since 5.9.3 - This port requires LWP 6 - Bump PORTREVISION for tarball and dependency change Changes: http://aws.amazon.com/code/Amazon-SES/8945574369528337 PR: ports/163201 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 8 weeks) Notes: svn path=/head/; revision=290574
* - Add missing dependencyMartin Wilke2012-01-291-1/+5
| | | | | | | | | | - Update MASTER_SITES PR: Gea-Suan Lin <gslin@gslin.org> Approved by: maintainer Notes: svn path=/head/; revision=290005
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* - Update to 1.01Frederic Culot2011-11-302-8/+14
| | | | | | | | | | | | | - Add LICENSE (Apache) - Update maintainer's address (submitted via private email) Changes: http://aws.amazon.com/code/Amazon-SES/8945574369528337 PR: ports/161295 Submitted by: Stephon Chen <stephon@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=286657
* Kill EOL whitespace.Alexey Dokuchaev2011-07-051-2/+2
| | | | Notes: svn path=/head/; revision=277098
* - Add p5-SESSunpoet Po-Chuan Hsieh2011-05-093-0/+52
Perl module of Amazon Simple Email Services WWW: http://aws.amazon.com/code/Amazon-SES/8945574369528337 PR: ports/156713 Submitted by: Stephon Chen <stephon@pixnet.tw> Notes: svn path=/head/; revision=273847