Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Jun 2019 10:37:25
0.403

|
sunpoet  |
Update WWW |
09 Jul 2018 08:40:18
0.403

|
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 |
15 Sep 2017 08:58:50
0.403

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
03 Mar 2017 10:25:01
0.403

|
sunpoet  |
Update PORTSCOUT |
01 Mar 2017 14:41:31
0.403

|
sunpoet  |
Add PORTSCOUT |
28 Feb 2017 09:46:48
0.403

|
sunpoet  |
Use real PORTVERSION
- Add LICENSE
- Add NO_ARCH
- Sort PLIST |
01 Jul 2016 14:27:08
0.40.3

|
mat  |
Update to 0.403.
Sponsored by: Absolight |
01 Apr 2016 14:00:57
0.30.01_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.30.01_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 10:55:59
0.30.01

|
bapt  |
Cleanup plist |
29 Oct 2013 07:56:02
0.30.01

|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 17:13:47
0.30.01

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
02 Aug 2013 18:52:11
0.30.01

|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
10 Jun 2012 18:42:48
0.30.01
|
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) |
09 Jun 2012 06:50:02
0.30.01
|
culot  |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
17 May 2011 11:05:02
0.30.01
|
jadawin  |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
23 Oct 2009 00:30:06
0.30.01
|
leeym  |
- replace ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm with
p5-Params-Validate>=0 since it changed the file path.
- portlint
PR: follow-up to ports/139837
Submitted by: Gea-Suan Lin <gslin at gslin.org> |
16 Aug 2009 09:55:32
0.30.01
|
linimon  |
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
31 Aug 2007 12:57:19
0.30.01
|
mat  |
Update to 0.30.01 |
31 Jul 2006 13:35:26
0.30
|
mat  |
Update to 0.30 |
22 Jan 2006 01:48:34
0.29.01
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
14 Nov 2005 14:16:12
0.29.01
|
mat  |
Be hipe and add SHA256 |
06 Feb 2004 13:05:54
0.29.01
|
mat  |
Update to use PERL_MODBUILD and reorder *_DEPENDS so that devel/p5-Module-Build
stays a BUILD_DEPENDS and that it does not leak into RUN_DEPENDS |
28 Jan 2004 15:22:51
0.29.01
|
mat  |
Update to 0.29.01 |
22 Oct 2003 12:25:12
0.29
|
mat  |
Update to 0.29 |
22 Oct 2003 09:32:21
0.28
|
mat  |
Update to 0.28
Remove unneeded BUILD_DEPENDS |
16 Aug 2003 09:13:44
0.27
|
mat  |
Update my ports to use my @FreeBSD.org address
Approved by: demon (mentor) |
09 Aug 2003 15:56:04
0.27
|
erwin  |
Update to 0.27
* Made strict mode stricter.
* Advertised loose mode more loudly
PR: 55381
Submitted by: maintainer |
01 Aug 2003 05:02:31
0.26
|
daichi  |
update devel/p5-DateTime-Format-Mail: 0.25 -> 0.26
PR: 55109
Submitted by: Mathieu Arnold <m@absolight.net> (maintainer) |
07 Jul 2003 09:25:23
0.25
|
erwin  |
Add p5-DateTime-Format-Mail 0.25,
convert between DateTime and
RFC2822/822 formats.
PR: 54104
Submitted by: Mathieu Arnold <m@absolight.net> |