[csw-devel] SF.net SVN: gar:[19459] csw/mgar/pkg/bazaar/trunk
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Thu Oct 18 09:56:54 CEST 2012
Revision: 19459
http://gar.svn.sourceforge.net/gar/?rev=19459&view=rev
Author: cgrzemba
Date: 2012-10-18 07:56:53 +0000 (Thu, 18 Oct 2012)
Log Message:
-----------
bazaar/trunk: version 2.6; update build recipe
Modified Paths:
--------------
csw/mgar/pkg/bazaar/trunk/Makefile
csw/mgar/pkg/bazaar/trunk/checksums
Modified: csw/mgar/pkg/bazaar/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bazaar/trunk/Makefile 2012-10-18 06:13:57 UTC (rev 19458)
+++ csw/mgar/pkg/bazaar/trunk/Makefile 2012-10-18 07:56:53 UTC (rev 19459)
@@ -1,6 +1,7 @@
NAME = bzr
-VERSION = 1.17
-#PATCHREV = .1
+MAJORVERSION = 2.6
+PATCHREV = b2
+VERSION = $(MAJORVERSION)$(PATCHREV)
CATEGORIES = devel
GARTYPE = v2
@@ -12,14 +13,23 @@
to work, and you can try it out in five minutes.
endef
-MASTER_SITES = http://launchpad.net/bzr/$(VERSION)/$(VERSION)$(PATHREV)/+download/
-DISTFILES = $(NAME)-$(VERSION)$(PATHREV).tar.gz
+MASTER_SITES = https://launchpad.net/bzr/$(MAJORVERSION)/$(VERSION)/+download/
+# MASTER_SITES = https://launchpad.net/bzr/2.6/2.6b2/+download/bzr-2.6b2.tar.gz
+DISTFILES = $(NAME)-$(VERSION).tar.gz
+LICENSE = COPYING.txt
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)$(PATHREV)-(\d+(?:\.\d+)*).tar.gz
+GARCOMPILER = SOS12U3
-RUNTIME_DEP_PKGS += CSWcswclassutils
+REINPLACE_USRLOCAL += bzrlib/transport/http/_urllib2_wrappers.py
+REINPLACE_MATCH = man/man1
+REINPLACE_WITH = share/man/man1
+REINPLACE_FILES += setup.py
+EXTRA_MERGE_EXCLUDE_FILES += .*\.py[oc]
+PACKAGES += CSWpy-bzr
+RUNTIME_DEP_PKGS += CSWpython
+RUNTIME_DEP_PKGS += CSWlibpython2-6-1-0
+
CONFIGURE_SCRIPTS =
BUILD_SCRIPTS = $(WORKSRC)/setup.py
TEST_SCRIPTS =
Modified: csw/mgar/pkg/bazaar/trunk/checksums
===================================================================
--- csw/mgar/pkg/bazaar/trunk/checksums 2012-10-18 06:13:57 UTC (rev 19458)
+++ csw/mgar/pkg/bazaar/trunk/checksums 2012-10-18 07:56:53 UTC (rev 19459)
@@ -1 +1 @@
-d772508e60b47a1641fa487c5cf7e08e download/bzr-1.17.tar.gz
+b6bff437799b19daf7e557d4864be431 bzr-2.6b2.tar.gz
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