aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-PGP
Commit message (Collapse)AuthorAgeFilesLines
* security/p5-PGP: unbreak on powerpc64pkubaj2019-05-121-1/+1
| | | | | | Builds fine on powerpc64 Approved by: mentors (implicit approval)
* Update WWWsunpoet2018-05-281-1/+1
| | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
* Sort ARCHS. While here, pet portlint.linimon2017-06-271-1/+1
| | | | Approved by: portmgr (tier-2 blanket)
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Remove vestiges of alpha supportak2015-01-161-1/+1
| | | | Approved by: portmgr (erwin)
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-241-1/+1
| | | | Approved by: bapt
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-5/+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
* security/p5-PGP: fix run dependency on security/pgpinpi2014-06-122-1/+22
| | | | | | | | - fix path to pgpin binary PR: ports/190841 Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Approved by: mentors (implicit)
* security/p5-PGP: unbreak on amd64pi2014-06-101-2/+1
| | | | | | | changing build dependency from security/pgp to security/pgpin Approved-By: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Approved-By: mentors (implicit)
* - Use ONLY_FOR_ARCHSsunpoet2014-02-043-21/+12
| | | | | | | | | | - Mark BROKEN on amd64 - Use REINPLACE_CMD instead of patch files - Add PORTSCOUT - Pass maintainership to submitter PR: ports/185856 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* Support STAGEDIR.vanilla2013-11-062-6/+4
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | security)
* - Convert to new perl frameworkaz2013-08-031-1/+2
|
* -remove MD5ohauer2011-07-031-1/+0
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* - Add WWW link.chinsan2007-10-281-0/+2
|
* - Add SHA256pav2005-11-261-0/+1
|
* SIZEify.trevor2004-01-301-0/+1
|
* utilize SITE_PERLijliao2003-10-242-6/+5
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-011-4/+1
|
* Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.will2000-10-241-1/+1
|
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.will2000-06-171-3/+3
| | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
* Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-211-2/+2
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Unbreak, portlint.markm1999-02-023-7/+18
|
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballasami1998-09-161-2/+2
| | | | | | checks haven't missed anything. Submitted by: dima
* Mark ports that are still suffering from post-perl5-upgrade syndromeasami1998-09-031-1/+3
| | | | | | as broken. Actually there were much fewer than I thought. Approved by: markm
* Secure the freedom of the manpages! Free the manpages!hoek1998-08-201-1/+0
| | | | PR: ports/7651
* Fix commented #MASTER_SITE linejfitz1997-09-181-3/+2
| | | | Submitted-by: asami@freebsd.org
* Mass upgrade of CPAN ports:jfitz1997-09-144-11/+21
| | | | | | | | | | | | | | | | | | | | p5-Apache -> 1.00b2 p5-Array-PrintCols -> 2.0 p5-C-Scan -> 0.4 p5-DBD-Pg -> 0.62 p5-Data-Flow -> 0.05 p5-Devel-Peek -> 0.83 p5-HTML-Stream -> 1.40 p5-HTTPD-Tools -> 0.55 p5-Image-Size -> 2.4 p5-IniConf -> 0.92 p5-Msql -> 1.1809 p5-Mysql -> 1.1809 p5-PGP -> 0.3a p5-Pg -> 1.6.1 p5-Tk -> 402.002 p5-WWW-Search -> 1.010 p5-libwww -> 5.12
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵jfitz1997-06-251-4/+4
| | | | | | | number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
* Make MASTER_SITES blank because the current distfile is broken and the old ↵jfitz1997-06-101-2/+3
| | | | | | distfile isn't on CPAN anymore. Suggested-by: Bill Fenner <fenner@parc.xerox.com>
* Upgrade all ports requiring perl5.003 to perl5.004jfitz1997-05-241-3/+3
| | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
* Add virtual category 'perl5'.wosch1997-04-201-2/+2
|
* Silently fix up my mistakes so nobody will know what a dork I am.asami1996-11-221-1/+2
|
* CAT_E_GORIES+= -> CAT_E_GORIES= (*everybody*'s a critic :-))obrien1996-11-171-15/+5
| | | | | Converted to new MAN[1-9] Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.jfitz1996-10-241-1/+2
| | | | Submitted by: asami@freebsd.org
* perl5 module to work with PGP messages.jfitz1996-10-245-0/+58