Index: head/www/libmicrohttpd/Makefile =================================================================== --- head/www/libmicrohttpd/Makefile (revision 457551) +++ head/www/libmicrohttpd/Makefile (revision 457552) @@ -1,43 +1,35 @@ # Created by: David Barksdale # $FreeBSD$ PORTNAME= libmicrohttpd -PORTVERSION= 0.9.52 +DISTVERSION= 0.9.58 CATEGORIES= www MASTER_SITES= GNU MAINTAINER= gaod@hychen.org COMMENT= C library for embedding HTTP server functionality LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= cpe libtool pathfix USE_LDCONFIG= yes CPE_VENDOR= gnu OPTIONS_DEFINE= GNUTLS GNUTLS_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgnutls.so:security/gnutls GNUTLS_CONFIGURE_WITH= libgcrypt-prefix=${LOCALBASE} gnutls=${LOCALBASE} GNUTLS_CONFIGURE_ENABLE=https INFO= libmicrohttpd libmicrohttpd-tutorial - -PLIST_FILES= include/microhttpd.h \ - lib/libmicrohttpd.a \ - lib/libmicrohttpd.so \ - lib/libmicrohttpd.so.12 \ - lib/libmicrohttpd.so.12.40.0 \ - libdata/pkgconfig/libmicrohttpd.pc \ - man/man3/libmicrohttpd.3.gz post-patch: @${REINPLACE_CMD} -e 's|bin_PROGRAMS =|noinst_PROGRAMS +=|' \ ${WRKSRC}/src/examples/Makefile.in .include Index: head/www/libmicrohttpd/distinfo =================================================================== --- head/www/libmicrohttpd/distinfo (revision 457551) +++ head/www/libmicrohttpd/distinfo (revision 457552) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485197562 -SHA256 (libmicrohttpd-0.9.52.tar.gz) = 54797f6e763d417627f89f60e4ae0a431dab0523f92f83def23ea02d0defafea -SIZE (libmicrohttpd-0.9.52.tar.gz) = 1244489 +TIMESTAMP = 1514008410 +SHA256 (libmicrohttpd-0.9.58.tar.gz) = 7a11e1376c62ff95bd6d2dfe6799d57ac7cdbcb32f70bfbd5e47c71f373e01f3 +SIZE (libmicrohttpd-0.9.58.tar.gz) = 1333687 Index: head/www/libmicrohttpd/pkg-descr =================================================================== --- head/www/libmicrohttpd/pkg-descr (revision 457551) +++ head/www/libmicrohttpd/pkg-descr (revision 457552) @@ -1,6 +1,6 @@ libmicrohttpd is a small C library for embedding HTTP server functionality into other applications. It is reentrant, fast, supports HTTP 1.1, and permits listening on multiple ports. The API is simple and still powerful enough to allow programmers to use the entire HTTP feature set. -WWW: http://www.gnu.org/software/libmicrohttpd/ +WWW: https://www.gnu.org/software/libmicrohttpd/ Index: head/www/libmicrohttpd/pkg-plist =================================================================== --- head/www/libmicrohttpd/pkg-plist (nonexistent) +++ head/www/libmicrohttpd/pkg-plist (revision 457552) @@ -0,0 +1,8 @@ +include/microhttpd.h +info/libmicrohttpd_performance_data.png +lib/libmicrohttpd.a +lib/libmicrohttpd.so +lib/libmicrohttpd.so.12 +lib/libmicrohttpd.so.12.46.0 +libdata/pkgconfig/libmicrohttpd.pc +man/man3/libmicrohttpd.3.gz Property changes on: head/www/libmicrohttpd/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property