| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
17 Dec 2012 15:39:36
0.11
|
az  |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
07 Jun 2012 13:46:26
0.11
|
culot  |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
01 May 2012 01:47:10
0.11
|
swills  |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
13 Mar 2012 16:15:36
0.11
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
08 Mar 2012 18:45:38
0.11
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
03 Jul 2011 14:59:23
0.11
|
ohauer  |
-remove MD5 |
17 Apr 2008 14:30:31
0.11
|
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 Sep 2007 00:56:04
0.11
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
22 Jan 2006 01:48:34
0.11
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
17 Nov 2005 09:29:08
0.11
|
clsung  |
- update to 0.11
- POD bug. Changed "autodump" to "autowarn" in POD.
- add SHA256 checksum |
14 Oct 2005 02:53:11
0.10
|
clsung  |
- update to 0.10
- switch to PERL_MODBUILD |
20 May 2005 04:03:56
0.07
|
clsung  |
- update to 0.07
- from Changes
- Implemented patch from Tom Phoenix that makes parentheses
optional (and a doc fix, too).
- Fixed little-known bug that triggered indirect method call
syntax. You can now do "diag Dumper($foo)" or
"diag Dumper $foo" if you wish. |
12 Oct 2004 13:00:19
0.06
|
clsung  |
- Add new port devel/p5-Data-Dumper-Simple
- This module allow the user to dump variables in a Data::Dumper format.
PR: ports/71508
Submitted by: clsung
Approved by: co-mentor (vanilla) |