| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
04 Jun 2012 13:06:24
0.93
|
az  |
- Remove SITE_PERL from *_DEPENDS |
21 Jan 2012 17:40:15
0.93
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
24 Oct 2011 09:11:38
0.93
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
20 Mar 2011 12:54:45
0.93
|
miwi  |
- Get Rid MD5 support |
19 Aug 2008 10:10:51
0.93
|
linimon  |
Reset hansjoerg.pehofer@uibk.ac.at at his request.
Hat: portmgr |
17 Apr 2008 14:30:31
0.93
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
08 Sep 2007 00:54:37
0.93
|
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 |
14 Jun 2006 04:54:08
0.93
|
aaron  |
- Update from v0.028 to v0.93
- Restrict to Perl 5.6+ due to make test problems
PR: ports/98183
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit) |
22 Jan 2006 08:23:41
0.028
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 05:52:28
0.028
|
edwin  |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
21 Sep 2005 19:31:43
0.028
|
fenner  |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
05 May 2004 22:20:17
0.028
|
vanilla  |
Upgrade to 0.028.
PR: ports/66176
Submitted by: maintainer |
24 Mar 2004 19:50:51
0.016
|
vanilla  |
- Update to 0.016
PR: ports/64614
Submitted by: maintainer |
09 Nov 2003 14:08:04
0.010
|
arved  |
Update to 0.010
PR: 58740
Submitted by: Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at> |
24 Oct 2003 14:15:32
0.009
|
erwin  |
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit. |
24 Oct 2003 12:05:09
0.009
|
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
16 Sep 2003 05:43:52
0.009
|
erwin  |
Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.
Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.
Approved by: portmgr (marcus) |
08 Aug 2003 14:21:03
0.009
|
erwin  |
Add p5-DBIx-SQLEngine 0.009, extends DBI with high-level operations.
The DBIx::SQLEngine class provides an extended interface for DBI
database handles, adding methods that support ad-hoc SQL generation and
query execution in a single call.
PR: 55129
Submitted by: Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at> |