1 | --- Portfile.orig Sun Aug 17 16:25:04 2003 |
---|
2 | +++ Portfile Sun Aug 17 20:22:37 2003 |
---|
3 | @@ -2,42 +2,40 @@ |
---|
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} --with-apr=${prefix} \ |
---|
70 | + --with-apr-util=${prefix} --without-apxs |
---|
71 | + |
---|
72 | +post-configure { reinplace "s|need_relink=yes|need_relink=no|g" \ |
---|
73 | + ${worksrcpath}/libtool |
---|
74 | + } |
---|
75 | + |
---|
76 | +variant mod_dav_svn { depends_build path:${prefix}/apache2/bin/apxs:apache2 |
---|
77 | + configure.args-append \ |
---|
78 | + --with-apxs=${prefix}/apache2/bin/apxs \ |
---|
79 | + --disable-mod-activation |
---|
80 | + configure.args-delete --without-apxs |
---|
81 | + } |
---|
82 | + |
---|