| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Mar 2013 00:44:54
0.1623
|
eadler  |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
17 Dec 2012 15:39:36
0.1623
|
az  |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
07 Jun 2012 08:13:02
0.1623
|
culot  |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
01 May 2012 01:47:10
0.1623
|
swills  |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
13 Mar 2012 16:15:36
0.1623
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
08 Mar 2012 18:45:38
0.1623
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
21 Jan 2012 17:40:15
0.1623
|
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.1623
|
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.1623
|
ohauer  |
-remove MD5 |
02 Sep 2009 02:50:34
0.1623
|
clsung  |
- Update to 0.1623
Changes: http://search.cpan.org/dist/FileHandle-Unget/Changes |
14 Aug 2008 06:53:34
0.1622
|
clsung  |
- Update to 0.1622
Changes: http://search.cpan.org/dist/FileHandle-Unget/CHANGES |
17 Apr 2008 14:30:31
0.1621
|
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:57:38
0.1621
|
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 |
22 Jan 2006 08:30:12
0.1621
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 01:48:34
0.1621
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
21 Oct 2005 08:52:17
0.1621
|
clsung  |
- update to current CPAN version (0.1621, since 06 Feb 2005)
PR: 87714
Submitted by: Christian Lackas <delta AT lackas dot net> |
05 Dec 2004 03:57:42
0.16.1
|
clsung  |
- fix pkg-plist
Noticed by: kris |
16 Oct 2004 02:27:09
0.16.1
|
clsung  |
- update to 0.16.1
Approved by: co-mentor (vanilla) |
02 Sep 2004 09:20:01
0.15
|
clsung  |
- update to 0.15.
- Switched from WeakRef to Scalar::Util. ( that's why no 0.14 in ports tree)
- other minor changes in CHNAGES.
Approved by: vanilla (co-mentor) |
20 Aug 2004 02:56:44
0.13
|
clsung  |
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor) |
31 Mar 2004 03:12:58
0.13
|
trevor  |
SIZEify (maintainer timeout) |
02 Jan 2004 09:44:52
0.13
|
erwin  |
- update from 0.11 to 0.13
- get rid of perl 5.005 (bytes.pm)
PR: 60816
Submitted by: maintainer |
30 Oct 2003 17:47:22
0.11
|
vanilla  |
Add p5-FileHandle-Unget 0.11,
a FileHandle which supports ungetting
of multiple bytes.
PR: 58673
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |