Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 Feb 2020 04:01:02
3.64_1

|
kevans  |
www/p5-Gantry: correctly escape $
In make(1), "$$" is the escaped version of "$", rather than the expected
"\$". this expression was getting passed through to ${REINPLACE_CMD} as
"s,\NV{..." rathern than the expected "s,$ENV{..." -- bug #229925 makes \N
an illegal expression, as ordinary characters will be disallowed from being
escaped in preparation for future changes to grant some of these escape
sequences GNU-extended behavior.
PR: 240310
Approved by: koobs (mentor), bapt (mentor)
Approved by: portmgr (maintainer timeout: 4 months, blanket: bugfix)
MFH: 2020Q1 (blanket: bugfix)
Differential Revision: https://reviews.freebsd.org/D23701 |
06 Oct 2018 13:06:45
3.64_1

|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
3.64_1

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
01 Apr 2016 14:33:58
3.64_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
28 Jul 2015 12:03:20
3.64_1

|
amdmi3  |
- Drop @dirrm* from plist
- Add NO_ARCH
Approved by: portmgr blanket |
26 Nov 2014 13:08:38
3.64_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 May 2014 09:45:37
3.64

|
bapt  |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
07 Nov 2013 14:09:16
3.64

|
vanilla  |
Fix pkg-plist. |
07 Nov 2013 12:33:10
3.64

|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 23:36:54
3.64

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
29 Aug 2013 04:08:54
3.64

|
sunpoet  |
- Use single space after WWW: |
02 Aug 2013 18:52:11
3.64

|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
07 Jun 2012 07:50:04
3.64
|
jadawin  |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
13 Nov 2011 15:55:25
3.64
|
crees  |
- Stop touching !WRKDIR before install phase; it's unnecessary
- Use pre-su-install for creating directory
PR: ports/162508
Submitted by: dougb
Feature safe: yes |
22 Oct 2011 07:12:03
3.64
|
dougb  |
Add IS_INTERACTIVE to these ports [1]
While I'm here, fix RUN_DEPENDS:= ${BUILD_DEPENDS}
for devel/p5-Inline
PR: ports/161312 [1]
PR: ports/161321 [1]
PR: ports/161322 [1]
Submitted by: me [1]
Approved by: perl@ [1] |
17 Sep 2011 06:50:17
3.64
|
sunpoet  |
- Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
19 Mar 2011 12:38:54
3.64
|
miwi  |
- Get Rid MD5 support |
24 Sep 2010 02:03:44
3.64
|
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
05 Feb 2010 07:59:11
3.64
|
tobez  |
Update to 3.64.
Changes: http://search.cpan.org/dist/Gantry/Changes |
12 Jan 2010 02:43:12
3.63
|
wen  |
- Update to 3.63 |
26 Oct 2009 07:55:37
3.54_1
|
leeym  |
- replace ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm with ${SITE_PERL}/Date/Calc.pm
for ${PORTSDIR}/devel/p5-Date-Calc |
14 Jul 2009 23:30:56
3.54_1
|
pgollucci  |
- Fix build with custom PREFIX [1]
- Fix Dependencies [2]
- Pet portlint
Reported by: QATty [1], Cezary Morga <cm@therek.net> [2]
Based on: Cezary Morga <cm@therek.net> [1] |
07 Apr 2009 22:02:53
3.54
|
mat  |
Update to 3.54 |
10 Aug 2008 10:32:45
3.53
|
chinsan  |
- Update to 3.53 |
21 Sep 2007 08:32:33
3.51
|
clsung  |
- Update to 3.51 |
12 Sep 2007 05:53:46
3.50_1
|
clsung  |
- files/patch-Build.PL erroneously omits much of the original Build.PL.
In particular, the part that copies template files to
/usr/local/www/gantry and allow Gantry to work.
- bump PORTREVISION
PR: ports/115772
Submitted by: Warren Block <wblock_AT_wonkity dot com>
Reviewed by: clsung |
08 Sep 2007 01:10:46
3.50
|
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 |
24 Jun 2007 18:42:51
3.50
|
mat  |
Update to 3.50 |
30 May 2007 01:48:55
3.49
|
clsung  |
- Update to 3.49 |
07 Feb 2007 02:49:27
3.47
|
rafan  |
- Update to 3.47 |
03 Jan 2007 04:39:00
3.45
|
leeym  |
- not to touch filesystem before 'make install'
(http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2006122405/p5-Gantry-3.45.log) |
22 Dec 2006 02:22:09
3.45
|
leeym  |
- update to 3.45 |
10 Nov 2006 03:09:23
3.42
|
clsung  |
- Update to 3.42
- Transfer maintainership to perl@
PR: ports/105311
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
28 Sep 2006 07:02:47
3.40
|
clsung  |
Add p5-Gantry 3.40, web application framework for mod_perl, cgi, etc.
PR: ports/103662
Submitted by: Gea-Suan Lin <gslin at gslin.org> |