aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Radius
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | 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-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 Notes: svn path=/head/; revision=373448
* Support STAGEDIR.Vanilla I. Shu2013-11-052-5/+5
| | | | Notes: svn path=/head/; revision=332868
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - 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-6/+2
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* - Fix testsSteve Wills2012-04-121-3/+2
| | | | | | | | PR: ports/166695 Submitted by: Mel Flynn <rflynn@acsalaska.net> Notes: svn path=/head/; revision=294701
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 2.103Philip M. Gollucci2009-12-152-4/+4
| | | | Notes: svn path=/head/; revision=245840
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-8/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* - 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
* - Update to 1.56Martin Wilke2007-06-192-4/+4
| | | | Notes: svn path=/head/; revision=193907
* - Update to 1.55Cheng-Lung Sung2007-04-272-5/+5
| | | | Notes: svn path=/head/; revision=190988
* - Remove old Perl support from unmaintained ports in categories startingGabor Kovesdan2007-04-041-6/+0
| | | | | | | with letter k-n Notes: svn path=/head/; revision=189220
* Update to 1.53Mathieu Arnold2007-03-022-4/+4
| | | | Notes: svn path=/head/; revision=186351
* Reset kbyanc@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2007-02-271-1/+1
| | | | | | | | | We hope to see Kelley back sometime. Hat: portmgr Notes: svn path=/head/; revision=186105
* - Update to 1.52Martin Wilke2007-02-262-4/+4
| | | | | | | | | PR: 108248 Submitted by: miwi Approved by: maintainer timeout Notes: svn path=/head/; revision=185975
* - Update to 1.51Erwin Lansing2006-12-253-8/+7
| | | | | | | | | | | | - Add WWW Inspired by: PR: 101737 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Approved by: maintainer timeout Notes: svn path=/head/; revision=180726
* - Update to 1.44Aaron Dalton2006-07-012-4/+10
| | | | | | | | | PR: ports/99055 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit) Notes: svn path=/head/; revision=166720
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* 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
* Update to use the Digest::MD5 module shipped with perl5.8 rather than theKelly Yancey2005-01-101-4/+8
| | | | | | | | | | port version if perl 5.8.0 or later is installed. Submitted by: David Lay <dsl (at) webize (dot) com (dot) au> PR: 73222 Notes: svn path=/head/; revision=126096
* Trim whitespace.Trevor Johnson2004-04-101-1/+0
| | | | Notes: svn path=/head/; revision=106662
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use ${PERL5} rather than hard-coded equivalent.Kelly Yancey2004-01-031-1/+1
| | | | | | | | PR: 57823 Submitted by: Shannon -jj Behrens <jj@nttmcl.com> Notes: svn path=/head/; revision=97252
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93887
* utilize SITE_PERLYing-Chieh Liao2003-10-242-9/+8
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Add p5-Net-Radius: A perl module to manipulate RADIUS packetsKelly Yancey2002-03-215-0/+49
Notes: svn path=/head/; revision=56425