CVS log for ports/devel/p5-Class-ReturnValue/Makefile
Up to [FreeBSD] / ports / devel / p5-Class-ReturnValue
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 21 17:37:43 2012 UTC (2 weeks, 6 days ago) by eadler
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
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
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon May 19 13:11:55 2008 UTC (3 years, 8 months ago) by araujo
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
- 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)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Apr 17 14:24:54 2008 UTC (3 years, 9 months ago) by araujo
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -2 lines
- 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)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 23 17:05:33 2007 UTC (4 years, 3 months ago) by tobez
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -3 lines
Update to 0.55. Remove unused dependency. Require perl 5.8.X. Changes: http://search.cpan.org/src/JESSE/Class-ReturnValue-0.55/Changes
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Sep 11 11:30:32 2005 UTC (6 years, 5 months ago) by tobez
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Update to 0.53.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Dec 16 09:33:22 2003 UTC (8 years, 1 month ago) by tobez
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Update to 0.52.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Mar 5 19:48:26 2003 UTC (8 years, 11 months ago) by tobez
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -3 lines
Update to 0.51, retire pkg-comment, SITE_PERL, and MANPREFIX.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jan 26 02:01:58 2003 UTC (9 years ago) by tobez
Branches: MAIN
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.
