Ticket #798: patch-subversion

File patch-subversion, 2.8 KB (added by jcorley1@…, 21 years ago)

Portfile patch

Line 
1--- Portfile.orig       Sun Aug 17 16:25:04 2003
2+++ Portfile    Sun Aug 17 16:25:32 2003
3@@ -2,42 +2,41 @@
4 
5 PortSystem 1.0
6 
7-name           subversion
8-version                0.24.2
9-categories     devel
10-maintainers    jcorley1@nc.rr.com     
11-description    a cvs like version control system, but without the suck
12-
13-long_description       Subversion is a version control system designed to be \
14-                       as similar to cvs(1) as possible, while fixing many \
15-                       outstanding problems with cvs(1).
16-
17-homepage       http://subversion.tigris.org/
18-platforms      darwin
19-
20-master_sites   http://subversion.tigris.org/files/documents/15/4807/
21-
22-checksums      md5 535956794859aab9da34b78b6c783210
23-
24-depends_lib    lib:libexpat.0:expat lib:libneon.23:neon lib:libapr-0.0:apr \
25-               lib:libapr-util-0.0:apr-util lib:libdb-4.1:db4
26-
27-patchfiles     patch-Makefile.in
28-
29-configure.type gnu
30-configure.args --with-berkeley-db=${prefix}/include/db4:${prefix}/lib \
31-               --with-neon=${prefix} \
32-               --with-apr=${prefix} \
33-               --with-apr-util=${prefix} \
34-               --without-apxs
35-
36-post-configure {
37-        reinplace "s|need_relink=yes|need_relink=no|g" ${worksrcpath}/libtool
38-}
39-
40-variant mod_dav_svn {
41-       depends_build   path:${prefix}/apache2/bin/apxs:apache2
42-       configure.args-append   --with-apxs=${prefix}/apache2/bin/apxs \
43-                               --disable-mod-activation
44-       configure.args-delete   --without-apxs
45-}
46+name                subversion
47+version             0.27.0
48+categories          devel
49+maintainers         jcorley1@nc.rr.com   
50+description         a cvs like version control system, but without the suck
51+
52+long_description    Subversion is a version control system designed to be \
53+                    as similar to cvs(1) as possible, while fixing many \
54+                    outstanding problems with cvs(1).
55+
56+homepage            http://subversion.tigris.org/
57+
58+master_sites        http://subversion.tigris.org/files/documents/15/5642/
59+
60+checksums           md5 0f4fa0ebb0b58b83bad9433b8baa3f9a
61+
62+depends_lib         lib:libexpat.0:expat lib:libneon.23:neon \
63+                    lib:libapr-0.0:apr lib:libapr-util-0.0:apr-util \
64+                    lib:libdb-4.1:db4
65+
66+patchfiles          patch-Makefile.in patch-configure
67+
68+configure.args      --with-berkeley-db=${prefix}/include/db4:${prefix}/lib \
69+                    --with-neon=${prefix} --disable-neon-version-check \
70+                    --with-apr=${prefix} --with-apr-util=${prefix} \
71+                    --without-apxs
72+
73+post-configure      { reinplace "s|need_relink=yes|need_relink=no|g" \
74+                          ${worksrcpath}/libtool
75+                    }
76+
77+variant mod_dav_svn { depends_build path:${prefix}/apache2/bin/apxs:apache2
78+                      configure.args-append \
79+                          --with-apxs=${prefix}/apache2/bin/apxs \
80+                          --disable-mod-activation
81+                      configure.args-delete --without-apxs
82+                    }
83+