Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#1863 closed update (fixed)

UPDATE: subversion 1.0.4

Reported by: danielluke (Daniel J. Luke) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: subversion

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

Version bump, and fix mod_dav_svn variant for current apache2 layout (thanks to clay@…)

diffs inline:

RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/subversion/Portfile,v
retrieving revision 1.25
diff -u -d -b -w -r1.25 Portfile
--- Portfile    20 May 2004 01:11:38 -0000      1.25
+++ Portfile    24 May 2004 15:33:13 -0000
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name                   subversion
-version                        1.0.3
+version                        1.0.4
 categories             devel
 maintainers            dluke@geeklair.net
 description            A cvs like version control system, but without the suck
@@ -12,8 +12,8 @@
                        outstanding problems with cvs(1).
 
 homepage               http://subversion.tigris.org/
-master_sites           http://subversion.tigris.org/files/documents/15/13430/
-checksums              md5 1d5722a515be8f1aa6cfb779d99c6a11
+master_sites           http://subversion.tigris.org/tarballs/
+checksums              md5 fdf54470ac280e9b7cb008e907ec275a
 
 depends_lib            lib:libexpat:expat lib:libneon.24.0.6:neon \
                        lib:libapr-0.0.9.5:apr lib:libaprutil-0.0.9.5:apr-util \
@@ -35,9 +35,9 @@
 platform darwin {      patchfiles-append       patch-svnlook-main.c
                        }
 
-variant mod_dav_svn {  depends_build path:${prefix}/sbin/apxs:apache2
+variant mod_dav_svn {  depends_build path:${prefix}/apache2/bin/apxs:apache2
                        configure.args-append \
-                       --with-apxs=${prefix}/sbin/apxs \
+                       --with-apxs=${prefix}/apache2/bin/apxs \
                        --disable-mod-activation
                        configure.args-delete --without-apxs
                        }
cvs server: Diffing files

Change History (2)

comment:1 Changed 20 years ago by matt@…

Resolution: fixed
Status: newclosed

Committed. Thanks Daniel!

comment:2 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.