Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
09 Jul 2018 08:40:18
0.14_2

|
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.14_2

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
07 Apr 2017 18:50:22
0.14_2

|
lth  |
Moving maintainership burden onto broader shoulders |
01 Apr 2016 14:00:57
0.14_2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
14 May 2015 10:15:09
0.14_2

|
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.14_2

|
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 ) |
20 Oct 2014 10:41:13
0.14_1

|
bapt  |
Cleanup plist |
29 Jan 2014 17:18:46
0.14_1

|
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 16:13:49
0.14_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
07 Aug 2013 13:20:32
0.14_1

|
az  |
- Convert to new perl framework
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in
current version)
Approved by: lth@ (maintainer) |
27 Jul 2013 16:06:25
0.14_1

|
az  |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@) |
10 Jun 2012 18:42:48
0.14_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) |
29 Jan 2012 18:01:21
0.14_1
|
swills  |
- Add missing DEPENDS
- Add TEST_DEPENDS to enable testing
PR: ports/164314
Submitted by: swills (myself)
Approved by: maintainer (blanket) |
20 Mar 2011 12:54:45
0.14
|
miwi  |
- Get Rid MD5 support |
09 Sep 2010 19:49:21
0.14
|
lth  |
Update to 0.14 |
03 Jun 2010 09:58:16
0.13
|
lth  |
Update to 0.13 |
07 Jul 2009 10:57:37
0.12
|
lth  |
Update to 0.12 |
25 Jun 2009 11:20:43
0.11
|
lth  |
Update to 0.11 |
28 Apr 2009 12:30:43
0.08
|
lth  |
Add p5-DBIx-Class-TimeStamp 0.08, DBIx::Class extension to handle date
and time based fields. |