| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
16 Dec 2012 06:12:28
0.55
|
az  |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@) |
25 Jul 2012 06:32:08
0.55
|
cs  |
Fix typos in COMMENT |
03 Jun 2012 05:56:20
0.55
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (tobez@ via IM) |
21 Jan 2012 17:40:15
0.55
|
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.55
|
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 |
03 Jul 2011 14:59:23
0.55
|
ohauer  |
-remove MD5 |
19 May 2008 13:12:08
0.55
|
araujo  |
- Include some ports in perl5 category.
PR: ports/123530
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: flz (portmgr) |
17 Apr 2008 14:30:31
0.55
|
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) |
23 Oct 2007 17:05:33
0.55
|
tobez  |
Update to 0.55. Remove unused dependency. Require perl 5.8.X.
Changes: http://search.cpan.org/src/JESSE/Class-ReturnValue-0.55/Changes |
22 Jan 2006 08:30:12
0.53
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 01:48:34
0.53
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
21 Sep 2005 19:31:43
0.53
|
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 |
11 Sep 2005 11:30:32
0.53
|
tobez  |
Update to 0.53. |
31 Mar 2004 03:12:58
0.52
|
trevor  |
SIZEify (maintainer timeout) |
16 Dec 2003 09:33:22
0.52
|
tobez  |
Update to 0.52. |
24 Oct 2003 12:05:09
0.51
|
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
05 Mar 2003 19:48:26
0.51
|
tobez  |
Update to 0.51, retire pkg-comment, SITE_PERL, and MANPREFIX. |
26 Jan 2003 02:01:58
0.40
|
tobez  |
Add p5-Class-ReturnValue, a perl class that implements return-value
objects that can be treated as a boolean, array or object, depending on
what the user needs. |