View | Details | Raw Unified | Return to bug 224535 | Differences between
and this patch

Collapse All | Expand All

(-)www/libmicrohttpd/Makefile (-9 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libmicrohttpd
4
PORTNAME=	libmicrohttpd
5
PORTVERSION=	0.9.52
5
DISTVERSION=	0.9.58
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	GNU
7
MASTER_SITES=	GNU
8
8
Lines 28-41 Link Here
28
28
29
INFO=		libmicrohttpd libmicrohttpd-tutorial
29
INFO=		libmicrohttpd libmicrohttpd-tutorial
30
30
31
PLIST_FILES=	include/microhttpd.h \
32
		lib/libmicrohttpd.a \
33
		lib/libmicrohttpd.so \
34
		lib/libmicrohttpd.so.12 \
35
		lib/libmicrohttpd.so.12.40.0 \
36
		libdata/pkgconfig/libmicrohttpd.pc \
37
		man/man3/libmicrohttpd.3.gz
38
39
post-patch:
31
post-patch:
40
	@${REINPLACE_CMD} -e 's|bin_PROGRAMS =|noinst_PROGRAMS +=|' \
32
	@${REINPLACE_CMD} -e 's|bin_PROGRAMS =|noinst_PROGRAMS +=|' \
41
		${WRKSRC}/src/examples/Makefile.in
33
		${WRKSRC}/src/examples/Makefile.in
(-)www/libmicrohttpd/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1485197562
1
TIMESTAMP = 1514008410
2
SHA256 (libmicrohttpd-0.9.52.tar.gz) = 54797f6e763d417627f89f60e4ae0a431dab0523f92f83def23ea02d0defafea
2
SHA256 (libmicrohttpd-0.9.58.tar.gz) = 7a11e1376c62ff95bd6d2dfe6799d57ac7cdbcb32f70bfbd5e47c71f373e01f3
3
SIZE (libmicrohttpd-0.9.52.tar.gz) = 1244489
3
SIZE (libmicrohttpd-0.9.58.tar.gz) = 1333687
(-)www/libmicrohttpd/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
permits listening on multiple ports. The API is simple and still powerful
3
permits listening on multiple ports. The API is simple and still powerful
4
enough to allow programmers to use the entire HTTP feature set.
4
enough to allow programmers to use the entire HTTP feature set.
5
5
6
WWW: http://www.gnu.org/software/libmicrohttpd/
6
WWW: https://www.gnu.org/software/libmicrohttpd/
(-)www/libmicrohttpd/pkg-plist (+11 lines)
Line 0 Link Here
1
include/microhttpd.h
2
info/libmicrohttpd_performance_data.png
3
lib/libmicrohttpd.a
4
lib/libmicrohttpd.so
5
lib/libmicrohttpd.so.12
6
lib/libmicrohttpd.so.12.46.0
7
libdata/pkgconfig/libmicrohttpd.pc
8
man/man3/libmicrohttpd.3.gz
9
yes
10
native
11
text/plain

Return to bug 224535