aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-GnuPG
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* - Update to 0.23Sunpoet Po-Chuan Hsieh2016-04-252-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Mail-GnuPG/Changes Notes: svn path=/head/; revision=413981
* - Update to 0.22Sunpoet Po-Chuan Hsieh2016-04-113-5/+5
| | | | | | | | | | - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Mail-GnuPG/Changes Notes: svn path=/head/; revision=413052
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-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
* - Update to 0.21Philippe Audeoud2014-09-092-3/+3
| | | | Notes: svn path=/head/; revision=367734
* Support STAGEDIR.Vanilla I. Shu2013-11-052-3/+1
| | | | Notes: svn path=/head/; revision=332803
* 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
* - Add WWWSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | | | | | - Use single space after WWW: - Remove Author line Notes: svn path=/head/; revision=325610
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 0.19.Anton Berezin2013-05-062-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/Mail-GnuPG/Changes Notes: svn path=/head/; revision=317483
* - Update to 0.18Frederic Culot2012-07-222-4/+5
| | | | | | | | | - Add BUILD_DEPENDS to silence build warnings Changes: http://search.cpan.org/dist/Mail-GnuPG/Changes Notes: svn path=/head/; revision=301304
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* - Update to 0.17Cheng-Lung Sung2011-12-152-3/+3
| | | | Notes: svn path=/head/; revision=287420
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Update to 0.16Cheng-Lung Sung2011-02-143-9/+5
| | | | | | | - use Module::Build (PERL_MODBUILD= yes) Notes: svn path=/head/; revision=269124
* - Chase security/libksba shlib version bumpGreg Larkin2010-12-161-1/+1
| | | | | | | | Requested by: kwm Pointyhat to: glarkin Notes: svn path=/head/; revision=266393
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 0.15Cheng-Lung Sung2008-03-282-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/Mail-GnuPG/Changes Notes: svn path=/head/; revision=209990
* - fix wrong package name in RUN_DEPENDSYen-Ming Lee2008-03-101-1/+1
| | | | | | | Noticed by: pav@ Notes: svn path=/head/; revision=208769
* - use CPAN macroYen-Ming Lee2008-03-051-14/+6
| | | | | | | | | | | - simplify dependency - bump PORTREVISION Submitted by: leeym Approved by: clsung (implicitly) Notes: svn path=/head/; revision=208457
* - Update to 0.10Cheng-Lung Sung2007-07-102-8/+4
| | | | Notes: svn path=/head/; revision=195338
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* My territory, suggested by ijliao. :pCheng-Lung Sung2004-08-201-1/+1
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=116729
* After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, allMathieu Arnold2004-08-121-1/+3
| | | | | | | | these ports were broken because they always depended on it. I've rearranged all the dependencies to fit the new scheme. Notes: svn path=/head/; revision=116026
* - Update to 0.08Vanilla I. Shu2004-07-192-5/+7
| | | | | | | | | | - modify BUILD_DEPENDS PR: ports/69280 Submitted by: maintainer Notes: svn path=/head/; revision=114219
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - Update to 0.07Pav Lucistnik2003-12-273-3/+11
| | | | | | | | PR: ports/60609 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer) Notes: svn path=/head/; revision=96681
* - Add missing dependency on mail/p5-MIME-ToolsSergei Kolobov2003-12-041-1/+2
| | | | | | | | | PR: 58987 Submitted by: portsspam@batterybackups.net Approved by: maintainer Notes: svn path=/head/; revision=95074
* Add p5-Mail-GnuPG 0.06,Vanilla I. Shu2003-10-174-0/+37
perl5 interface to process and/or create PGP email. PR: 58083 Submitted by: clsung@dragon2.net Notes: svn path=/head/; revision=91482