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

(-)b/www/libmicrohttpd/Makefile (-5 / +4 lines)
Lines 1-14 Link Here
1
# Created by: David Barksdale <amatus@gnu.org>
1
# Created by: David Barksdale <amatus@gnu.org>
2
2
3
PORTNAME=	libmicrohttpd
3
PORTNAME=	libmicrohttpd
4
DISTVERSION=	0.9.74
4
DISTVERSION=	0.9.75
5
CATEGORIES=	www
5
CATEGORIES=	www
6
MASTER_SITES=	GNU
6
MASTER_SITES=	GNU
7
7
8
MAINTAINER=	gaod@hychen.org
8
MAINTAINER=	gaod@hychen.org
9
COMMENT=	C library for embedding HTTP server functionality
9
COMMENT=	C library for embedding HTTP server functionality
10
10
11
LICENSE=	LGPL21
11
LICENSE=	LGPL21+
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
13
14
USES=		cpe libtool localbase pathfix
14
USES=		cpe libtool localbase pathfix
Lines 26-37 OPTIONS_DEFINE= GNUTLS TESTCURL Link Here
26
OPTIONS_DEFAULT=	GNUTLS
26
OPTIONS_DEFAULT=	GNUTLS
27
TESTCURL_DESC=		Use curl when running unit tests
27
TESTCURL_DESC=		Use curl when running unit tests
28
28
29
GNUTLS_LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
29
GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls
30
			libgnutls.so:security/gnutls
31
GNUTLS_CONFIGURE_ENABLE=https
30
GNUTLS_CONFIGURE_ENABLE=https
32
31
33
TESTCURL_LIB_DEPENDS=	libcurl.so:ftp/curl
32
TESTCURL_LIB_DEPENDS=	libcurl.so:ftp/curl
34
TESTCURL_CONFIGURE_OFF=	--disable-curl
33
TESTCURL_CONFIGURE_ENABLE=	curl
35
34
36
INFO=			libmicrohttpd libmicrohttpd-tutorial
35
INFO=			libmicrohttpd libmicrohttpd-tutorial
37
36
(-)b/www/libmicrohttpd/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1640159971
1
TIMESTAMP = 1640747817
2
SHA256 (libmicrohttpd-0.9.74.tar.gz) = 42035d0261373324bfb434018f4ab892514b10253d1af232e41b4cc2c11e650b
2
SHA256 (libmicrohttpd-0.9.75.tar.gz) = 9278907a6f571b391aab9644fd646a5108ed97311ec66f6359cebbedb0a4e3bb
3
SIZE (libmicrohttpd-0.9.74.tar.gz) = 1962057
3
SIZE (libmicrohttpd-0.9.75.tar.gz) = 1952076
(-)b/www/libmicrohttpd/pkg-plist (-1 / +1 lines)
Lines 2-8 include/microhttpd.h Link Here
2
lib/libmicrohttpd.a
2
lib/libmicrohttpd.a
3
lib/libmicrohttpd.so
3
lib/libmicrohttpd.so
4
lib/libmicrohttpd.so.12
4
lib/libmicrohttpd.so.12
5
lib/libmicrohttpd.so.12.59.0
5
lib/libmicrohttpd.so.12.60.0
6
libdata/pkgconfig/libmicrohttpd.pc
6
libdata/pkgconfig/libmicrohttpd.pc
7
man/man3/libmicrohttpd.3.gz
7
man/man3/libmicrohttpd.3.gz
8
share/info/libmicrohttpd_performance_data.png
8
share/info/libmicrohttpd_performance_data.png

Return to bug 260777