Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Dec 2017 23:01:43 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457552 - head/www/libmicrohttpd
Message-ID:  <201712292301.vBTN1hnM073405@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <gregf@hugops.pw)
  Approved by:	Hung-Yi Chen <gaod@hychen.org> (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712292301.vBTN1hnM073405>