[csw-devel] SF.net SVN: gar:[8202] csw/mgar/pkg/cpan/Test-Exception/trunk
bensons at users.sourceforge.net
bensons at users.sourceforge.net
Wed Jan 27 16:51:11 CET 2010
Revision: 8202
http://gar.svn.sourceforge.net/gar/?rev=8202&view=rev
Author: bensons
Date: 2010-01-27 15:51:00 +0000 (Wed, 27 Jan 2010)
Log Message:
-----------
cpan Test-Exception: bumped to version 0.29
Modified Paths:
--------------
csw/mgar/pkg/cpan/Test-Exception/trunk/Makefile
csw/mgar/pkg/cpan/Test-Exception/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/cpan/Test-Exception/trunk/files/CSWpmtstexcept.depend
csw/mgar/pkg/cpan/Test-Exception/trunk/files/CSWpmtstexcept.gspec
Modified: csw/mgar/pkg/cpan/Test-Exception/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Test-Exception/trunk/Makefile 2010-01-27 15:43:32 UTC (rev 8201)
+++ csw/mgar/pkg/cpan/Test-Exception/trunk/Makefile 2010-01-27 15:51:00 UTC (rev 8202)
@@ -1,20 +1,30 @@
GARNAME = Test-Exception
-GARVERSION = 0.27
+GARVERSION = 0.29
CATEGORIES = cpan
AUTHOR = ADIE
-DESCRIPTION = Test functions for exception based code
+DESCRIPTION = Test exception based code
define BLURB
- This module provides a few convenience methods for testing exception based
- code. It is built with Test::Builder and plays happily with Test::More and
- friends.
+ This module provides a few convenience methods for testing exception
+ based code. It is built with Test::Builder and plays happily with
+ Test::More and friends.
endef
-REQUIRED_PKGS = CSWpmsubuplevel
+PACKAGES = CSWpmtstexception
+CATALOGNAME = pm_tstexception
-PACKAGES = CSWpmtstexcept
-CATALOGNAME = pm_tstexcept
+# depends
+REQUIRED_PKGS = CSWpmsubuplevel
+PREREQUISITE_PKGS = CSWpmsubuplevel
ARCHALL = 1
include gar/category.mk
+
+# needed because of perl 5.8
+pre-install-modulated:
+ gsed -i'' 's,^DESTDIR =,DESTDIR = $(DESTDIR),' $(WORKSRC)/Makefile
+ gsed -i'' 's,^\(MOD_INSTALL\) =,\1= PERL_INSTALL_ROOT=$(DESTDIR),'\
+ $(WORKSRC)/Makefile
+ perl -pi -e 's/install\(\[ from_to/install_default\(\[ from_to/' \
+ $(WORKSRC)/Makefile
Modified: csw/mgar/pkg/cpan/Test-Exception/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Test-Exception/trunk/checksums 2010-01-27 15:43:32 UTC (rev 8201)
+++ csw/mgar/pkg/cpan/Test-Exception/trunk/checksums 2010-01-27 15:51:00 UTC (rev 8202)
@@ -1 +1 @@
-dd9383e0bb207c7b0a04d6ba990a5909 download/Test-Exception-0.27.tar.gz
+9aea475db531d4fd4ce40cf25a0acd14 Test-Exception-0.29.tar.gz
Deleted: csw/mgar/pkg/cpan/Test-Exception/trunk/files/CSWpmtstexcept.depend
===================================================================
--- csw/mgar/pkg/cpan/Test-Exception/trunk/files/CSWpmtstexcept.depend 2010-01-27 15:43:32 UTC (rev 8201)
+++ csw/mgar/pkg/cpan/Test-Exception/trunk/files/CSWpmtstexcept.depend 2010-01-27 15:51:00 UTC (rev 8202)
@@ -1 +0,0 @@
-P CSWpmsubuplevel pm_subuplevel - apparently run a function in a higher stack frame
Deleted: csw/mgar/pkg/cpan/Test-Exception/trunk/files/CSWpmtstexcept.gspec
===================================================================
--- csw/mgar/pkg/cpan/Test-Exception/trunk/files/CSWpmtstexcept.gspec 2010-01-27 15:43:32 UTC (rev 8201)
+++ csw/mgar/pkg/cpan/Test-Exception/trunk/files/CSWpmtstexcept.gspec 2010-01-27 15:51:00 UTC (rev 8202)
@@ -1,9 +0,0 @@
-%var bitname pm_testexceptions
-%var pkgname CSWpmtestexceptions
-%var arch all
-%include url file://%{PKGLIB}/csw_cpan.gspec
-%copyright
-Copyright 2002-2003 Adrian Howard, All Rights Reserved.
-
-This program is free software; you can redistribute
-it and/or modify it under the same terms as Perl itself.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list