From owner-svn-ports-all@freebsd.org Fri Dec 29 23:01:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E24CEB5093; Fri, 29 Dec 2017 23:01:45 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E93917FED4; Fri, 29 Dec 2017 23:01:44 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBTN1hAf073409; Fri, 29 Dec 2017 23:01:43 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBTN1hnM073405; Fri, 29 Dec 2017 23:01:43 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201712292301.vBTN1hnM073405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Fri, 29 Dec 2017 23:01:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457552 - head/www/libmicrohttpd X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/libmicrohttpd X-SVN-Commit-Revision: 457552 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2017 23:01:45 -0000 Author: joneum Date: Fri Dec 29 23:01:43 2017 New Revision: 457552 URL: https://svnweb.freebsd.org/changeset/ports/457552 Log: www/libmicrohttpd from 0.9.52 to 0.9.58 switch to pkg-plist and from http to https in pkg-descr Changelog: * Better support for automatic port detection for sockets provided by MHD_OPTION_LISTEN_SOCKET option. * Documentation installation fixes. * Removed usage of 3DES mode from test-suite to avoid test failures on modern platforms. * Minor compiler warning fix. PR: 224535 Reported by: Greg Fitzgerald (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13676 Added: head/www/libmicrohttpd/pkg-plist (contents, props changed) Modified: head/www/libmicrohttpd/Makefile head/www/libmicrohttpd/distinfo head/www/libmicrohttpd/pkg-descr Modified: head/www/libmicrohttpd/Makefile ============================================================================== --- head/www/libmicrohttpd/Makefile Fri Dec 29 22:54:25 2017 (r457551) +++ head/www/libmicrohttpd/Makefile Fri Dec 29 23:01:43 2017 (r457552) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmicrohttpd -PORTVERSION= 0.9.52 +DISTVERSION= 0.9.58 CATEGORIES= www MASTER_SITES= GNU @@ -27,14 +27,6 @@ GNUTLS_CONFIGURE_WITH= libgcrypt-prefix=${LOCALBASE} g 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 +=|' \ Modified: head/www/libmicrohttpd/distinfo ============================================================================== --- head/www/libmicrohttpd/distinfo Fri Dec 29 22:54:25 2017 (r457551) +++ head/www/libmicrohttpd/distinfo Fri Dec 29 23:01:43 2017 (r457552) @@ -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 Modified: head/www/libmicrohttpd/pkg-descr ============================================================================== --- head/www/libmicrohttpd/pkg-descr Fri Dec 29 22:54:25 2017 (r457551) +++ head/www/libmicrohttpd/pkg-descr Fri Dec 29 23:01:43 2017 (r457552) @@ -3,4 +3,4 @@ into other applications. It is reentrant, fast, suppo 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/ Added: head/www/libmicrohttpd/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libmicrohttpd/pkg-plist Fri Dec 29 23:01:43 2017 (r457552) @@ -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