Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 Feb 2020 15:59:02
1.003002_1

|
sunpoet  |
Update WWW |
15 Sep 2017 08:58:50
1.003002_1

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Apr 2016 14:08:38
1.003002_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
20 Jan 2016 15:33:27
1.003002_1

|
culot  |
- Reassign milki@'s ports after his commit bit was taken in for safekeeping |
26 Nov 2014 13:08:38
1.003002_1

|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 15:23:31
1.003002

|
bapt  |
Cleanup plist |
10 Jun 2014 12:14:14
1.003002

|
mat  |
Remove all the bootstrap files (.bs) from the plists.
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 |
01 Feb 2014 14:42:04
1.003002

|
miwi  |
- Stage support |
21 Jan 2014 05:12:41
1.003002

|
milki  |
Update maintainer email address
Approved by: swills (mentor) |
20 Sep 2013 19:53:10
1.003002

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
17 Sep 2013 06:40:21


|
bapt  |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
18 Jun 2013 13:49:02
1.003002

|
az  |
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@) |
24 Mar 2013 00:43:25
1.003002

|
swills  |
- Update to 1.003002
PR: ports/177297
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) |
13 Mar 2012 16:15:36
1.003000_1
|
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
1.003000_1
|
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 |
17 Sep 2011 07:06:45
1.003000_1
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl |
24 Jul 2011 03:33:36
1.003000_1
|
sunpoet  |
- Add LICENSE
- Add OPTIONS: AUTHOR
- Fix *_DEPENDS
- Bump PORTREVISION for dependency change
PR: ports/159015
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) |
20 Jun 2011 08:37:15
1.003000
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum |
10 Feb 2011 12:02:27
1.003000
|
sunpoet  |
- Update to 1.003000
- Move test dependencies to TEST_DEPENDS
Changes: http://search.cpan.org/dist/TryCatch/Changes
PR: ports/154637
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) |
25 Apr 2010 00:00:11
1.002000
|
sylvio  |
- This module aims to provide a nicer syntax and method to catch errors in
Perl, similar to what is found in other languages (such as Java, Python
or C++). The standard method of using eval {}; if($@) {} is often prone
to subtle bugs, primarily that tis far too easy to stomp on the error in
error handlers. And also eval/if isn't the nicest idiom.
WWW: http://search.cpan.org/dist/TryCatch
PR: ports/145951
Submitted by: Jonathan Chu <milki@rescomp.berkeley.edu> |