[csw-devel] SF.net SVN: gar:[3436] csw/mgar/pkg/subversion/trunk

valholla at users.sourceforge.net valholla at users.sourceforge.net
Mon Feb 23 06:32:06 CET 2009


Revision: 3436
          http://gar.svn.sourceforge.net/gar/?rev=3436&view=rev
Author:   valholla
Date:     2009-02-23 05:32:05 +0000 (Mon, 23 Feb 2009)

Log Message:
-----------
snapshot

Modified Paths:
--------------
    csw/mgar/pkg/subversion/trunk/Makefile
    csw/mgar/pkg/subversion/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/subversion/trunk/files/CSWap2svn.depend
    csw/mgar/pkg/subversion/trunk/files/CSWap2svn.gspec
    csw/mgar/pkg/subversion/trunk/files/CSWap2svn.prototype
    csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.depend
    csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.gspec
    csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.prototype
    csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.depend
    csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.gspec
    csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.prototype
    csw/mgar/pkg/subversion/trunk/files/CSWpysvn.depend
    csw/mgar/pkg/subversion/trunk/files/CSWpysvn.gspec
    csw/mgar/pkg/subversion/trunk/files/CSWpysvn.prototype
    csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.depend
    csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.gspec
    csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.prototype
    csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.depend
    csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.gspec
    csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.prototype
    csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall
    csw/mgar/pkg/subversion/trunk/files/CSWsvn.depend
    csw/mgar/pkg/subversion/trunk/files/CSWsvn.gspec
    csw/mgar/pkg/subversion/trunk/files/CSWsvn.prototype
    csw/mgar/pkg/subversion/trunk/files/binding.diff
    csw/mgar/pkg/subversion/trunk/files/gdiff.diff
    csw/mgar/pkg/subversion/trunk/files/javahl.diff
    csw/mgar/pkg/subversion/trunk/files/neon-version.diff

Modified: csw/mgar/pkg/subversion/trunk/Makefile
===================================================================
--- csw/mgar/pkg/subversion/trunk/Makefile	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/Makefile	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,5 +1,5 @@
 GARNAME = subversion
-DISTVERSION = 1.5.2
+DISTVERSION = 1.5.5
 GARVERSION = $(subst -,,$(DISTVERSION))
 CATEGORIES = utils
 
@@ -20,53 +20,56 @@
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
 
-# JUnit
-#MASTER_SITES += $(SF_MIRROR)/junit/
-#DISTFILES += junit3.8.1.zip
-
 WORKSRC = $(WORKDIR)/$(GARNAME)-$(DISTVERSION)
 
-# SVN
-#DISTFILES += $(call admfiles,CSWsvn,depend prototype checkinstall)
-DISTFILES += $(call admfiles,CSWsvn,depend checkinstall)
-# SVN Apache Module
-#CSWap2svn_admfiles = depend prototype postinstall preremove
-CSWap2svn_admfiles = depend postinstall preremove
-DISTFILES += $(call admfiles,CSWap2svn,$(CSWap2svn_admfiles))
-# SVN Perl Binding
-#DISTFILES += $(call admfiles,CSWpmsvn,depend prototype)
-DISTFILES += $(call admfiles,CSWpmsvn,depend)
-# SVN Python Binding
-#DISTFILES += $(call admfiles,CSWpysvn,depend prototype)
-DISTFILES += $(call admfiles,CSWpysvn,depend)
-# SVN Ruby Binding
-#DISTFILES += $(call admfiles,CSWrbsvn,depend prototype)
-DISTFILES += $(call admfiles,CSWrbsvn,depend)
-# SVN Java Binding
-#DISTFILES += $(call admfiles,CSWjavasvn,depend prototype)
-DISTFILES += $(call admfiles,CSWjavasvn,depend)
-# SVN Development Support
-#DISTFILES += $(call admfiles,CSWsvn-devel,depend prototype)
-DISTFILES += $(call admfiles,CSWsvn-devel,depend)
+PACKAGES  = CSWsvn CSWsvn-devel CSWap2svn CSWpmsvn
+#PACKAGES += CSWpysvn CSWrbsvn CSWjavasvn
+PACKAGES += CSWpysvn CSWjavasvn
 
