CVS log for ports/databases/p5-Exception-Class-DBI/Makefile
Up to [FreeBSD] / ports / databases / p5-Exception-Class-DBI
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Sep 17 06:50:10 2011 UTC (4 months, 3 weeks ago) by sunpoet
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
- Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+ With hat: perl
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jun 21 07:58:11 2011 UTC (7 months, 3 weeks ago) by culot
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -1 lines
- Update to 1.01 [1] - Add LICENSE Changes: http://search.cpan.org/dist/Exception-Class-DBI/Changes PR: ports/158088 [1] Submitted by: Jin-Sih Lin <linpct@gmail.com>
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon May 26 11:31:46 2008 UTC (3 years, 8 months ago) by mat
Branches: MAIN
CVS tags: 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.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Update to 1.00
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat May 17 21:03:24 2008 UTC (3 years, 8 months ago) by miwi
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
- Update to 0.99
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed May 7 10:35:53 2008 UTC (3 years, 9 months ago) by leeym
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
- update to 0.98
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue May 6 11:49:18 2008 UTC (3 years, 9 months ago) by mat
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Update to 0.97
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Oct 30 10:39:43 2007 UTC (4 years, 3 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -3 lines
- Update to 0.96
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Sep 8 00:54:33 2007 UTC (4 years, 5 months ago) by linimon
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -8 lines
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
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Mar 25 22:19:11 2007 UTC (4 years, 10 months ago) by linimon
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Reset ports@rbt.ca due to current lack of time to work on FreeBSD. Hat: portmgr
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 30 01:32:04 2006 UTC (5 years, 5 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3 lines
- Update to 0.95 - Using PERL_MODBUILD will add entries to BUILD_DEPENDS. So we should not specify BUILD_DEPENDS and set RUN_DEPENDS=BUILD_DEPENDS. Instead, we should specify RUN_DEPENDS and set BUILD_DEPENDS=RUN_DEPENDS. - Add $FreeBSD$ to pkg-plist. PR: ports/100505 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Approved by: maintainer (timeout)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jun 16 12:53:38 2006 UTC (5 years, 7 months ago) by aaron
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -2 lines
- Update to 0.93 - Restricted to Perl 5.8+ due to dependency upon devel/p5-Exception-Class PR: ports/99022 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Oct 20 20:46:41 2005 UTC (6 years, 3 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
This module offers a set of DBI-specific exception classes.
Essentially it allows try {} catch{} within perl for database errors.
PR: ports/87491
Submitted by: Rod Taylor <ports@rbt.ca>
