SF.net SVN: gar:[23002] csw/mgar/pkg/ruby19/trunk/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Wed Feb 12 18:45:42 CET 2014
Revision: 23002
http://sourceforge.net/p/gar/code/23002
Author: chninkel
Date: 2014-02-12 17:45:42 +0000 (Wed, 12 Feb 2014)
Log Message:
-----------
ruby19/trunk: revert back to the same patch level of the package currently in unstable
Modified Paths:
--------------
csw/mgar/pkg/ruby19/trunk/Makefile
Modified: csw/mgar/pkg/ruby19/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ruby19/trunk/Makefile 2014-02-12 16:39:48 UTC (rev 23001)
+++ csw/mgar/pkg/ruby19/trunk/Makefile 2014-02-12 17:45:42 UTC (rev 23002)
@@ -3,7 +3,7 @@
# Change this when the build starts putting files in $(libdir)/ruby/$(newver)
API_VERSION = 1.9.1
API_SHORT = $(subst .,,$(API_VERSION))
-PATCHLEVEL = p194
+PATCHLEVEL = p0
GARTYPE = v2
# patchfile 0002-vm.c... is a backport from upstream
@@ -18,10 +18,10 @@
#
# [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543805
# [2] http://redmine.ruby-lang.org/issues/show/2609
-#ifneq ($(VERSION)$(PATCHLEVEL), 1.9.3p0)
-#else
+ifneq ($(VERSION)$(PATCHLEVEL), 1.9.3p0)
+else
TEST_SCRIPTS =
-#endif
+endif
DISTNAME = ruby-$(VERSION)-$(PATCHLEVEL)
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