-# Templates
+SPKG_DESC_CSWsvn           = Version control rethought
+CATALOGNAME_CSWsvn         = subversion
+REQUIRED_PKGS_CSWsvn       = CSWapache2rt CSWbdb44 CSWexpat CSWggettextrt
+REQUIRED_PKGS_CSWsvn      += CSWiconv CSWkrb5lib CSWlibnet CSWneon CSWoldaprt
+REQUIRED_PKGS_CSWsvn      += CSWosslrt CSWsasl CSWsqlite3 CSWzlib
+SPKG_DESC_CSWsvn-devel     = Subversion Development Support
+CATALOGNAME_CSWsvn-devel   = subversion_devel
+REQUIRED_PKGS_CSWsvn-devel = CSWsvn
+SPKG_DESC_CSWap2svn        = Subversion Modules for Apache 2
+CATALOGNAME_CSWap2svn      = ap2svn
+REQUIRED_PKGS_CSWap2svn    = CSWsvn
+SPKG_DESC_CSWjavasvn       = Subversion Java Language Binding
+CATALOGNAME_CSWjavasvn     = javasvn
+REQUIRED_PKGS_CSWjavasvn   = CSWsvn 
+SPKG_DESC_CSWpmsvn         = Subversion Perl Language Binding
+CATALOGNAME_CSWpmsvn       = pmsvn
+REQUIRED_PKGS_CSWpmsvn     = CSWsvn CSWperl
+SPKG_DESC_CSWpysvn         = Subversion Python Language Binding
+CATALOGNAME_CSWpysvn       = pysvn
+REQUIRED_PKGS_CSWpysvn     = CSWsvn CSWpython
+#SPKG_DESC_CSWrbsvn         = Subversion Ruby Language Binding
+#CATALOGNAME_CSWrbsvn       = rbsvn
+#REQUIRED_PKGS_CSWrbsvn     = CSWsvn CSWruby
+
+PKGFILES_CSWsvn-devel = $(PKGFILES_DEVEL)
+PKGFILES_CSWap2svn    = $(prefix)/apache2*
+PKGFILES_CSWjavasvn   = $(SVNLIB)/*java*
+PKGFILES_CSWpmsvn     = $(libdir)/perl*
+PKGFILES_CSWpmsvn    += $(SVNLIB)/*perl*
+PKGFILES_CSWpmsvn    += $(mandir)/*swig_perl*
+PKGFILES_CSWpysvn     = $(libdir)/python*
+PKGFILES_CSWpysvn    += $(SVNLIB)/*swig_py*
+#PKGFILES_CSWrbsvn     = $(libdir)/ruby*
+#PKGFILES_CSWrbsvn    += $(SVNLIB)/*swig_ruby*
+
+DISTFILES += CSWsvn.checkinstall
+DISTFILES += CSWap2svn.postinstall CSWap2svn.preremove
 DISTFILES += httpd-svn.conf.CSW svn_access.conf.CSW
 DISTFILES += fixme.sh
-# Fix: Allow neon 0.26.2
-# PATCHFILES += neon-version.diff
 
-# Fix: Use 'gdiff' instead of 'diff'
-PATCHFILES += gdiff.diff
-
-# Fix: Point bindings to the correct directories
-PATCHFILES += binding.diff
-
-# Fix: Ensure javahl links against libCrun and libCstd
-PATCHFILES += javahl.diff
-
 # Fix: Add java headers for nested classes
-#   https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2008-June/004633.html
-PATCHFILES += javahl_headers_for_nested_classes.diff
+# https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2008-June/004633.html
+#PATCHFILES += javahl_headers_for_nested_classes.diff
+PATCHFILES += subversion155.diff
 
 DEPENDS = server/apache2
 DEPENDS = lib/neon
@@ -76,18 +79,17 @@
 SVNLIB = $(prefix)/lib/svn
 
 CONFIGURE_ARGS  = $(DIRPATHS) --libdir=$(SVNLIB) --libexecdir=$(SVNLIB)
-#CONFIGURE_ARGS += --with-apr=$(bindir)/apr-config
-#CONFIGURE_ARGS += --with-apr-util=$(bindir)/apu-config
 CONFIGURE_ARGS += --with-apr=$(prefix)/apache2/bin/apr-config
 CONFIGURE_ARGS += --with-apr-util=$(prefix)/apache2/bin/apu-config
 CONFIGURE_ARGS += --with-apxs=$(prefix)/apache2/sbin/apxs
 CONFIGURE_ARGS += --disable-mod-activation
-#CONFIGURE_ARGS += --with-jdk=/usr/jdk/j2sdk1.4.2_02/j2se
-CONFIGURE_ARGS += --with-jdk=/usr/j2sdk1.4.2_17
+CONFIGURE_ARGS += --with-jdk=/usr/jdk1.5.0_15
 CONFIGURE_ARGS += --enable-javahl
 CONFIGURE_ARGS += --with-neon=$(prefix)
 CONFIGURE_ARGS += --with-zlib=$(prefix)
-#CONFIGURE_ARGS += --with-junit=../junit3.8.1/junit.jar
+CONFIGURE_ARGS += --with-sasl=$(prefix)
+CONFIGURE_ARGS += --with-ssl=$(prefix)
+CONFIGURE_ARGS += --with-jikes=$(bindir)/jikes
 
 TEST_TARGET = check
 
@@ -99,124 +101,69 @@
 EXTRA_INC = $(prefix)/bdb44/include
 EXTRA_INC += $(prefix)/apache2/include
 
-include gar/category.mk
-
 # Add libintl when linking
-LIBS += -lintl -liconv 
-export LIBS
+EXTRA_LINKER_FLAGS += -lintl -liconv 
 
-# Fixconfig variables
-FIXCONFIG_DIRS    += $(DESTDIR)$(libdir)/svn
-FIXCONFIG_DIRS    += $(DESTDIR)$(libdir)/perl/site_perl/auto/SVN/_Core
-FIXCONFIG_RMPATHS += $(DESTDIR) $(CURDIR)
+include gar/category.mk
 
-# Libdir is a bit non-standard
-LDFLAGS += -L$(DESTDIR)$(prefix)/lib/svn
-
-# Which bindings to build
-BINDING_LANGS   = python perl ruby java
+#BINDING_LANGS   = java perl python ruby 
+BINDING_LANGS   = java perl python
 BINDING_TARGETS = $(foreach LANG,$(BINDING_LANGS),svn-$(LANG))
 
 PI_DEPENDS  = $(BINDING_TARGETS)
-PI_DEPENDS += rbsvn-prototype
 PI_DEPENDS += copy-templates
-PI_DEPENDS += install-man
-PI_DEPENDS += install-tools
-PI_DEPENDS += install-contrib
 
+post-install-$(MODULATION): $(PI_DEPENDS)
+	$(DONADA)
+
 post-configure-$(MODULATION):
 	@(echo "~~~ Fixing Libtool ~~~")
 	@$(DOWNLOADDIR)/fixme.sh $(WORKSRC)
 	$(DONADA)
 
-post-install: $(PI_DEPENDS)
-	@$(MAKECOOKIE)
+copy-templates:
+	ginstall -d $(DESTDIR)$(prefix)/apache2/etc/extra
+	ginstall -m 0644 \
+		$(WORKDIR)/httpd-svn.conf.CSW \
+		$(DESTDIR)$(prefix)/apache2/etc/extra
+	ginstall -m 0644 \
+		$(WORKDIR)/svn_access.conf.CSW \
+		$(DESTDIR)$(prefix)/apache2/etc
+	$(DONADA)
 
-rbsvn-prototype:
-	@if test -f $(WORKDIR)/CSWrbsvn.prototype ; then \
-		gsed -i -e s,%GARCH%,$(GARCH),g $(WORKDIR)/CSWrbsvn.prototype ; \
-	fi
-
 svn-python:
 	@echo " ==> Building Python bindings"
-	@touch \
-		$(WORKSRC)/subversion/bindings/swig/python/*.c \
-		$(WORKSRC)/subversion/bindings/swig/python/*.py
+	#@touch \
+	#	$(WORKSRC)/subversion/bindings/swig/python/*.c \
+	#	$(WORKSRC)/subversion/bindings/swig/python/*.py
 	@$(BUILD_ENV)   gmake -C $(WORKSRC) swig-py
-	@$(INSTALL_ENV) gmake -C $(WORKSRC) install-swig-py \
-		swig_pydir=$(libdir)/python/site-packages/libsvn \
-		swig_pydir_extra=$(libdir)/python/site-packages/svn
-	#@$(TEST_ENV)    gmake -C $(WORKSRC) check-swig-py
-	@$(MAKECOOKIE)
+	@$(INSTALL_ENV) gmake -C $(WORKSRC) install-swig-py 
+	@$(TEST_ENV)    gmake -C $(WORKSRC) check-swig-py
+	$(DONADA)
 
 svn-perl:
 	@echo " ==> Building Perl bindings"
-	@touch \
-		$(WORKSRC)/subversion/bindings/swig/perl/native/*.c \
-		$(WORKSRC)/subversion/bindings/swig/perl/native/*.pm
+	#@touch \
+	#	$(WORKSRC)/subversion/bindings/swig/perl/native/*.c \
+	#	$(WORKSRC)/subversion/bindings/swig/perl/native/*.pm
 	@$(BUILD_ENV)   gmake -C $(WORKSRC) swig-pl
 	@$(INSTALL_ENV) gmake DESTDIR=$(DESTDIR) -C $(WORKSRC) install-swig-pl
-	#@$(TEST_ENV)    gmake -C $(WORKSRC) check-swig-pl
-	@$(MAKECOOKIE)
+	@$(TEST_ENV)    gmake -C $(WORKSRC) check-swig-pl
+	$(DONADA)
 
 svn-ruby:
 	@echo " ==> Building Ruby bindings"
-	@touch $(WORKSRC)/subversion/bindings/swig/ruby/*.c
+	#@touch $(WORKSRC)/subversion/bindings/swig/ruby/*.c
 	@$(BUILD_ENV)   gmake -C $(WORKSRC) swig-rb
 	@$(INSTALL_ENV) gmake -C $(WORKSRC) install-swig-rb
-	#@$(TEST_ENV)    gmake -C $(WORKSRC) check-swig-rb
-	@$(MAKECOOKIE)
+	@$(TEST_ENV)    gmake -C $(WORKSRC) check-swig-rb
+	$(DONADA)
 
 svn-java:
 	@echo " ==> Building Java bindings"
 	@$(BUILD_ENV)   gmake -C $(WORKSRC) javahl
 	@$(INSTALL_ENV) gmake -C $(WORKSRC) install-javahl
-	#@$(TEST_ENV)    gmake -C $(WORKSRC) check-javahl
-	@$(MAKECOOKIE)
+	@$(TEST_ENV)    gmake -C $(WORKSRC) check-javahl
+	$(DONADA)
 
-docdir := $(docdir)/$(GARNAME)
 
-$(DESTDIR)$(docdir):
-	mkdir -p $@
-
-svnbook: $(DESTDIR)$(docdir)
-	@echo " ==> Installing svn book"
-	( cd $(WORKSRC)/doc/book ; \
-	  ginstall svn-book.html $(DESTDIR)$(docdir) ; \
-	  ginstall svn-book.pdf $(DESTDIR)$(docdir) )
-	@$(MAKECOOKIE)
-
-install-contrib: $(DESTDIR)$(docdir)
-	@echo " ==> Installing contrib scripts"
-	@gcp -vr $(WORKSRC)/contrib $(DESTDIR)$(docdir)
-	@$(MAKECOOKIE)
-
-install-tools: $(DESTDIR)$(docdir)
-	@echo " ==> Installing tools"
-	@gcp -vr $(WORKSRC)/tools $(DESTDIR)$(docdir)
-	@gfind $(DESTDIR)$(docdir) -type f -name '*.pl' | \
-	    xargs perl -i -plne \
-	        's{/usr/bin/perl}{/opt/csw/bin/perl}g; \
-	         s{/usr/bin/env\s+perl}{/opt/csw/bin/perl}g'
-	@gfind $(DESTDIR)$(docdir) -type f -name '*.py' | \
-	    xargs perl -i -plne \
-	        's{/usr/bin/python}{/opt/csw/bin/python}g; \
-	         s{/usr/bin/env\s+python}{/opt/csw/bin/python}g'
-	@$(MAKECOOKIE)
-
-copy-templates:
-	ginstall -d $(DESTDIR)$(prefix)/apache2/etc/extra
-	ginstall -m 0644 \
-		$(WORKDIR)/httpd-svn.conf.CSW \
-		$(DESTDIR)$(prefix)/apache2/etc/extra
-	ginstall -m 0644 \
-		$(WORKDIR)/svn_access.conf.CSW \
-		$(DESTDIR)$(prefix)/apache2/etc
-	@$(MAKECOOKIE)
-
-install-man:
-	ginstall -m 0644 \
-		$(WORKSRC)/subversion/svnsync/svnsync.1 \
-		$(DESTDIR)$(mandir)/man1
-	@$(MAKECOOKIE)
-

Modified: csw/mgar/pkg/subversion/trunk/checksums
===================================================================
--- csw/mgar/pkg/subversion/trunk/checksums	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/checksums	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,25 +1,8 @@
-8321d0e1964846090f0174cb6bb18838  download/subversion-1.5.2.tar.bz2
-ffb1d1da95791aa97816f0115411d56c  download/CSWsvn.gspec
-4d0942ec6d4c1841c530921b071e8efe  download/CSWsvn.depend
+6f3701a0f2acf3fe53093491ba3d77ee  download/subversion-1.5.5.tar.bz2
 395ec6d1bfe07efadc1c0aa8816673fa  download/CSWsvn.checkinstall
-9f2b5d7df277089bc221f856cabe0cb9  download/CSWap2svn.gspec
-1baddd66e6db2403119664c31aff546a  download/CSWap2svn.depend
 1e19681e6d988d35cfc6d708883ab7aa  download/CSWap2svn.postinstall
 586b9c9924c1547d44451a84d2aca702  download/CSWap2svn.preremove
-e1a5ffd8056344abfe3eb08e8eaee85a  download/CSWpmsvn.gspec
-31a8cee0805c28849a808b76012289f4  download/CSWpmsvn.depend
-f2126aa75eff3a28374f893014599636  download/CSWpysvn.gspec
-a0a12e4d2d70e5aeca53a1de3225c30b  download/CSWpysvn.depend
-32b69890bd1e093a782d7303d8475c33  download/CSWrbsvn.gspec
-85a8565f7421ebba1697f40e638ee322  download/CSWrbsvn.depend
-f33b6bb094c0f4016447661013c35e9f  download/CSWjavasvn.gspec
-eedd3e6b3ba9a3d6d617dbc3190688fd  download/CSWjavasvn.depend
-db7ec67a7ac0af424bdfb65b4e92390a  download/CSWsvn-devel.gspec
-56888b2245480cf8c658560e7d454dea  download/CSWsvn-devel.depend
 f107831ad0c702ff32e51df6a207237b  download/httpd-svn.conf.CSW
 1b532d3055708a97771f5cd959983628  download/svn_access.conf.CSW
 59ff30dc3a9abaa15b2bd4faa116ab3c  download/fixme.sh
-5208529f417aaf7f3367201860bb388d  download/gdiff.diff
-0685630f11b11b997b167785b73cddc5  download/binding.diff
-d30d554416dc319f4b2a56d6b915492e  download/javahl.diff
-f0aa58c145ae99f8e4d72499ab826169  download/javahl_headers_for_nested_classes.diff
+89b68eb851673a9a0ebe29cd0010f0ed  download/subversion155.diff

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWap2svn.depend
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWap2svn.depend	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWap2svn.depend	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,7 +0,0 @@
-I CSWap2-svn
-P CSWap2prefork ap2_prefork - Apache 2.2 prefork MPM
-P CSWapache2 apache2 - Apache 2.2 web server
-P CSWggettext ggettext - GNU gettext
-P CSWiconv libiconv - GNU iconv library
-P CSWsvn subversion - Version control rethought
-P CSWzlib zlib - Zlib Data Compression Library

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWap2svn.gspec
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWap2svn.gspec	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWap2svn.gspec	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,5 +0,0 @@
-%var            bitname ap2_subversion
-%var            pkgname CSWap2svn
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%var            desc Subversion modules for Apache 2.2
-%copyright      url file://%{WORKSRC}/COPYING

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWap2svn.prototype
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWap2svn.prototype	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWap2svn.prototype	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,8 +0,0 @@
-d none /opt/csw/apache2 0755 root bin
-d none /opt/csw/apache2/etc 0755 root bin
-d none /opt/csw/apache2/etc/extra 0755 root bin
-f none /opt/csw/apache2/etc/extra/httpd-svn.conf.CSW 0644 root bin
-f none /opt/csw/apache2/etc/svn_access.conf.CSW 0644 root bin
-d none /opt/csw/apache2/libexec 0755 root bin
-f none /opt/csw/apache2/libexec/mod_dav_svn.so 0755 root bin
-f none /opt/csw/apache2/libexec/mod_authz_svn.so 0755 root bin

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.depend
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.depend	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.depend	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,10 +0,0 @@
-P CSWapache2rt apache2rt - Apache 2.2 runtime libraries
-P CSWbdb44 berkeleydb44 - BerkeleyDB 4.4 libraries and utilities
-P CSWexpat expat -  XML Parser Toolkit
-P CSWggettext ggettext - GNU gettext
-P CSWiconv libiconv - GNU iconv library
-P CSWneon neon - Neon HTTP and WebDAV client library
-P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt)
-P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library
-P CSWsvn subversion - Version control rethought
-P CSWzlib zlib - Zlib Data Compression Library

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.gspec
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.gspec	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.gspec	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,5 +0,0 @@
-%var            bitname javasvn
-%var            pkgname CSWjavasvn
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%var            desc Subversion Java language binding
-%copyright      url file://%{WORKSRC}/COPYING

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.prototype
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.prototype	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWjavasvn.prototype	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,6 +0,0 @@
-d none /opt/csw/lib 0755 root bin
-d none /opt/csw/lib/svn 0755 root bin
-f none /opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 0755 root bin
-s none /opt/csw/lib/svn/libsvnjavahl-1.so.0=libsvnjavahl-1.so.0.0.0
-s none /opt/csw/lib/svn/libsvnjavahl-1.so=libsvnjavahl-1.so.0.0.0
-f none /opt/csw/lib/svn/svn-javahl.jar 0644 root bin

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.depend
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.depend	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.depend	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,10 +0,0 @@
-P CSWapache2rt apache2rt - Apache 2.2 runtime libraries
-P CSWbdb44 berkeleydb44 - BerkeleyDB 4.4 libraries and utilities
-P CSWexpat expat -  XML Parser Toolkit
-P CSWggettext ggettext - GNU gettext
-P CSWiconv libiconv - GNU iconv library
-P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt)
-P CSWperl perl - A high-level, general-purpose programming language
-P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library
-P CSWsvn subversion - Version control rethought
-P CSWzlib zlib - Zlib Data Compression Library

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.gspec
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.gspec	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.gspec	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,5 +0,0 @@
-%var            bitname pm_subversion
-%var            pkgname CSWpmsvn
-%include        url file://%{PKGLIB}/csw_cpan.gspec
-%var            desc Subversion Perl language binding
-%copyright      url file://%{WORKSRC}/COPYING

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.prototype
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.prototype	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWpmsvn.prototype	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,51 +0,0 @@
-d none /opt/csw/lib 0755 root bin
-d none /opt/csw/lib/perl 0755 root bin
-d none /opt/csw/lib/perl/site_perl 0755 root bin
-d none /opt/csw/lib/perl/site_perl/SVN 0755 root bin
-f none /opt/csw/lib/perl/site_perl/SVN/Base.pm 0444 root bin
-f none /opt/csw/lib/perl/site_perl/SVN/Client.pm 0444 root bin
-f none /opt/csw/lib/perl/site_perl/SVN/Core.pm 0444 root bin
-f none /opt/csw/lib/perl/site_perl/SVN/Delta.pm 0444 root bin
-f none /opt/csw/lib/perl/site_perl/SVN/Fs.pm 0444 root bin
-f none /opt/csw/lib/perl/site_perl/SVN/Ra.pm 0444 root bin
-f none /opt/csw/lib/perl/site_perl/SVN/Repos.pm 0444 root bin
-f none /opt/csw/lib/perl/site_perl/SVN/Wc.pm 0444 root bin
-d none /opt/csw/lib/perl/site_perl/auto 0755 root bin
-d none /opt/csw/lib/perl/site_perl/auto/SVN 0755 root bin
-d none /opt/csw/lib/perl/site_perl/auto/SVN/_Client 0755 root bin
-f none /opt/csw/lib/perl/site_perl/auto/SVN/_Client/_Client.bs 0444 root bin
-f none /opt/csw/lib/perl/site_perl/auto/SVN/_Client/_Client.so 0555 root bin
-d none /opt/csw/lib/perl/site_perl/auto/SVN/_Core 0755 root bin
-f none /opt/csw/lib/perl/site_perl/auto/SVN/_Core/.packlist 0644 root bin
-f none /opt/csw/lib/perl/site_perl/auto/SVN/_Core/_Core.bs 0444 root bin
-f none /opt/csw/lib/perl/site_perl/auto/SVN/_Core/_Core.so 0555 root bin
-d none /opt/csw/lib/perl/site_perl/auto/SVN/_Delta 0755 root bin
-f none /opt/csw/lib/perl/site_perl/auto/SVN/_Delta/_Delta.bs 0444 root bin
-f none /opt/csw/lib/perl/site_perl/auto/SVN/_Delta/_Delta.so 0555 root bin
-d none /opt/csw/lib/perl/site_perl/auto/SVN/_Fs 0755 root bin
-f none /opt/csw/lib/perl/site_perl/auto/SVN/_Fs/_Fs.bs 0444 root bin
-f none /opt/csw/lib/perl/site_perl/auto/SVN/_Fs/_Fs.so 0555 root bin
-d none /opt/csw/lib/perl/site_perl/auto/SVN/_Ra 0755 root bin
-f none /opt/csw/lib/perl/site_perl/auto/SVN/_Ra/_Ra.bs 0444 root bin
-f none /opt/csw/lib/perl/site_perl/auto/SVN/_Ra/_Ra.so 0555 root bin
-d none /opt/csw/lib/perl/site_perl/auto/SVN/_Repos 0755 root bin
-f none /opt/csw/lib/perl/site_perl/auto/SVN/_Repos/_Repos.bs 0444 root bin
-f none /opt/csw/lib/perl/site_perl/auto/SVN/_Repos/_Repos.so 0555 root bin
-d none /opt/csw/lib/perl/site_perl/auto/SVN/_Wc 0755 root bin
-f none /opt/csw/lib/perl/site_perl/auto/SVN/_Wc/_Wc.bs 0444 root bin
-f none /opt/csw/lib/perl/site_perl/auto/SVN/_Wc/_Wc.so 0555 root bin
-d none /opt/csw/lib/svn 0755 root bin
-f none /opt/csw/lib/svn/libsvn_swig_perl-1.so.0.0.0 0755 root bin
-s none /opt/csw/lib/svn/libsvn_swig_perl-1.so.0=libsvn_swig_perl-1.so.0.0.0
-s none /opt/csw/lib/svn/libsvn_swig_perl-1.so=libsvn_swig_perl-1.so.0.0.0
-d none /opt/csw/share 0755 root bin
-d none /opt/csw/share/man 0755 root bin
-d none /opt/csw/share/man/man3 0755 root bin
-f none /opt/csw/share/man/man3/SVN::Base.3perl 0444 root bin
-f none /opt/csw/share/man/man3/SVN::Client.3perl 0444 root bin
-f none /opt/csw/share/man/man3/SVN::Core.3perl 0444 root bin
-f none /opt/csw/share/man/man3/SVN::Delta.3perl 0444 root bin
-f none /opt/csw/share/man/man3/SVN::Fs.3perl 0444 root bin
-f none /opt/csw/share/man/man3/SVN::Ra.3perl 0444 root bin
-f none /opt/csw/share/man/man3/SVN::Repos.3perl 0444 root bin
-f none /opt/csw/share/man/man3/SVN::Wc.3perl 0444 root bin

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWpysvn.depend
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWpysvn.depend	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWpysvn.depend	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,10 +0,0 @@
-P CSWapache2rt apache2rt - Apache 2.2 runtime libraries
-P CSWbdb44 berkeleydb44 - BerkeleyDB 4.4 libraries and utilities
-P CSWexpat expat -  XML Parser Toolkit
-P CSWggettext ggettext - GNU gettext
-P CSWiconv libiconv - GNU iconv library
-P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt)
-P CSWpython python - The Python language interpreter
-P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library
-P CSWsvn subversion - Version control rethought
-P CSWzlib zlib - Zlib Data Compression Library

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWpysvn.gspec
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWpysvn.gspec	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWpysvn.gspec	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,5 +0,0 @@
-%var            bitname pysvn
-%var            pkgname CSWpysvn
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%var            desc Subversion Python language binding
-%copyright      url file://%{WORKSRC}/COPYING

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWpysvn.prototype
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWpysvn.prototype	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWpysvn.prototype	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,62 +0,0 @@
-d none /opt/csw/lib 0755 root bin
-d none /opt/csw/lib/python 0755 root bin
-d none /opt/csw/lib/python/site-packages 0755 root bin
-d none /opt/csw/lib/python/site-packages/libsvn 0755 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/__init__.py 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/__init__.pyc 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_client.a 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_client.la 0755 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_client.so 0755 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_core.a 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_core.la 0755 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_core.so 0755 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_delta.a 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_delta.la 0755 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_delta.so 0755 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_fs.a 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_fs.la 0755 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_fs.so 0755 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_ra.a 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_ra.la 0755 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_ra.so 0755 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_repos.a 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_repos.la 0755 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_repos.so 0755 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_wc.a 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_wc.la 0755 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/_wc.so 0755 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/client.py 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/client.pyc 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/core.py 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/core.pyc 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/delta.py 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/delta.pyc 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/fs.py 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/fs.pyc 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/ra.py 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/ra.pyc 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/repos.py 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/repos.pyc 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/wc.py 0644 root bin
-f none /opt/csw/lib/python/site-packages/libsvn/wc.pyc 0644 root bin
-d none /opt/csw/lib/python/site-packages/svn 0755 root bin
-f none /opt/csw/lib/python/site-packages/svn/__init__.py 0644 root bin
-f none /opt/csw/lib/python/site-packages/svn/__init__.pyc 0644 root bin
-f none /opt/csw/lib/python/site-packages/svn/client.py 0644 root bin
-f none /opt/csw/lib/python/site-packages/svn/client.pyc 0644 root bin
-f none /opt/csw/lib/python/site-packages/svn/core.py 0644 root bin
-f none /opt/csw/lib/python/site-packages/svn/core.pyc 0644 root bin
-f none /opt/csw/lib/python/site-packages/svn/delta.py 0644 root bin
-f none /opt/csw/lib/python/site-packages/svn/delta.pyc 0644 root bin
-f none /opt/csw/lib/python/site-packages/svn/fs.py 0644 root bin
-f none /opt/csw/lib/python/site-packages/svn/fs.pyc 0644 root bin
-f none /opt/csw/lib/python/site-packages/svn/ra.py 0644 root bin
-f none /opt/csw/lib/python/site-packages/svn/ra.pyc 0644 root bin
-f none /opt/csw/lib/python/site-packages/svn/repos.py 0644 root bin
-f none /opt/csw/lib/python/site-packages/svn/repos.pyc 0644 root bin
-f none /opt/csw/lib/python/site-packages/svn/wc.py 0644 root bin
-f none /opt/csw/lib/python/site-packages/svn/wc.pyc 0644 root bin
-d none /opt/csw/lib/svn 0755 root bin
-f none /opt/csw/lib/svn/libsvn_swig_py-1.so.0.0.0 0755 root bin
-s none /opt/csw/lib/svn/libsvn_swig_py-1.so.0=libsvn_swig_py-1.so.0.0.0
-s none /opt/csw/lib/svn/libsvn_swig_py-1.so=libsvn_swig_py-1.so.0.0.0

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.depend
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.depend	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.depend	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,10 +0,0 @@
-P CSWapache2rt apache2rt - Apache 2.2 runtime libraries
-P CSWbdb44 berkeleydb44 - BerkeleyDB 4.4 libraries and utilities
-P CSWexpat expat -  XML Parser Toolkit
-P CSWggettext ggettext - GNU gettext
-P CSWiconv libiconv - GNU iconv library
-P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt)
-P CSWruby ruby - An object-oriented language for quick and easy programming.
-P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library
-P CSWsvn subversion - Version control rethought
-P CSWzlib zlib - Zlib Data Compression Library

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.gspec
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.gspec	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.gspec	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,5 +0,0 @@
-%var            bitname rbsvn
-%var            pkgname CSWrbsvn
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%var            desc Subversion Ruby language binding
-%copyright      url file://%{WORKSRC}/COPYING

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.prototype
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.prototype	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWrbsvn.prototype	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,29 +0,0 @@
-d none /opt/csw/lib 0755 root bin
-d none /opt/csw/lib/ruby 0755 root bin
-d none /opt/csw/lib/ruby/site_ruby 0755 root bin
-d none /opt/csw/lib/ruby/site_ruby/1.8 0755 root bin
-d none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8 0755 root bin
-d none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn 0755 root bin
-d none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext 0755 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/client.so 0755 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/core.so 0755 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/delta.so 0755 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/fs.so 0755 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/ra.so 0755 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/repos.so 0755 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/%GARCH%-solaris2.8/svn/ext/wc.so 0755 root bin
-d none /opt/csw/lib/ruby/site_ruby/1.8/svn 0755 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/svn/client.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/svn/core.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/svn/delta.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/svn/error.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/svn/fs.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/svn/info.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/svn/ra.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/svn/repos.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/svn/util.rb 0644 root bin
-f none /opt/csw/lib/ruby/site_ruby/1.8/svn/wc.rb 0644 root bin
-d none /opt/csw/lib/svn 0755 root bin
-f none /opt/csw/lib/svn/libsvn_swig_ruby-1.so.0.0.0 0755 root bin
-s none /opt/csw/lib/svn/libsvn_swig_ruby-1.so.0=libsvn_swig_ruby-1.so.0.0.0
-s none /opt/csw/lib/svn/libsvn_swig_ruby-1.so=libsvn_swig_ruby-1.so.0.0.0

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.depend
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.depend	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.depend	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1 +0,0 @@
-P CSWsvn subversion - Version control rethought

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.gspec
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.gspec	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.gspec	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,5 +0,0 @@
-%var            bitname subversion_devel
-%var            pkgname CSWsvn-devel
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%var            desc Subversion development support
-%copyright      url file://%{WORKSRC}/COPYING

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.prototype
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.prototype	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWsvn-devel.prototype	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,67 +0,0 @@
-d none /opt/csw/include 0755 root bin
-d none /opt/csw/include/subversion-1 0755 root bin
-f none /opt/csw/include/subversion-1/mod_dav_svn.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn-revision.txt 0644 root bin
-f none /opt/csw/include/subversion-1/svn_auth.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_base64.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_client.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_cmdline.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_config.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_ctype.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_dav.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_delta.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_diff.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_dso.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_error.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_error_codes.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_fs.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_hash.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_io.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_md5.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_nls.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_opt.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_path.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_pools.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_props.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_quoprint.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_ra.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_ra_svn.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_repos.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_sorts.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_string.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_subst.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_time.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_types.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_user.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_utf.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_version.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_wc.h 0644 root bin
-f none /opt/csw/include/subversion-1/svn_xml.h 0644 root bin
-d none /opt/csw/lib 0755 root bin
-d none /opt/csw/lib/svn 0755 root bin
-f none /opt/csw/lib/svn/libsvn_client-1.a 0755 root bin
-f none /opt/csw/lib/svn/libsvn_client-1.la 0755 root bin
-f none /opt/csw/lib/svn/libsvn_delta-1.a 0755 root bin
-f none /opt/csw/lib/svn/libsvn_delta-1.la 0755 root bin
-f none /opt/csw/lib/svn/libsvn_diff-1.a 0755 root bin
-f none /opt/csw/lib/svn/libsvn_diff-1.la 0755 root bin
-f none /opt/csw/lib/svn/libsvn_fs-1.a 0755 root bin
-f none /opt/csw/lib/svn/libsvn_fs-1.la 0755 root bin
-f none /opt/csw/lib/svn/libsvn_fs_base-1.a 0755 root bin
-f none /opt/csw/lib/svn/libsvn_fs_base-1.la 0755 root bin
-f none /opt/csw/lib/svn/libsvn_fs_fs-1.a 0755 root bin
-f none /opt/csw/lib/svn/libsvn_fs_fs-1.la 0755 root bin
-f none /opt/csw/lib/svn/libsvn_ra-1.a 0755 root bin
-f none /opt/csw/lib/svn/libsvn_ra-1.la 0755 root bin
-f none /opt/csw/lib/svn/libsvn_ra_dav-1.a 0755 root bin
-f none /opt/csw/lib/svn/libsvn_ra_dav-1.la 0755 root bin
-f none /opt/csw/lib/svn/libsvn_ra_local-1.a 0755 root bin
-f none /opt/csw/lib/svn/libsvn_ra_local-1.la 0755 root bin
-f none /opt/csw/lib/svn/libsvn_ra_svn-1.a 0755 root bin
-f none /opt/csw/lib/svn/libsvn_ra_svn-1.la 0755 root bin
-f none /opt/csw/lib/svn/libsvn_repos-1.a 0755 root bin
-f none /opt/csw/lib/svn/libsvn_repos-1.la 0755 root bin
-f none /opt/csw/lib/svn/libsvn_subr-1.a 0755 root bin
-f none /opt/csw/lib/svn/libsvn_subr-1.la 0755 root bin
-f none /opt/csw/lib/svn/libsvn_wc-1.a 0755 root bin
-f none /opt/csw/lib/svn/libsvn_wc-1.la 0755 root bin

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWsvn.checkinstall	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,19 +0,0 @@
-
-cat <<_EOT_
-
-!! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !!
-
-Using /opt/csw/bin/svn installed by this package with existing working copies
-will automatically upgrade those working copies to the new 1.4.0 format.  This
-is *not* a reversable upgrade.  Any working copies created by svn 1.4.0 will
-*not* be accessible by 1.3.x clients.  Note that this applies to working
-copies only -- the repository itself is unaffected.
-
-Pausing for 5 seconds -- Ctrl-C to abort upgrade.
-
-!! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !!
-
-_EOT_
-
-sleep 5
-

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn.depend
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWsvn.depend	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWsvn.depend	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,13 +0,0 @@
-P CSWapache2rt apache2rt - Apache 2.2 runtime libraries
-P CSWbdb44 berkeleydb44 - embedded database libraries and utilities
-P CSWexpat expat -  XML Parser Toolkit
-P CSWggettext ggettext - GNU gettext
-P CSWiconv libiconv - GNU iconv library
-P CSWkrb5lib krb5_lib - MIT Kerberos 5 core libraries
-P CSWlibnet libnet - the libnet packet construction library
-P CSWneon neon - Neon HTTP and WebDAV client library
-P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt)
-P CSWosslrt openssl_rt - Openssl runtime libraries
-P CSWsasl sasl - Simple Authentication and Security Layer
-P CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library
-P CSWzlib zlib - Zlib Data Compression Library

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn.gspec
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWsvn.gspec	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWsvn.gspec	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,5 +0,0 @@
-%var            bitname subversion
-%var            pkgname CSWsvn
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright      url file://%{WORKSRC}/COPYING
-%checkinstall   url file://%{WORKDIR}/CSWsvn.preinstall

Deleted: csw/mgar/pkg/subversion/trunk/files/CSWsvn.prototype
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/CSWsvn.prototype	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/CSWsvn.prototype	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,306 +0,0 @@
-d none /opt/csw/bin 0755 root bin
-f none /opt/csw/bin/svn 0755 root bin
-f none /opt/csw/bin/svnadmin 0755 root bin
-f none /opt/csw/bin/svndumpfilter 0755 root bin
-f none /opt/csw/bin/svnlook 0755 root bin
-f none /opt/csw/bin/svnserve 0755 root bin
-f none /opt/csw/bin/svnsync 0755 root bin
-f none /opt/csw/bin/svnversion 0755 root bin
-d none /opt/csw/lib 0755 root bin
-d none /opt/csw/lib/svn 0755 root bin
-f none /opt/csw/lib/svn/libsvn_client-1.so.0.0.0 0755 root bin
-s none /opt/csw/lib/svn/libsvn_client-1.so.0=libsvn_client-1.so.0.0.0
-s none /opt/csw/lib/svn/libsvn_client-1.so=libsvn_client-1.so.0.0.0
-f none /opt/csw/lib/svn/libsvn_delta-1.so.0.0.0 0755 root bin
-s none /opt/csw/lib/svn/libsvn_delta-1.so.0=libsvn_delta-1.so.0.0.0
-s none /opt/csw/lib/svn/libsvn_delta-1.so=libsvn_delta-1.so.0.0.0
-f none /opt/csw/lib/svn/libsvn_diff-1.so.0.0.0 0755 root bin
-s none /opt/csw/lib/svn/libsvn_diff-1.so.0=libsvn_diff-1.so.0.0.0
-s none /opt/csw/lib/svn/libsvn_diff-1.so=libsvn_diff-1.so.0.0.0
-f none /opt/csw/lib/svn/libsvn_fs-1.so.0.0.0 0755 root bin
-s none /opt/csw/lib/svn/libsvn_fs-1.so.0=libsvn_fs-1.so.0.0.0
-s none /opt/csw/lib/svn/libsvn_fs-1.so=libsvn_fs-1.so.0.0.0
-f none /opt/csw/lib/svn/libsvn_fs_base-1.so.0.0.0 0755 root bin
-s none /opt/csw/lib/svn/libsvn_fs_base-1.so.0=libsvn_fs_base-1.so.0.0.0
-s none /opt/csw/lib/svn/libsvn_fs_base-1.so=libsvn_fs_base-1.so.0.0.0
-f none /opt/csw/lib/svn/libsvn_fs_fs-1.so.0.0.0 0755 root bin
-s none /opt/csw/lib/svn/libsvn_fs_fs-1.so.0=libsvn_fs_fs-1.so.0.0.0
-s none /opt/csw/lib/svn/libsvn_fs_fs-1.so=libsvn_fs_fs-1.so.0.0.0
-f none /opt/csw/lib/svn/libsvn_ra-1.so.0.0.0 0755 root bin
-s none /opt/csw/lib/svn/libsvn_ra-1.so.0=libsvn_ra-1.so.0.0.0
-s none /opt/csw/lib/svn/libsvn_ra-1.so=libsvn_ra-1.so.0.0.0
-f none /opt/csw/lib/svn/libsvn_ra_dav-1.so.0.0.0 0755 root bin
-s none /opt/csw/lib/svn/libsvn_ra_dav-1.so.0=libsvn_ra_dav-1.so.0.0.0
-s none /opt/csw/lib/svn/libsvn_ra_dav-1.so=libsvn_ra_dav-1.so.0.0.0
-f none /opt/csw/lib/svn/libsvn_ra_local-1.so.0.0.0 0755 root bin
-s none /opt/csw/lib/svn/libsvn_ra_local-1.so.0=libsvn_ra_local-1.so.0.0.0
-s none /opt/csw/lib/svn/libsvn_ra_local-1.so=libsvn_ra_local-1.so.0.0.0
-f none /opt/csw/lib/svn/libsvn_ra_svn-1.so.0.0.0 0755 root bin
-s none /opt/csw/lib/svn/libsvn_ra_svn-1.so.0=libsvn_ra_svn-1.so.0.0.0
-s none /opt/csw/lib/svn/libsvn_ra_svn-1.so=libsvn_ra_svn-1.so.0.0.0
-f none /opt/csw/lib/svn/libsvn_repos-1.so.0.0.0 0755 root bin
-s none /opt/csw/lib/svn/libsvn_repos-1.so.0=libsvn_repos-1.so.0.0.0
-s none /opt/csw/lib/svn/libsvn_repos-1.so=libsvn_repos-1.so.0.0.0
-f none /opt/csw/lib/svn/libsvn_subr-1.so.0.0.0 0755 root bin
-s none /opt/csw/lib/svn/libsvn_subr-1.so.0=libsvn_subr-1.so.0.0.0
-s none /opt/csw/lib/svn/libsvn_subr-1.so=libsvn_subr-1.so.0.0.0
-f none /opt/csw/lib/svn/libsvn_wc-1.so.0.0.0 0755 root bin
-s none /opt/csw/lib/svn/libsvn_wc-1.so.0=libsvn_wc-1.so.0.0.0
-s none /opt/csw/lib/svn/libsvn_wc-1.so=libsvn_wc-1.so.0.0.0
-d none /opt/csw/share 0755 root bin
-d none /opt/csw/share/doc 0755 root bin
-d none /opt/csw/share/doc/subversion 0755 root bin
-d none /opt/csw/share/doc/subversion/contrib 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/README 0644 root bin
-d none /opt/csw/share/doc/subversion/contrib/cgi 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/cgi/mirror_dir_through_svn.README 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/cgi/mirror_dir_through_svn.cgi 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/cgi/tweak-log.cgi 0644 root bin
-d none /opt/csw/share/doc/subversion/contrib/client-side 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/asvn 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/diff-to-logmsg.vim 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/diff3wrap.bat 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/diffwrap.bat 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/mucc-test.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/mucc.c 0644 root bin
-d none /opt/csw/share/doc/subversion/contrib/client-side/psvn 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/psvn/psvn.el 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/search-svnlog.pl 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn-clean 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn-log.pl 0644 root bin
-d none /opt/csw/share/doc/subversion/contrib/client-side/svn-push 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn-push/svn-push.c 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn-resolve 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn-viewdiff 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn.vim 0644 root bin
-d none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/NEWS 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/README 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/TODO 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/authors.xml 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/svn2cl.1 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/svn2cl.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/svn2cl.xsl 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/svn2html.css 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn2cl/svn2html.xsl 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn_all_diffs.pl 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn_apply_autoprops.py 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn_export_empty_files.py 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn_load_dirs.README 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn_load_dirs.pl 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn_load_dirs_property_table.example 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svn_update.pl 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svncopy.README 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svncopy.pl 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svnmerge.README 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svnmerge.py 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svnmerge.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/svnmerge_test.py 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/testsvncopy.pl 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/vc-svn.el 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/client-side/wcgrep 0755 root bin
-d none /opt/csw/share/doc/subversion/contrib/hook-scripts 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/hook-scripts/README 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/hook-scripts/case-insensitive.py 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/hook-scripts/check-case-insensitive.pl 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/hook-scripts/check-case-insensitive.py 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/hook-scripts/check-mime-type.pl 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/hook-scripts/commit-block-joke.py 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/hook-scripts/detect-merge-conflicts.sh 0755 root bin
-d none /opt/csw/share/doc/subversion/contrib/hook-scripts/enforcer 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/hook-scripts/enforcer/enforcer 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/hook-scripts/enforcer/enforcer.conf 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/hook-scripts/pre-commit-check.py 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/hook-scripts/pre-lock-require-needs-lock.py 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/hook-scripts/svn2rss.py 0755 root bin
-d none /opt/csw/share/doc/subversion/contrib/server-side 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/server-side/authz_svn_group.py 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/server-side/backup-recipe.sh 0755 root bin
-d none /opt/csw/share/doc/subversion/contrib/server-side/mod_dontdothat 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/server-side/mod_dontdothat/README 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/server-side/mod_dontdothat/mod_dontdothat.c 0644 root bin
-f none /opt/csw/share/doc/subversion/contrib/server-side/svn-fast-backup 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/server-side/svn-obliterate.py 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/server-side/svnmirror-test.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/contrib/server-side/svnmirror.sh 0755 root bin
-d none /opt/csw/share/doc/subversion/tools 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/README 0644 root bin
-d none /opt/csw/share/doc/subversion/tools/backup 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/backup/hot-backup.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/backup/hot-backup.py.in 0755 root bin
-d none /opt/csw/share/doc/subversion/tools/bdb 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/bdb/erase-all-text-data.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/bdb/skel.py 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/bdb/svn-bdb-view.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/bdb/svnfs.py 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/bdb/whatis-rep.py 0755 root bin
-d none /opt/csw/share/doc/subversion/tools/client-side 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/client-side/bash_completion 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/client-side/bash_completion_test 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/client-side/server-vsn.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/client-side/showchange.pl 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/client-side/svn-graph.pl 0755 root bin
-d none /opt/csw/share/doc/subversion/tools/dev 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/check-license.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/contribulyze.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/datecheck.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/gcov.patch 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/getsigs.pl 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/gnuify-changelog.pl 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/graph-dav-servers.py 0755 root bin
-d none /opt/csw/share/doc/subversion/tools/dev/iz 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/iz/defect.dem 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/iz/ff2csv.command 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/iz/ff2csv.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/iz/find-fix.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/iz/run-queries.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/lock-check.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/mlpatch.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/normalize-dump.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/po-merge.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/prebuild-cleanup.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/random-commits.py 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/scramble-tree.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/stress.pl 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/svn-dev.el 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/svn-dev.vim 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/svn-merge-revs.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/trails.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/verify-history.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/warn-ignored-err.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/dev/which-error.py 0755 root bin
-d none /opt/csw/share/doc/subversion/tools/diff 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/diff/diff.c 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/diff/diff3.c 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/diff/diff4.c 0644 root bin
-d none /opt/csw/share/doc/subversion/tools/examples 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/examples/blame.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/examples/check-modified.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/examples/dumpprops.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/examples/getfile.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/examples/getlocks_test.c 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/examples/geturl.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/examples/headrev.c 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/examples/minimal_client.c 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/examples/putfile.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/examples/revplist.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/examples/svnlog2html.rb 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/examples/svnlook.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/examples/svnlook.rb 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/examples/svnput.c 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/examples/svnserve-sgid.c 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/examples/svnshell.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/examples/svnshell.rb 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/examples/testwrite.c 0644 root bin
-d none /opt/csw/share/doc/subversion/tools/hook-scripts 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/hook-scripts/README 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/hook-scripts/commit-access-control.cfg.example 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/hook-scripts/commit-access-control.pl 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/hook-scripts/commit-access-control.pl.in 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/hook-scripts/commit-email.pl 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/hook-scripts/commit-email.pl.in 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/hook-scripts/commit-email.rb 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/hook-scripts/log-police.py 0755 root bin
-d none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/mailer.conf.example 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/mailer.py 0755 root bin
-d none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/tests 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/tests/mailer-init.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/tests/mailer-t1.output 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/tests/mailer-t1.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/hook-scripts/mailer/tests/mailer-tweak.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/hook-scripts/svnperms.conf.example 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/hook-scripts/svnperms.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/hook-scripts/verify-po.py 0644 root bin
-d none /opt/csw/share/doc/subversion/tools/po 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/po/po-update.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/po/svn-po-status-report.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/po/svn-po-status-run.sh 0755 root bin
-d none /opt/csw/share/doc/subversion/tools/server-side 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/server-side/svn-backup-dumps.py 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/server-side/svnauthz-validate.c 0644 root bin
-d none /opt/csw/share/doc/subversion/tools/test-scripts 0755 root bin
-d none /opt/csw/share/doc/subversion/tools/test-scripts/svntest 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/README 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/dav_svn.passwd 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/encode-base64.py 0755 root bin
-d none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples 0755 root bin
-d none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/config.apr-0.9 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/config.apr-0.9.x 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/config.apr-util-0.9 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/config.httpd-2.0 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/config.shared 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/dav_svn.passwd 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/httpd-2.0.conf 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/debian-gnulinux-shared/mod_dav_svn.conf 0644 root bin
-d none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/solaris-7-static 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/solaris-7-static/config.apr-0.9 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/solaris-7-static/config.apr-util-0.9 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/solaris-7-static/config.httpd-2.0 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/solaris-7-static/config.solaris.static 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/examples/solaris-7-static/dav_svn.passwd 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/mod_dav_svn.conf 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-bindings-generic.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-bindings.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-check-configuration.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-config.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-rebuild-generic.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-rebuild.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-run.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-sendmail-generic.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-sendmail.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest-update.sh 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/test-scripts/svntest/svntest.sh 0755 root bin
-d none /opt/csw/share/doc/subversion/tools/xslt 0755 root bin
-f none /opt/csw/share/doc/subversion/tools/xslt/svnindex.css 0644 root bin
-f none /opt/csw/share/doc/subversion/tools/xslt/svnindex.xsl 0644 root bin
-d none /opt/csw/share/locale 0755 root bin
-d none /opt/csw/share/locale/de 0755 root bin
-d none /opt/csw/share/locale/de/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/de/LC_MESSAGES/subversion.mo 0644 root bin
-d none /opt/csw/share/locale/es 0755 root bin
-d none /opt/csw/share/locale/es/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/es/LC_MESSAGES/subversion.mo 0644 root bin
-d none /opt/csw/share/locale/fr 0755 root bin
-d none /opt/csw/share/locale/fr/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/fr/LC_MESSAGES/subversion.mo 0644 root bin
-d none /opt/csw/share/locale/it 0755 root bin
-d none /opt/csw/share/locale/it/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/it/LC_MESSAGES/subversion.mo 0644 root bin
-d none /opt/csw/share/locale/ja 0755 root bin
-d none /opt/csw/share/locale/ja/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/ja/LC_MESSAGES/subversion.mo 0644 root bin
-d none /opt/csw/share/locale/ko 0755 root bin
-d none /opt/csw/share/locale/ko/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/ko/LC_MESSAGES/subversion.mo 0644 root bin
-d none /opt/csw/share/locale/nb 0755 root bin
-d none /opt/csw/share/locale/nb/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/nb/LC_MESSAGES/subversion.mo 0644 root bin
-d none /opt/csw/share/locale/pl 0755 root bin
-d none /opt/csw/share/locale/pl/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/pl/LC_MESSAGES/subversion.mo 0644 root bin
-d none /opt/csw/share/locale/pt_BR 0755 root bin
-d none /opt/csw/share/locale/pt_BR/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/pt_BR/LC_MESSAGES/subversion.mo 0644 root bin
-d none /opt/csw/share/locale/sv 0755 root bin
-d none /opt/csw/share/locale/sv/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/sv/LC_MESSAGES/subversion.mo 0644 root bin
-d none /opt/csw/share/locale/zh_CN 0755 root bin
-d none /opt/csw/share/locale/zh_CN/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/subversion.mo 0644 root bin
-d none /opt/csw/share/locale/zh_TW 0755 root bin
-d none /opt/csw/share/locale/zh_TW/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/zh_TW/LC_MESSAGES/subversion.mo 0644 root bin
-d none /opt/csw/share/man 0755 root bin
-d none /opt/csw/share/man/man1 0755 root bin
-f none /opt/csw/share/man/man1/svn.1 0644 root bin
-f none /opt/csw/share/man/man1/svnadmin.1 0644 root bin
-f none /opt/csw/share/man/man1/svndumpfilter.1 0644 root bin
-f none /opt/csw/share/man/man1/svnlook.1 0644 root bin
-f none /opt/csw/share/man/man1/svnsync.1 0644 root bin
-f none /opt/csw/share/man/man1/svnversion.1 0644 root bin
-d none /opt/csw/share/man/man5 0755 root bin
-f none /opt/csw/share/man/man5/svnserve.conf.5 0644 root bin
-d none /opt/csw/share/man/man8 0755 root bin
-f none /opt/csw/share/man/man8/svnserve.8 0644 root bin

Deleted: csw/mgar/pkg/subversion/trunk/files/binding.diff
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/binding.diff	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/binding.diff	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,24 +0,0 @@
-diff -Naur subversion-1.5.2.orig/Makefile.in subversion-1.5.2/Makefile.in
---- subversion-1.5.2.orig/Makefile.in	2008-09-15 16:01:31.613500400 +0200
-+++ subversion-1.5.2/Makefile.in	2008-09-15 16:00:33.545900000 +0200
-@@ -68,15 +68,15 @@
- swig_rb_libdir = @libdir@
- 
- ### these possibly need further discussion
--swig_pydir = @libdir@/svn-python/libsvn
--swig_pydir_extra = @libdir@/svn-python/svn
--swig_pldir = @libdir@/svn-perl
-+swig_pydir = @prefix@/lib/python/site-packages/libsvn
-+swig_pydir_extra = @prefix@/lib/python/site-packages/svn
-+#swig_pldir = @libdir@/svn-perl
- swig_rbdir = $(SWIG_RB_SITE_ARCH_DIR)/svn/ext
- contribdir = @bindir@/svn-contrib
- toolsdir = @bindir@/svn-tools
- 
--javahl_javadir = @libdir@/svn-javahl
--javahl_javahdir = @libdir@/svn-javahl/include
-+javahl_javadir = @libdir@
-+javahl_javahdir = @libdir@/include
- javahl_libdir = @libdir@
- javahl_test_rootdir=$(abs_builddir)/subversion/bindings/javahl/test-work
- 

Deleted: csw/mgar/pkg/subversion/trunk/files/gdiff.diff
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/gdiff.diff	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/gdiff.diff	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,12 +0,0 @@
-diff --speed-large-files --minimal -Nru subversion-1.2.0-rc1.orig/subversion/bindings/swig/python/svn/fs.py subversion-1.2.0-rc1/subversion/bindings/swig/python/svn/fs.py
---- subversion-1.2.0-rc1.orig/subversion/bindings/swig/python/svn/fs.py	2005-04-06 09:19:45.840022000 -0700
-+++ subversion-1.2.0-rc1/subversion/bindings/swig/python/svn/fs.py	2005-04-06 09:19:18.580010000 -0700
-@@ -105,7 +105,7 @@
- 
-     # use an array for the command to avoid the shell and potential
-     # security exposures
--    cmd = ["diff"] \
-+    cmd = ["gdiff"] \
-           + self.diffoptions \
-           + [self.tempfile1, self.tempfile2]
-           

Deleted: csw/mgar/pkg/subversion/trunk/files/javahl.diff
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/javahl.diff	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/javahl.diff	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,23 +0,0 @@
-diff -Naur subversion-1.5.2.orig/Makefile.in subversion-1.5.2/Makefile.in
---- subversion-1.5.2.orig/Makefile.in	2008-08-26 19:27:56.000000000 +0200
-+++ subversion-1.5.2/Makefile.in	2008-09-16 16:49:38.500644800 +0200
-@@ -46,6 +46,7 @@
- SVN_ZLIB_LIBS = @SVN_ZLIB_LIBS@
- 
- LIBS = @LIBS@
-+JAVAHL_LIBS = @LIBS@ -lCrun -lCstd
- 
- prefix = @prefix@
- exec_prefix = @exec_prefix@
-diff -Naur subversion-1.5.2.orig/build-outputs.mk subversion-1.5.2/build-outputs.mk
---- subversion-1.5.2.orig/build-outputs.mk	2008-08-27 22:42:27.000000000 +0200
-+++ subversion-1.5.2/build-outputs.mk	2008-09-16 16:51:48.576388400 +0200
-@@ -305,7 +305,7 @@
- libsvnjavahl_DEPS = $(javahl_javah_DEPS) $(javahl_java_DEPS) subversion/bindings/javahl/native/BlameCallback.lo subversion/bindings/javahl/native/ChangelistCallback.lo subversion/bindings/javahl/native/CommitMessage.lo subversion/bindings/javahl/native/ConflictResolverCallback.lo subversion/bindings/javahl/native/CopySources.lo subversion/bindings/javahl/native/DiffSummaryReceiver.lo subversion/bindings/javahl/native/EnumMapper.lo subversion/bindings/javahl/native/InfoCallback.lo subversion/bindings/javahl/native/Inputer.lo subversion/bindings/javahl/native/JNIByteArray.lo subversion/bindings/javahl/native/JNICriticalSection.lo subversion/bindings/javahl/native/JNIMutex.lo subversion/bindings/javahl/native/JNIStackElement.lo subversion/bindings/javahl/native/JNIStringHolder.lo subversion/bindings/javahl/native/JNIThreadData.lo subversion/bindings/javahl/native/JNIUtil.lo subversion/bindings/javahl/native/ListCallback.lo subversion/bindings/javahl/native/LogMessageCallback.l
 o subversion/bindings/javahl/native/MessageReceiver.lo subversion/bindings/javahl/native/Notify.lo subversion/bindings/javahl/native/Notify2.lo subversion/bindings/javahl/native/Outputer.lo subversion/bindings/javahl/native/Path.lo subversion/bindings/javahl/native/Pool.lo subversion/bindings/javahl/native/ProgressListener.lo subversion/bindings/javahl/native/Prompter.lo subversion/bindings/javahl/native/ProplistCallback.lo subversion/bindings/javahl/native/Revision.lo subversion/bindings/javahl/native/RevisionRange.lo subversion/bindings/javahl/native/RevpropTable.lo subversion/bindings/javahl/native/SVNAdmin.lo subversion/bindings/javahl/native/SVNBase.lo subversion/bindings/javahl/native/SVNClient.lo subversion/bindings/javahl/native/StatusCallback.lo subversion/bindings/javahl/native/StringArray.lo subversion/bindings/javahl/native/Targets.lo subversion/bindings/javahl/native/libsvnjavahl.la.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_NativeResource
 s.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_Path.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_SVNAdmin.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_SVNClient.lo subversion/bindings/javahl/native/org_tigris_subversion_javahl_Version.lo subversion/libsvn_repos/libsvn_repos-1.la subversion/libsvn_client/libsvn_client-1.la subversion/libsvn_wc/libsvn_wc-1.la subversion/libsvn_ra/libsvn_ra-1.la subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_diff/libsvn_diff-1.la subversion/libsvn_subr/libsvn_subr-1.la subversion/libsvn_fs/libsvn_fs-1.la
- libsvnjavahl_OBJECTS = BlameCallback.lo ChangelistCallback.lo CommitMessage.lo ConflictResolverCallback.lo CopySources.lo DiffSummaryReceiver.lo EnumMapper.lo InfoCallback.lo Inputer.lo JNIByteArray.lo JNICriticalSection.lo JNIMutex.lo JNIStackElement.lo JNIStringHolder.lo JNIThreadData.lo JNIUtil.lo ListCallback.lo LogMessageCallback.lo MessageReceiver.lo Notify.lo Notify2.lo Outputer.lo Path.lo Pool.lo ProgressListener.lo Prompter.lo ProplistCallback.lo Revision.lo RevisionRange.lo RevpropTable.lo SVNAdmin.lo SVNBase.lo SVNClient.lo StatusCallback.lo StringArray.lo Targets.lo libsvnjavahl.la.lo org_tigris_subversion_javahl_NativeResources.lo org_tigris_subversion_javahl_Path.lo org_tigris_subversion_javahl_SVNAdmin.lo org_tigris_subversion_javahl_SVNClient.lo org_tigris_subversion_javahl_Version.lo
- subversion/bindings/javahl/native/libsvnjavahl-1.la: $(libsvnjavahl_DEPS)
--	cd subversion/bindings/javahl/native && $(LINK_JAVAHL_CXX) -o libsvnjavahl-1.la $(LT_NO_UNDEFINED) $(libsvnjavahl_OBJECTS) ../../../../subversion/libsvn_repos/libsvn_repos-1.la ../../../../subversion/libsvn_client/libsvn_client-1.la ../../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../../subversion/libsvn_diff/libsvn_diff-1.la ../../../../subversion/libsvn_subr/libsvn_subr-1.la ../../../../subversion/libsvn_fs/libsvn_fs-1.la $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(NEON_LIBS) $(LIBS)
-+	cd subversion/bindings/javahl/native && $(LINK_JAVAHL_CXX) -o libsvnjavahl-1.la $(LT_NO_UNDEFINED) $(libsvnjavahl_OBJECTS) ../../../../subversion/libsvn_repos/libsvn_repos-1.la ../../../../subversion/libsvn_client/libsvn_client-1.la ../../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../../subversion/libsvn_diff/libsvn_diff-1.la ../../../../subversion/libsvn_subr/libsvn_subr-1.la ../../../../subversion/libsvn_fs/libsvn_fs-1.la $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(NEON_LIBS) $(JAVAHL_LIBS)
- 
- locale_PATH = subversion/po
- locale_DEPS =  subversion/po/de.mo subversion/po/es.mo subversion/po/fr.mo subversion/po/it.mo subversion/po/ja.mo subversion/po/ko.mo subversion/po/nb.mo subversion/po/pl.mo subversion/po/pt_BR.mo subversion/po/sv.mo subversion/po/zh_CN.mo subversion/po/zh_TW.mo

Deleted: csw/mgar/pkg/subversion/trunk/files/neon-version.diff
===================================================================
--- csw/mgar/pkg/subversion/trunk/files/neon-version.diff	2009-02-23 05:29:41 UTC (rev 3435)
+++ csw/mgar/pkg/subversion/trunk/files/neon-version.diff	2009-02-23 05:32:05 UTC (rev 3436)
@@ -1,12 +0,0 @@
-diff --speed-large-files --minimal -Nru subversion-1.4.2.orig/configure subversion-1.4.2/configure
---- subversion-1.4.2.orig/configure	2006-11-02 17:48:21.000000000 -0500
-+++ subversion-1.4.2/configure	2006-12-21 00:15:30.045866000 -0500
-@@ -3942,7 +3942,7 @@
- 
- # Either a space-separated list of allowable Neon versions, or "any" to
- # mean allow anything.
--NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2"
-+NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2 0.26.3"
- NEON_LATEST_WORKING_VER=0.25.5
- NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz"
- # Check whether --enable-neon-version-check or --disable-neon-version-check was given.


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