aboutsummaryrefslogtreecommitdiffstats
path: root/www/neon
diff options
context:
space:
mode:
authorlev <lev@FreeBSD.org>2003-10-10 18:58:29 +0800
committerlev <lev@FreeBSD.org>2003-10-10 18:58:29 +0800
commitbd8ce37865c1728c725d280b1c0845332e866fa2 (patch)
treec0c6303886537f64ad8e83750d994c3c4865a3ef /www/neon
parentcced8beff0334314539c6e757822abcce3ca319f (diff)
downloadfreebsd-ports-graphics-bd8ce37865c1728c725d280b1c0845332e866fa2.tar.gz
freebsd-ports-graphics-bd8ce37865c1728c725d280b1c0845332e866fa2.tar.zst
freebsd-ports-graphics-bd8ce37865c1728c725d280b1c0845332e866fa2.zip
[1] Update to 0.24.3
[2] Take maintainership. Approved by: [2] Current maintainer.
Diffstat (limited to 'www/neon')
-rw-r--r--www/neon/Makefile4
-rw-r--r--www/neon/distinfo2
-rw-r--r--www/neon/files/patch-Makefile.in6
3 files changed, 6 insertions, 6 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile
index 96ec8999815..b4a0c53b427 100644
--- a/www/neon/Makefile
+++ b/www/neon/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= neon
-PORTVERSION= 0.24.2
+PORTVERSION= 0.24.3
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/neon/
-MAINTAINER= rodrigc@attbi.com
+MAINTAINER= lev@FreeBSD.org
COMMENT= An HTTP and WebDAV client library for Unix systems
LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2
diff --git a/www/neon/distinfo b/www/neon/distinfo
index f9ff153032c..9704e015604 100644
--- a/www/neon/distinfo
+++ b/www/neon/distinfo
@@ -1 +1 @@
-MD5 (neon-0.24.2.tar.gz) = 170ee966d3217031347d878f614033cd
+MD5 (neon-0.24.3.tar.gz) = 4cce6d468ffa22d47160874c8920de91
diff --git a/www/neon/files/patch-Makefile.in b/www/neon/files/patch-Makefile.in
index b161622c85a..15a86d18070 100644
--- a/www/neon/files/patch-Makefile.in
+++ b/www/neon/files/patch-Makefile.in
@@ -1,9 +1,9 @@
---- Makefile.in.orig Thu Sep 25 09:54:22 2003
-+++ Makefile.in Thu Sep 25 09:58:23 2003
+--- Makefile.in.orig Mon Sep 22 23:57:02 2003
++++ Makefile.in Thu Oct 9 13:41:35 2003
@@ -21,7 +21,7 @@
man1dir = $(mandir)/man1
man3dir = $(mandir)/man3
- datadir = $(prefix)/share
+ datadir = @datadir@
-docdir = $(datadir)/doc/neon-@NEON_VERSION@
+docdir = $(datadir)/doc/neon
includedir = @includedir@