| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
13 Mar 2012 16:15:36
0.313
|
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.313
|
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.313
|
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 |
11 Jan 2011 09:22:33
0.313
|
tobez  |
Update to 0.313.
Changes: http://search.cpan.org/dist/App-CLI/Changes |
12 Dec 2010 23:11:40
0.103
|
pgollucci  |
- Update to 0.103
- Remove MD5
PR: ports/152007
Submitted by: sunpoet
Approved by: maintainer timeout (tobez ; 35 days)
Changes: http://search.cpan.org/dist/App-CLI/Changes |
08 Apr 2009 13:05:57
0.08
|
tobez  |
Update to 0.08.
Changes: http://search.cpan.org/dist/App-CLI/Changes |
17 Apr 2008 14:30:31
0.07
|
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:56:04
0.07
|
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 |
28 Nov 2006 12:14:16
0.07
|
tobez  |
Update to 0.07. |
27 Jul 2006 09:51:57
0.06
|
tobez  |
Update to 0.06. |
07 Jun 2006 06:19:50
0.05
|
tobez  |
Update to 0.05. |
19 Apr 2006 09:53:50
0.04
|
tobez  |
Update to 0.04. |
22 Jan 2006 01:48:34
0.03
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
27 Dec 2005 09:26:13
0.03
|
tobez  |
Add devel/p5-App-CLI 0.03, a dispatcher module for command line
interface programs. |