Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#1087 closed update (fixed)

UPDATE: subversion version 0.36.0

Reported by: leimy@… Owned by: jcorley1@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: subversion

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/subversion/Portfile,v
retrieving revision 1.17
diff -u -r1.17 Portfile
--- Portfile	25 Sep 2003 19:59:13 -0000	1.17
+++ Portfile	27 Oct 2003 01:42:09 -0000
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name                subversion
-version             0.30.0
+version             0.32.1
 categories          devel
 maintainers         jcorley1@nc.rr.com    
 description         a cvs like version control system, but without the suck
@@ -13,7 +13,7 @@
 
 homepage            http://subversion.tigris.org/
 master_sites	    http://svn.collab.net/tarballs/
-checksums	    md5 9dac76a67a217dc6b7f63259761ff93f
+checksums	    md5 b06717a8ef50db4b5c4d380af00bd901
 
 depends_lib         lib:libexpat.0:expat lib:libneon.24:neon \
                     lib:libapr-0.0:apr lib:libapr-util-0.0:apr-util \

Attachments (2)

subversion.tar.gz (1014 bytes) - added by danielluke (Daniel J. Luke) 20 years ago.
Subversion 0.35.1 portfile
subversion.tar.2.gz (1.0 KB) - added by danielluke (Daniel J. Luke) 20 years ago.
Subversion 0.36.0 portfile

Download all attachments as: .zip

Change History (16)

comment:1 Changed 20 years ago by leimy@…

Summary: New subversion versionUPDATE: subversion version 32.1

comment:2 Changed 20 years ago by waqar@…

Owner: changed from darwinports-bugs@… to jcorley1@…

assigning to the port owner.

comment:3 Changed 20 years ago by fkr@…

Jason, is this change ok with you? -fkr

comment:4 Changed 20 years ago by fkr@…

I'm still waiting for maintainers ok. -fkr

comment:5 Changed 20 years ago by jcorley1@…

blocked: 1244

comment:6 Changed 20 years ago by danielluke (Daniel J. Luke)

What's wrong with using the apr/apr-util 0.9.5 that shipped with Apache 2.0.48?

Or for building subversion that doesn't need to act as a webdav server, just patching to only require 0.9.4 as here: http://www.contactor.se/~dast/svn/archive-2003-12/0185.shtml

comment:7 Changed 20 years ago by danielluke (Daniel J. Luke)

as a follow-up to my last note, see bug 1340

comment:8 Changed 20 years ago by danielluke (Daniel J. Luke)

See bugs #1244, #1340, #1341, #1342 for updates to neon, apr, db4, and apr-util.

Portfile changes are minor, I'm testing the built port right now.

Portfile diff inline:

RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/subversion/Portfile,v
retrieving revision 1.17
diff -u -d -b -w -r1.17 Portfile
--- Portfile    25 Sep 2003 19:59:13 -0000      1.17
+++ Portfile    29 Dec 2003 17:51:25 -0000
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name                subversion
-version             0.30.0
+version             0.35.1
 categories          devel
 maintainers         jcorley1@nc.rr.com    
 description         a cvs like version control system, but without the suck
@@ -13,13 +13,13 @@
 
 homepage            http://subversion.tigris.org/
 master_sites       http://svn.collab.net/tarballs/
-checksums          md5 9dac76a67a217dc6b7f63259761ff93f
+checksums          md5 c4473988acdd82e8b0e176eefc7d0fb7
 
-depends_lib         lib:libexpat.0:expat lib:libneon.24:neon \
-                    lib:libapr-0.0:apr lib:libapr-util-0.0:apr-util \
-                    lib:libdb-4.1:db4
+depends_lib         lib:libexpat.0:expat lib:libneon.24.0.4:neon \
+                    lib:libapr-0.0:apr lib:libaprutil-0.0:apr-util \
+                    lib:libdb-4:db4
 
-patchfiles          patch-Makefile.in patch-configure
+patchfiles          patch-Makefile.in
 
 configure.args      --with-berkeley-db=${prefix}/include/db4:${prefix}/lib \
                     --with-neon=${prefix} --with-apr=${prefix} \
Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:9 Changed 20 years ago by danielluke (Daniel J. Luke)

Summary: UPDATE: subversion version 32.1UPDATE: subversion version 35.1

Changed 20 years ago by danielluke (Daniel J. Luke)

Attachment: subversion.tar.gz added

Subversion 0.35.1 portfile

comment:10 Changed 20 years ago by danielluke (Daniel J. Luke)

Summary: UPDATE: subversion version 35.1UPDATE: subversion version 0.36.0

Changed 20 years ago by danielluke (Daniel J. Luke)

Attachment: subversion.tar.2.gz added

Subversion 0.36.0 portfile

comment:11 Changed 20 years ago by danielluke (Daniel J. Luke)

attachments.isobsolete: 01

comment:12 Changed 20 years ago by jcorley1@…

I wonder if there shouldn't be a ui_msg warning the installer that the db format has changed and that they need to svndump their repo before installation... Anyway the Portfile looks fine. Daniel, can you please make yourself the maintainer for apr and apr-util as well? Thanks, Jason

comment:13 Changed 20 years ago by matt@…

Resolution: fixed
Status: newclosed

Committed. Thanks Daniel!

comment:14 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: subversion added
Type: defectupdate
Note: See TracTickets for help on using tickets.