diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-23 18:58:41 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-23 18:58:41 +0800 |
commit | 2260a576914d63b650cc23ae07d4a55959a6bbbb (patch) | |
tree | a206e457a439dc87dff8cc1dd2eb78ac791523be /www/neon26 | |
parent | 94f60b0b84d09d1f820b2ef99d72c9c882e4468d (diff) | |
download | freebsd-ports-gnome-2260a576914d63b650cc23ae07d4a55959a6bbbb.tar.gz freebsd-ports-gnome-2260a576914d63b650cc23ae07d4a55959a6bbbb.tar.zst freebsd-ports-gnome-2260a576914d63b650cc23ae07d4a55959a6bbbb.zip |
Update to neon 0.23.7, and fix portlint issues.
PR: 48568
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
Diffstat (limited to 'www/neon26')
-rw-r--r-- | www/neon26/Makefile | 8 | ||||
-rw-r--r-- | www/neon26/distinfo | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www/neon26/Makefile b/www/neon26/Makefile index 8b109efa7c6e..caa1d2098282 100644 --- a/www/neon26/Makefile +++ b/www/neon26/Makefile @@ -6,15 +6,17 @@ # PORTNAME= neon -PORTVERSION= 0.23.5 +PORTVERSION= 0.23.7 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ MAINTAINER= rodrigc@attbi.com -COMMENT= An HTTP and WebDAV client library for Unix systems, with a C interface +COMMENT= An HTTP and WebDAV client library for Unix systems LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 +INSTALLS_SHLIB= yes + .ifndef WITHOUT_OPENSSL USE_OPENSSL= yes .endif @@ -47,7 +49,7 @@ MAN3= ne_add_request_header.3 ne_addr_destroy.3 ne_addr_error.3 \ ne_ssl_set_verify.3 ne_status.3 ne_strdup.3 ne_strndup.3 \ ne_token.3 ne_version_match.3 ne_version_string.3 neon.3 -PLIST_SUB+= PORTVERSION=${PORTVERSION} +PLIST_SUB+= PORTVERSION=${PORTVERSION} post-install: ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${MANPREFIX}/man/man1 diff --git a/www/neon26/distinfo b/www/neon26/distinfo index 6e4010509fdf..a1067f8f30ec 100644 --- a/www/neon26/distinfo +++ b/www/neon26/distinfo @@ -1 +1 @@ -MD5 (neon-0.23.5.tar.gz) = fd7d1bca0927490c5bd32787b0f2f4b1 +MD5 (neon-0.23.7.tar.gz) = 938fc6ae779bdd9400cde6ba0b11dcc4 |