View | Details | Raw Unified | Return to bug 262411
Collapse All | Expand All

(-)b/www/neon/Makefile (-4 / +1 lines)
Lines 1-13 Link Here
1
# Created by: Mikhail Teterin <mi@aldan.algebra.com>
1
# Created by: Mikhail Teterin <mi@aldan.algebra.com>
2
2
3
PORTNAME=	neon
3
PORTNAME=	neon
4
DISTVERSION=	0.32.1
4
DISTVERSION=	0.32.2
5
CATEGORIES=	www
5
CATEGORIES=	www
6
MASTER_SITES=	https://notroj.github.io/neon/
6
MASTER_SITES=	https://notroj.github.io/neon/
7
7
8
PATCH_SITES=	https://github.com/notroj/neon/commit/
9
PATCHFILES=	f678aba4815bbcb63102dcdcd31f0ebcfdf553b4.patch:-p1
10
11
MAINTAINER=	lev@FreeBSD.org
8
MAINTAINER=	lev@FreeBSD.org
12
COMMENT=	HTTP and WebDAV client library for Unix systems
9
COMMENT=	HTTP and WebDAV client library for Unix systems
13
10
(-)b/www/neon/distinfo (-5 / +3 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1635762735
1
TIMESTAMP = 1645946127
2
SHA256 (neon-0.32.1.tar.gz) = 05c54bc115030c89e463a4fb28d3a3f8215879528ba5ca70d676d3d21bf3af52
2
SHA256 (neon-0.32.2.tar.gz) = 986566468c6295fc5d0fb141a5981e31c9f82ee38e938374abed8471ef2fb286
3
SIZE (neon-0.32.1.tar.gz) = 880434
3
SIZE (neon-0.32.2.tar.gz) = 880651
4
SHA256 (f678aba4815bbcb63102dcdcd31f0ebcfdf553b4.patch) = 90b622a6b19f1616e7b8e92be2c889a91765008be54f590f6fb27ccbf3a95dc9
5
SIZE (f678aba4815bbcb63102dcdcd31f0ebcfdf553b4.patch) = 6296
(-)b/www/neon/files/extrapatch-docs (-7 / +7 lines)
Lines 1-15 Link Here
1
--- Makefile.in.orig	2021-09-25 06:06:07 UTC
1
--- Makefile.in.orig	2022-02-27 07:23:39 UTC
2
+++ Makefile.in
2
+++ Makefile.in
3
@@ -90,7 +90,7 @@ subdirs:
3
@@ -89,7 +89,7 @@ subdirs:
4
 # Uses Tim Waugh's excellent "xmlto" utility, see
4
 
5
 # http://cyberelk.net/tim/xmlto/.  (The docs target is executed at release
5
 # Regenerating the docs requires xmlto to be installed, this target is
6
 # time before generating a .tar.gz)
6
 # executed when release tarballs are generated.
7
-docs: docs-man docs-html
7
-docs: docs-man docs-html
8
+# docs: docs-man docs-html
8
+#docs: docs-man docs-html
9
 
9
 
10
 docs-man:
10
 docs-man:
11
 	rm -rf doc/man; mkdir -p doc/man
11
 	rm -rf doc/man; mkdir -p doc/man
12
@@ -149,7 +149,7 @@ install-memleak:
12
@@ -148,7 +148,7 @@ install-memleak:
13
 	@echo "ERROR: purposes only; this copy of neon must not be installed."
13
 	@echo "ERROR: purposes only; this copy of neon must not be installed."
14
 	@false
14
 	@false
15
 
15
 
(-)b/www/neon/pkg-plist (-1 / +1 lines)
Lines 25-31 include/neon/ne_xml.h Link Here
25
include/neon/ne_xmlreq.h
25
include/neon/ne_xmlreq.h
26
lib/libneon.so
26
lib/libneon.so
27
lib/libneon.so.27
27
lib/libneon.so.27
28
lib/libneon.so.27.5.1
28
lib/libneon.so.27.5.2
29
libdata/pkgconfig/neon.pc
29
libdata/pkgconfig/neon.pc
30
%%DOCS%%man/man1/neon-config.1.gz
30
%%DOCS%%man/man1/neon-config.1.gz
31
%%DOCS%%man/man3/ne_add_request_header.3.gz
31
%%DOCS%%man/man3/ne_add_request_header.3.gz

Return to bug 262411