mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Update to 2.9.1
- Connect to build PR: ports/138994 ports/140636 Submitted by: olli hauer <ohauer@gmx.de> Approved by: maintainer timeout
This commit is contained in:
parent
cc322497ed
commit
975696944e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246183
@ -562,6 +562,7 @@
|
||||
SUBDIR += nd
|
||||
SUBDIR += neon26
|
||||
SUBDIR += neon28
|
||||
SUBDIR += neon29
|
||||
SUBDIR += neonpp
|
||||
SUBDIR += neowebscript
|
||||
SUBDIR += netoffice
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (neon-0.28.6.tar.gz) = 252578ed555552b71d15909641484951
|
||||
SHA256 (neon-0.28.6.tar.gz) = 06ee8b1aa37a14a956a1158bf6b5a8c3388976d61c1dc3773a3ffe18ac8ecc0e
|
||||
SIZE (neon-0.28.6.tar.gz) = 789193
|
||||
MD5 (neon-0.29.1.tar.gz) = eb4eac0499cb6fced6e3b11e4b720ebb
|
||||
SHA256 (neon-0.29.1.tar.gz) = 2b9c10f1f3fd440e0ebcb18de1b7d51c2a8042dc0f542022a2948006d149c8ee
|
||||
SIZE (neon-0.29.1.tar.gz) = 880945
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/neon-config
|
||||
include/neon/ne_207.h
|
||||
include/neon/ne_acl.h
|
||||
include/neon/ne_acl3744.h
|
||||
include/neon/ne_alloc.h
|
||||
include/neon/ne_auth.h
|
||||
include/neon/ne_basic.h
|
||||
@ -22,7 +23,7 @@ include/neon/ne_utils.h
|
||||
include/neon/ne_xml.h
|
||||
include/neon/ne_xmlreq.h
|
||||
include/neon/ne_pkcs11.h
|
||||
lib/libneon.so.28
|
||||
lib/libneon.so.29
|
||||
lib/libneon.so
|
||||
lib/libneon.la
|
||||
lib/libneon.a
|
||||
@ -79,6 +80,7 @@ libdata/pkgconfig/neon.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/reftok.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/refvers.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/refxml.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/security.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/using.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/xml.html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
|
||||
|
Loading…
Reference in New Issue
Block a user