Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 Apr 2020 01:34:23
0.19

|
skreuzer  |
Update to version 0.19 |
09 Jul 2018 08:40:18
0.18_1

|
mat  |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
27 May 2018 20:15:20
0.18_1

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
0.18_1

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
21 Jun 2017 18:53:50
0.18_1

|
sunpoet  |
Remove Perl core modules
- While I'm here, add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl |
21 Jan 2017 21:06:21
0.18

|
skreuzer  |
Update to version 0.18
Add LICENSE |
01 Apr 2016 14:33:58
0.11_2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
25 Apr 2015 16:12:20
0.11_2

|
adamw  |
Convert remaining p5-CGI.pm consumers to p5-CGI, and bump PORTREVISION.
All these changes are tested but the following are worth noting:
The following ports fail "make test", but did so before this change, and
fail in the same places:
- textproc/p5-xmltv
- www/p5-Business-Paypal
- www/p5-CGI-Enurl
www/p5-Apache-Gallery is missing all sorts of dependencies, fails all tests,
and should probably be marked BROKEN
For graphics/imc, move the OPTIONS_DEFINE block out of the LICENSE block area.
As long as we're here, sort plist on perl@-owned ports. |
26 Nov 2014 13:08:38
0.11_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 ) |
05 Jan 2014 13:05:57
0.11

|
az  |
- stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 23:36:54
0.11

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
02 Sep 2013 11:04:10
0.11

|
az  |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
09 Jul 2013 21:47:52
0.11

|
skreuzer  |
Update to 0.11 |
07 Jun 2013 07:53:09
0.05

|
az  |
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178939
Submitted by: az
Approved by: maintainer (timeout) |
30 Aug 2012 19:27:51
0.05

|
skreuzer  |
Update to 0.05
PR: ports/171130
Submitted by: Steve Wills <swills@freebsd.org> |
10 Jun 2012 18:42:48
0.04_1
|
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
13 Mar 2012 16:15:36
0.04_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
0.04_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 |
19 Mar 2011 12:38:54
0.04_1
|
miwi  |
- Get Rid MD5 support |
21 Sep 2010 16:08:11
0.04_1
|
mm  |
Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000 |
09 Aug 2010 13:47:18
0.04
|
skreuzer  |
Update to 0.04
PR: ports/149385
Submitted by: Frederic Culot <frederic@culot.org> |
22 Jan 2010 14:24:39
0.03_1
|
kuriyama  |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 2).
Approved by: portmgr (itetcu) |
28 Mar 2009 01:16:37
0.03
|
skreuzer  |
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: wxs (mentor) |
31 Jan 2009 13:24:53
0.03
|
wxs  |
- Update to 0.03
- Switch to using pkgname in DEPENDS
PR: ports/131097
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer) |
17 Apr 2008 14:30:31
0.02
|
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 01:10:46
0.02
|
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 |
17 Jun 2007 21:27:42
0.02
|
itetcu  |
Change of email address, same maintainer.
PR: ports/113686
Submitted by: Steven Kreuzer (confirmed from the old email on private) |
06 Oct 2006 01:03:46
0.02
|
alepulver  |
This module offers an interface to PayPal's transaction system.
PR: ports/103817
Submitted by: Steven Kreuzer |