diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-18 21:04:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-18 21:04:41 +0000 |
commit | 975696944e9b6b04ecb9e57f36ff05e3f67958b2 (patch) | |
tree | bd2f41654ddb4d9c1d461fd40d852fcc3816d5b2 /www/neon29/Makefile | |
parent | - Mark BROKEN until gcj support is working on i386 and amd64 (diff) |
- Update to 2.9.1
- Connect to build
PR: ports/138994 ports/140636
Submitted by: olli hauer <ohauer@gmx.de>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=246183
Diffstat (limited to 'www/neon29/Makefile')
-rw-r--r-- | www/neon29/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/neon29/Makefile b/www/neon29/Makefile index ba3d2e5dad0b..37b02a35dbff 100644 --- a/www/neon29/Makefile +++ b/www/neon29/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ # -PORTNAME= neon28 -PORTVERSION= 0.28.6 +PORTNAME= neon29 +PORTVERSION= 0.29.1 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ DISTNAME= neon-${PORTVERSION} @@ -14,7 +14,7 @@ DISTNAME= neon-${PORTVERSION} MAINTAINER= lev@FreeBSD.org COMMENT= An HTTP and WebDAV client library for Unix systems -CONFLICTS= neon2[6|9]-[0-9]* +CONFLICTS= neon2[6|8]-[0-9]* USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes |