aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-X509/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* security/p5-Crypt-OpenSSL-X509: Update to 1.910Po-Chuan Hsieh2021-08-081-1/+1
| | | | Changes: https://metacpan.org/dist/Crypt-OpenSSL-X509/changes
* security/p5-Crypt-OpenSSL-X509: Update to 1.908Po-Chuan Hsieh2021-05-301-1/+1
| | | | Changes: https://metacpan.org/changes/distribution/Crypt-OpenSSL-X509
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 1.902Sunpoet Po-Chuan Hsieh2020-12-191-4/+1
| | | | | | | | | - Convert REINPLACE_CMD to patch file Changes: https://metacpan.org/changes/distribution/Crypt-OpenSSL-X509 Notes: svn path=/head/; revision=558636
* Update to 1.813Sunpoet Po-Chuan Hsieh2019-10-281-1/+1
| | | | | | | Changes: https://metacpan.org/changes/distribution/Crypt-OpenSSL-X509 Notes: svn path=/head/; revision=515905
* Update to 1.812Sunpoet Po-Chuan Hsieh2018-11-241-1/+1
| | | | | | | Changes: https://metacpan.org/changes/distribution/Crypt-OpenSSL-X509 Notes: svn path=/head/; revision=485821
* Update to 1.811Sunpoet Po-Chuan Hsieh2018-10-291-1/+2
| | | | | | | Changes: https://metacpan.org/changes/distribution/Crypt-OpenSSL-X509 Notes: svn path=/head/; revision=483420
* Update to 1.809Sunpoet Po-Chuan Hsieh2018-05-311-3/+1
| | | | | | | | | - Remove BROKEN_SSL=openssl-devel Changes: https://metacpan.org/changes/distribution/Crypt-OpenSSL-X509 Notes: svn path=/head/; revision=471234
* Update to 1.808Sunpoet Po-Chuan Hsieh2017-11-111-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Crypt-OpenSSL-X509/Changes Notes: svn path=/head/; revision=454016
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Use BROKEN_SSLSunpoet Po-Chuan Hsieh2017-04-161-7/+3
| | | | Notes: svn path=/head/; revision=438642
* Update to 1.807Sunpoet Po-Chuan Hsieh2017-02-281-5/+3
| | | | | | | | | | | | - Use real PORTVERSION - Use = instead of += for MAKE_ARGS - Use USES=ssl - Sort PLIST Changes: http://search.cpan.org/dist/Crypt-OpenSSL-X509/Changes Notes: svn path=/head/; revision=435034
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-1/+1
| | | | | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=427552
* Mark some ports as not openssl-devel ready.Mathieu Arnold2016-11-291-1/+7
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427389
* Unbreak on 11, again.Mathieu Arnold2015-09-071-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=396277
* security/p5-Crypt-OpenSSL-X509: 1.8.04 -> 1.8.06Kurt Jaeger2015-06-041-2/+4
| | | | | | | | - Patch from James Hunt to print OpenSSL version during tests. - Patch from Uli Scholler to expose more SHA1 hash functions. Notes: svn path=/head/; revision=388535
* security/p5-Crypt-OpenSSL-X509: Fix [-Werror=logical-not-parentheses]John Marino2015-02-221-1/+1
| | | | | | | | | | | | | | | | This bug was first discovered by Fedora 22 team building with gcc5 and they reported it upstream: https://github.com/dsully/perl-crypt-openssl-x509/issues/39 I believe this patch is equivalent but a bit nicer than the fix suggested there. The problem is "not (c < 0)" is desired but "(not c) < 0)" is what the condition evaluates to. The joy of C. Approved by: Just fix it Notes: svn path=/head/; revision=379605
* Respect WITH_OPENSSL_PORT=yesAntoine Brodin2014-12-121-1/+3
| | | | Notes: svn path=/head/; revision=374606
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+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 1.804Sunpoet Po-Chuan Hsieh2013-12-021-2/+5
| | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Crypt-OpenSSL-X509/Changes Notes: svn path=/head/; revision=335474
* Support STAGEDIR.Vanilla I. Shu2013-11-061-3/+0
| | | | Notes: svn path=/head/; revision=332949
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Update to 1.8.2 (1.800.2)Sunpoet Po-Chuan Hsieh2011-06-111-7/+5
| | | | | | | | | - Remove outdated OSVERSION check Changes: http://search.cpan.org/dist/Crypt-OpenSSL-X509/Changes Notes: svn path=/head/; revision=275379
* - Update to 1.4Wen Heping2010-09-031-1/+1
| | | | | | | | PR: ports/150218 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=260466
* - Update to 1.3Philippe Audeoud2010-08-251-2/+1
| | | | | | | | | | - Add patch because it doesn't compile with -Werror PR: ports/149418 Submitted by: Frederic Culot <frederic _AT_ culot.org> Notes: svn path=/head/; revision=259973
* - Mark as BROKEN for 6.XPhilippe Audeoud2010-01-281-1/+8
| | | | | | | | | - Bump PORTREVISION Reported by: pointyhat Notes: svn path=/head/; revision=248748
* - Update to 1.0Philippe Audeoud2010-01-261-2/+2
| | | | | | | - Set maintainership to perl@ Notes: svn path=/head/; revision=248603
* - reset maintainershipYen-Ming Lee2009-02-101-1/+1
| | | | Notes: svn path=/head/; revision=227970
* - Update to 0.7Yen-Ming Lee2008-09-281-3/+1
| | | | | | | | | PR: 127134 Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=220955
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo 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) Notes: svn path=/head/; revision=211450
* - add Crypt::OpenSSL::X509 0.5Yen-Ming Lee2007-06-111-0/+24
This implement a large majority of OpenSSL's useful X509 API. The email() method supports both certificates where the subject is of the form: "... CN=Firstname lastname/emailAddress=user@domain", and also certificates where there is a X509v3 Extension of the form "X509v3 Subject Alternative Name: email=user@domain". Submitted by: kftseng@iyard.org Notes: svn path=/head/; revision=193247