| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
11 Mar 2013 11:34:26
0.33
|
demon  |
Update to version 0.33. |
05 Jun 2012 09:27:46
0.32
|
demon  |
Remove SITE_PERL from *_DEPENDS.
Submitted by: az |
21 Jan 2012 17:40:15
0.32
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
27 Dec 2010 14:54:55
0.32
|
pgollucci  |
- Update to 0.32
- Remove MD5
PR: ports/153067
Submitted by: myself (pgollucci)
Approved by: maintainer timeout (demon ; 15 days) |
14 Jan 2009 14:23:30
0.31_1
|
tobez  |
Fix plist with perl 5.8.9.
Approved by: portmgr (pav, implicit) |
17 Apr 2008 14:30:31
0.31
|
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) |
08 Feb 2008 15:31:31
0.31
|
demon  |
Update to version 0.31.
PR: 120386
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> |
23 Jan 2006 08:24:35
0.30
|
demon  |
Update to 0.30.
Based on:
PR: 92174
Submitted by: leeym |
22 Jan 2006 08:30:12
0.28
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 01:48:34
0.28
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
19 Jul 2005 08:39:16
0.28
|
demon  |
Update to version 0.28.
PR: 83700
Submitted by: leeym |
11 Jun 2005 16:13:12
0.26_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) |
24 Jul 2004 18:16:12
0.26
|
demon  |
Update to version 0.26.
PR: 69538
Submitted by: lth |
24 Feb 2004 11:03:45
0.24
|
mat  |
Update to 0.24
Approved by: maintainer |
27 Aug 2003 13:40:13
0.22
|
mat  |
Update to 0.22
Approved by: maintainer |
03 Jul 2003 16:27:28
0.20
|
demon  |
When using perl 5.005, depend on p5-File-Spec port.
PR: 53953
Submitted by: Mathieu Arnold <m@absolight.net> |
29 Jun 2003 09:27:35
0.20
|
demon  |
New port: Module::Info.
Module::Info gives you information about Perl modules without actually
loading the module. It actually isn't specific to modules and should
work on any perl code. |