Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Oct 2018 13:06:45
0.9_2

|
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) |
15 Sep 2017 08:58:50
0.9_2

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Apr 2016 14:16:20
0.9_2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
24 Dec 2014 00:14:13
0.9_2

|
bofh  |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
26 Nov 2014 13:08:38
0.9_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 ) |
09 May 2014 03:51:09
0.9_1

|
sunpoet  |
- Add LICENSE
- Update pkg-descr
- Add WWW
- Pass maintainership to submitter
- While I'm here:
- Add missing RUN_DEPENDS
- Remove unnecessary CONFIGURE_SCRIPT
- Fix shebang
- Bump PORTREVISION for dependency and package change
PR: ports/189332
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
08 Nov 2013 01:28:37
0.9

|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 19:59:14
0.9

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
02 Aug 2013 18:21:06
0.9

|
az  |
- Convert to new perl framework |
04 Jun 2012 13:06:24
0.9
|
az  |
- Remove SITE_PERL from *_DEPENDS |
03 Jul 2011 13:53:52
0.9
|
ohauer  |
- remove MD5 |
19 Jul 2009 18:59:40
0.9
|
shaun  |
Remove references to my mirror, which will be decommissioned shortly;
fall back to FreeBSD mirrors in case the port has no others. |
13 Mar 2009 23:27:19
0.9
|
shaun  |
Free most of my ports, since they aren't being maintained to a
reasonable standard. |
08 Sep 2007 01:01:47
0.9
|
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 |
13 Nov 2006 22:25:18
0.9
|
shaun  |
Requires Perl 5.6 or newer. Add appropriate IGNORE line.
Submitted by: pointyhat via kris |
05 Nov 2006 01:18:08
0.9 
|
shaun  |
This module can be used to convert between two of the LMAP (Lightweight
MTA Authentication Protocol) formats currently being proposed:
CID = Microsoft's Caller-ID
SPF = Sender Policy Framework
It will convert an XML-fragment as proposed by CID to a record that can
be added to DNS as proposed by SPF.
This seems to be needed by SpamAssassin/Mail::SPF::Query for dealing
with Hotmail messages, somewhere along the line. |