Ticket #795: patch-neon

File patch-neon, 1.9 KB (added by jcorley1@…, 21 years ago)

Portfile patch

Line 
1--- Portfile.orig       Sun Aug 17 16:06:06 2003
2+++ Portfile    Sun Aug 17 16:10:47 2003
3@@ -1,30 +1,28 @@
4 # $Id: Portfile,v 1.14 2003/08/16 17:21:16 fkr Exp $
5 
6 PortSystem 1.0
7-name           neon
8-version                0.23.9
9+name                neon
10+version             0.24.0
11 
12-categories     www
13-maintainers    jcorley1@nc.rr.com     
14-description    An HTTP and WebDAV client library with a C interface
15-platforms      darwin
16-
17-long_description neon is an HTTP and WebDAV client library with a C language \
18-                 API.  It provides a high-level interface to HTTP and WebDAV \
19-                 methods and a low-level interface to HTTP request handling, \
20-                 easily allowing the implementation of new methods.
21-
22-homepage       http://www.webdav.org/neon/
23-
24-master_sites   http://www.webdav.org/neon/
25-checksums      md5 b63b0430df64bb3c60b7fd0fc37d9004
26-
27-depends_lib    lib:libexpat.0.4:expat
28-configure.env  LDFLAGS=-L$prefix/lib CPPFLAGS=-I$prefix/include
29-configure.args --with-ssl \
30-               --enable-xml \
31-               --enable-shared \
32-               --with-expat
33-configure.type gnu
34+categories          www
35+maintainers         jcorley1@nc.rr.com   
36+description         An HTTP and WebDAV client library with a C interface
37+
38+long_description    neon is an HTTP and WebDAV client library with a C \
39+                    language API.  It provides a high-level interface to HTTP \
40+                    and WebDAV methods and a low-level interface to HTTP \
41+                    request handling, easily allowing the implementation of \
42+                    new methods.
43+
44+homepage            http://www.webdav.org/neon/
45+
46+master_sites        http://www.webdav.org/neon/
47+checksums           md5 584bf0724dd3c616ab09f4fea21798f6
48+
49+depends_lib         lib:libexpat.0.4:expat
50+
51+configure.env       LDFLAGS=-L$prefix/lib CPPFLAGS=-I$prefix/include
52+configure.args      --with-ssl --enable-xml --enable-shared --with-expat
53+
54+destroot.destdir    prefix=${destroot}${prefix}
55 
56-destroot.destdir prefix=${destroot}${prefix}