aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-TacacsPlus
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.28Sunpoet Po-Chuan Hsieh2020-04-072-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Authen-TacacsPlus Notes: svn path=/head/; revision=530999
* Update to 0.27Sunpoet Po-Chuan Hsieh2020-02-112-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Authen-TacacsPlus Notes: svn path=/head/; revision=525870
* 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
* 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
* Update to 0.26Sunpoet Po-Chuan Hsieh2017-02-055-12/+10
| | | | | | | | | | | - Strip shared library - Regenerate patch files with makepatch: - Sort PLIST Changes: http://search.cpan.org/dist/Authen-TacacsPlus/Changes Notes: svn path=/head/; revision=433368
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Support STAGEDIR.Vanilla I. Shu2013-11-062-4/+2
| | | | 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-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* For perl@ owned ports:Eitan Adler2013-03-291-1/+1
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* Update to 0.24.Anton Berezin2013-03-222-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/Authen-TacacsPlus/Changes Notes: svn path=/head/; revision=314903
* - Update to 0.23Frederic Culot2012-09-052-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Authen-TacacsPlus/Changes Notes: svn path=/head/; revision=303701
* - Update to 0.22Frederic Culot2012-01-223-5/+8
| | | | | | | | | | | - Add LICENSE (Artistic 1 & GPLv1) - Change MAINTAINER from ports@ to perl@ - Update WWW link in pkg-descr (was pointing to wrong CPAN module) Changes: http://search.cpan.org/dist/Authen-TacacsPlus/Changes Notes: svn path=/head/; revision=289595
* End WWW CPAN URL with a "/"Emanuel Haupt2011-12-281-1/+1
| | | | Notes: svn path=/head/; revision=288161
* - Update to 0.21Sylvio Cesar Teixeira2011-08-312-3/+3
| | | | Notes: svn path=/head/; revision=280874
* - update to version 0.20Olli Hauer2011-08-283-12/+12
| | | | | | | - unbreak port, (new CPAN maintainer) Notes: svn path=/head/; revision=280630
* Mark BROKEN: Does not fetchBaptiste Daroussin2011-08-021-0/+2
| | | | Notes: svn path=/head/; revision=278801
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Fix compilation of p5-Authen-TacacsPlus on HEAD.Ed Schouten2010-03-061-0/+10
| | | | | | | | Approved by: miwi (portmgr, implicit) Feature safe: yes Notes: svn path=/head/; revision=250619
* - Add cpan site to WWWEmanuel Haupt2010-01-231-0/+2
| | | | | | | - Fix indentation, fmt -w 80 Notes: svn path=/head/; revision=248414
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-4/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Include some ports in perl5 category.Marcelo Araujo2008-05-191-1/+1
| | | | | | | | | | PR: ports/123530 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: flz (portmgr) Notes: svn path=/head/; revision=213332
* - 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
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149451
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* utilize SITE_PERLYing-Chieh Liao2003-10-242-8/+7
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Remove empty directories on uninstall.Steve Price2001-04-201-1/+1
| | | | Notes: svn path=/head/; revision=41709
* Remove empty directories on uninstall.Steve Price2001-04-141-0/+2
| | | | Notes: svn path=/head/; revision=41387
* Re-order #include lines.Jun Kuriyama2001-03-121-0/+19
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=39614
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-1/+0
| | | | Notes: svn path=/head/; revision=38917
* Bad will, don't put manpage references in the PLIST! Bad! No moreWill Andrews2001-01-012-1/+1
| | | | | | | | committing until you fix that p5-Class-Tom error too! Put manpages in the Makefile like you're supposed to! Notes: svn path=/head/; revision=36568
* Add p5-Authen-TacacsPlus 0.16, a perl module that provides authenticationWill Andrews2001-01-015-0/+40
using a tacacs+ server. Notes: svn path=/head/; revision=36563