[csw-devel] SF.net SVN: gar:[18827] csw/mgar/pkg/lang-python/pysvn/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sat Jul 21 17:47:47 CEST 2012
Revision: 18827
http://gar.svn.sourceforge.net/gar/?rev=18827&view=rev
Author: dmichelsen
Date: 2012-07-21 15:47:47 +0000 (Sat, 21 Jul 2012)
Log Message:
-----------
lang-python/pysvn/trunk: Update to 1.7.6, does not build yet
Modified Paths:
--------------
csw/mgar/pkg/lang-python/pysvn/trunk/Makefile
csw/mgar/pkg/lang-python/pysvn/trunk/checksums
Modified: csw/mgar/pkg/lang-python/pysvn/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pysvn/trunk/Makefile 2012-07-20 13:18:10 UTC (rev 18826)
+++ csw/mgar/pkg/lang-python/pysvn/trunk/Makefile 2012-07-21 15:47:47 UTC (rev 18827)
@@ -3,7 +3,7 @@
# $Id$
NAME = pysvn
-VERSION = 1.7.1
+VERSION = 1.7.6
CATEGORIES = lib
GARTYPE = v2
DESCRIPTION = Python SVN Extension and WorkBench GUI
@@ -24,26 +24,35 @@
* No need to understand the Subversion C API
endef
-SPKG_SOURCEURL = http://pysvn.tigris.org/
+
MASTER_SITES = http://pysvn.barrys-emacs.org/source_kits/
+DISTFILES += $(DISTNAME).tar.gz
PATCHFILES = 0002-pysvn.hpp-string-includes-first.patch
-PATCHFILES += 0005-Use-dash-capital-R-for-runtime-path.patch
-PATCHFILES += 0006-Use-opt-csw-lib.patch
+#PATCHFILES += 0005-Use-dash-capital-R-for-runtime-path.patch
+#\xC3PATCHFILES += 0006-Use-opt-csw-lib.patch
PATCHFILES += 0003-bin-bash-instead-of-bin-sh.patch
-PATCHFILES += 0001-fixes-for-tests.patch
+# PATCHFILES += 0001-fixes-for-tests.patch
PATCHFILES += 0008-gid-in-two-more-places.patch
-DISTFILES = $(NAME)-$(VERSION).tar.gz
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+
+VENDOR_URL = http://pysvn.tigris.org/
+
LICENSE = LICENSE.txt
-RUNTIME_DEP_PKGS = CSWexpat
+
+BUILD_DEP_PKGS += CSWsvn-devel
+BUILD_DEP_PKGS += CSWapache2-dev
+BUILD_DEP_PKGS += CSWlibexpat-dev
+BUILD_DEP_PKGS += CSWbash
+
RUNTIME_DEP_PKGS += CSWgcc4corert
RUNTIME_DEP_PKGS += CSWgcc4g++rt
RUNTIME_DEP_PKGS += CSWneon
RUNTIME_DEP_PKGS += CSWpython
RUNTIME_DEP_PKGS += CSWsvn
-BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS) CSWsvn-devel CSWapache2-devel CSWbash
INCOMPATIBELE_PKGS = CSWpyxml
+
CONFIGURE_SCRIPTS = pysvn
BUILD_SCRIPTS = pysvn
INSTALL_SCRIPTS = pysvn
@@ -52,16 +61,17 @@
TEST_SCRIPTS_5.10 = pysvn
TEST_SCRIPTS = $(TEST_SCRIPTS_$(GAROSREL))
CONFIGURE_ARGS = $(DIRPATHS)
-GARCOMPILER = GNU
+#GARCOMPILER = GNU
include gar/category.mk
configure-pysvn:
(cd $(WORKSRC)/Source \
&& $(CONFIGURE_ENV) python setup.py configure \
- --apr-inc-dir=/opt/csw/apache2/include \
- --apr-lib-dir=/opt/csw/apache2/lib \
- --svn-bin-dir=/opt/csw/bin \
+ --apr-inc-dir=$(includedir) \
+ --apr-lib-dir=$(libdir) \
+ --apu-inc-dir=$(includedir) \
+ --svn-bin-dir=$(bindir) \
--svn-inc-dir=/opt/csw/include/subversion-1 \
--svn-lib-dir=/opt/csw/lib/svn \
)
Modified: csw/mgar/pkg/lang-python/pysvn/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/pysvn/trunk/checksums 2012-07-20 13:18:10 UTC (rev 18826)
+++ csw/mgar/pkg/lang-python/pysvn/trunk/checksums 2012-07-21 15:47:47 UTC (rev 18827)
@@ -1,7 +1 @@
-e6168840de7c75fcecffc6fc7e1831ba 0001-fixes-for-tests.patch
-20381f5964a9fc08b04eb6fc69a47d04 0002-pysvn.hpp-string-includes-first.patch
-2f3e1b6c0ffed9baecdb1e0719748813 0003-bin-bash-instead-of-bin-sh.patch
-a69e791dd03491aca2cfeba83528389a 0005-Use-dash-capital-R-for-runtime-path.patch
-be7690f1395b76f984bf12de84418b68 0006-Use-opt-csw-lib.patch
-ac24c9b4348fd857353d1444c8448d8d 0008-gid-in-two-more-places.patch
-55688ec2083dcada32aa0a4128f6c309 pysvn-1.7.1.tar.gz
+010a80f0058713209d62e96b20afbde9 pysvn-1.7.6.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