svn commit: r458660 - head/www/libmicrohttpd
Alex Dupre
ale at FreeBSD.org
Wed Jan 10 17:06:49 UTC 2018
Author: ale
Date: Wed Jan 10 17:06:48 2018
New Revision: 458660
URL: https://svnweb.freebsd.org/changeset/ports/458660
Log:
Enable SSL support by default and bump PORTREVISION.
Approved by: maintainer
Modified:
head/www/libmicrohttpd/Makefile
Modified: head/www/libmicrohttpd/Makefile
==============================================================================
--- head/www/libmicrohttpd/Makefile Wed Jan 10 16:11:15 2018 (r458659)
+++ head/www/libmicrohttpd/Makefile Wed Jan 10 17:06:48 2018 (r458660)
@@ -3,6 +3,7 @@
PORTNAME= libmicrohttpd
DISTVERSION= 0.9.58
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= GNU
@@ -20,6 +21,7 @@ USE_LDCONFIG= yes
CPE_VENDOR= gnu
OPTIONS_DEFINE= GNUTLS
+OPTIONS_DEFAULT=GNUTLS
GNUTLS_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgnutls.so:security/gnutls
@@ -27,9 +29,5 @@ GNUTLS_CONFIGURE_WITH= libgcrypt-prefix=${LOCALBASE} g
GNUTLS_CONFIGURE_ENABLE=https
INFO= libmicrohttpd libmicrohttpd-tutorial
-
-post-patch:
- @${REINPLACE_CMD} -e 's|bin_PROGRAMS =|noinst_PROGRAMS +=|' \
- ${WRKSRC}/src/examples/Makefile.in
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list