| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
19 Jan 2013 10:06:03
2.94
|
kuriyama  |
- Upgrade to 2.94. |
27 May 2012 07:57:19
2.91
|
kuriyama  |
- Upgrade to 2.91. |
06 Aug 2011 13:37:21
2.10
|
kuriyama  |
- Upgrade to 2.10. |
19 Mar 2011 12:38:54
2.9_1
|
miwi  |
- Get Rid MD5 support |
22 Jul 2009 16:27:08
2.9_1
|
pgollucci  |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
30 Aug 2008 23:43:05
2.9_1
|
kuriyama  |
Simplify dependency.
PR: ports/126979
Submitted by: leeym |
17 Apr 2008 14:30:31
2.9
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${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) |
09 Feb 2007 09:28:29
2.9
|
kuriyama  |
- Upgrade to 2.9. |
30 Jan 2006 14:47:01
2.8
|
kuriyama  |
- Upgrade to 2.8. |
24 Jan 2006 03:14:23
2.7_1
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:58:25
2.7_1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
11 Jun 2005 16:13:12
2.7_1
|
skv  |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on) |
27 Jun 2004 23:25:37
2.7
|
kuriyama  |
Add conditional depedency on p5-Digest-MD5.
Reported by: olgeni |
25 Jun 2004 13:47:03
2.7
|
kuriyama  |
Upgrade to 2.7.
Submitted by: Alex Kapranoff <kappa@rambler-co.ru> |
18 Mar 2004 00:48:53
2.6
|
kuriyama  |
SIZEify.
Submitted by: trevor |
18 Mar 2004 00:32:38
2.6
|
kuriyama  |
(1) Use .include correctly.
(2) Remove bogus $MAN3PREFIX definition.
PR: ports/64393 (1) |
24 Oct 2003 12:05:09
2.6
|
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
19 Jun 2003 11:37:26
2.6
|
kuriyama  |
Use ${PERL_LEVEL} < 500600 rather than ${OSVERSION} < 500000.
Submitted by: Jeremy Prior <jez@netcraft.com> |
22 Feb 2003 07:48:51
2.6
|
kuriyama  |
de-pkg-comment. |
23 Jan 2003 06:24:30
2.6
|
kuriyama  |
Simplify decection of File::Spec to avoid INDEX generation breakage.
You shoud check to be installed latest perl5 port (5.x) or latest
File::Spec module (4.x).
Reviewed by: kris |
13 Jan 2003 08:56:11
2.6
|
kuriyama  |
Generate correct *_DEPENDS line for File::Spec 0.82 on 4.x and 5.x.
Seach File::Spec module by using "perl -MFile::Spec" and switching by
evaluating $File::Spec::VERSION which actually loaded. |
21 Oct 2002 07:21:29
2.6
|
kuriyama  |
Upgrade to 2.6 (with typo fix patch). |
20 May 2002 22:59:54
2.5_1
|
kuriyama  |
Add a patch to fix debug message indent bug (cosmetic).
Depends on File::Spec only if required. For latest -current,
perl5 port is installed on $PREFIX and this conflicts with
p5-File-Spec port's manpages.
I use "5.6.1" literally in .if exists() check because bsd.port.pre.mk
does not define $PREL_VERSION. |
19 Feb 2002 13:36:15 
|
kuriyama  |
Upgrade to 2.5. |
28 Nov 2001 13:41:40 
|
kuriyama  |
Upgrade to 2.4. |
06 Jul 2001 00:12:06 
|
kuriyama  |
Upgrade to 2.3. |
08 Jan 2001 06:44:24 
|
kuriyama  |
Use $PERL_CONFIGURE. |
27 Dec 2000 01:34:22 
|
kuriyama  |
Upgrade to 2.2. |
31 Oct 2000 08:17:38 
|
kuriyama  |
Fix typo in @unexec rmdir line. |
27 Oct 2000 02:54:27 
|
kuriyama  |
Perl module to use HTML Templates from CGI scripts. |