Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 May 2019 23:57:56
1.100602_1

|
sunpoet  |
Add NO_ARCH |
09 Jul 2018 08:40:18
1.100602_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
1.100602_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
1.100602_1

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
07 Apr 2017 18:50:22
1.100602_1

|
lth  |
Moving maintainership burden onto broader shoulders |
28 Oct 2016 16:00:45
1.100602_1

|
danfe  |
- Remove trailing dot in COMMENT and/or reword it accordingly
- Prefer standard option descriptions, and trim one long line |
01 Apr 2016 14:25:18
1.100602_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
1.100602_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 ) |
03 Aug 2014 14:15:09
1.100602

|
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.
CR: D509
Approved by: portmgr (antoine) |
16 Mar 2014 10:50:14
1.100602

|
lth  |
- Update to 1.100602
- Add LICENSE
Changes: http://metacpan.org/changes/distribution/String-Truncate |
08 Nov 2013 18:22:35
1.100601

|
lth  |
- Update to 1.100601
- Support STAGEDIR
Changes: https://metacpan.org/changes/distribution/String-Truncate |
20 Sep 2013 23:17:32
1.100600

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

|
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) |
10 Jun 2012 18:42:48
1.100600
|
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) |
04 May 2011 15:52:52
1.100600
|
lth  |
Update to 1.100600 |
10 Mar 2010 07:05:40
1.100570
|
lth  |
Update to 1.100570 |
10 Dec 2009 09:36:31
0.102_1
|
lth  |
- fix plist [1]
- fix dependencies
Noted by: pointyhat via pav [1] |
06 Dec 2009 14:39:30
0.102
|
lth  |
Add p5-String-Truncate 0.102, a module for when strings are too long to
be displayed in.... |