From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 11 23:40:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CD481065673 for ; Wed, 11 Jun 2008 23:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 157EF8FC2C for ; Wed, 11 Jun 2008 23:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5BNe3Fa032005 for ; Wed, 11 Jun 2008 23:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5BNe3u8032004; Wed, 11 Jun 2008 23:40:03 GMT (envelope-from gnats) Resent-Date: Wed, 11 Jun 2008 23:40:03 GMT Resent-Message-Id: <200806112340.m5BNe3u8032004@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Barksdale Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 681381065671 for ; Wed, 11 Jun 2008 23:34:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 52D228FC19 for ; Wed, 11 Jun 2008 23:34:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5BNYvOq053764 for ; Wed, 11 Jun 2008 23:34:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m5BNYvi8053763; Wed, 11 Jun 2008 23:34:57 GMT (envelope-from nobody) Message-Id: <200806112334.m5BNYvi8053763@www.freebsd.org> Date: Wed, 11 Jun 2008 23:34:57 GMT From: David Barksdale To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/124495: Update port: www/libmicrohttpd 3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2008 23:40:04 -0000 >Number: 124495 >Category: ports >Synopsis: Update port: www/libmicrohttpd 3.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 11 23:40:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: David Barksdale >Release: >Organization: >Environment: >Description: This patch updates libmicrohttpd to version 3.1. The old version 2.2 is no longer available from the project's website. How do I request that a mirror be made of this new version by the FreeBSD people? >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/www/libmicrohttpd/Makefile www/libmicrohttpd/Makefile --- /usr/ports/www/libmicrohttpd/Makefile 2008-03-27 18:30:06.070045598 -0500 +++ www/libmicrohttpd/Makefile 2008-06-11 18:19:35.267265956 -0500 @@ -6,7 +6,7 @@ # PORTNAME= libmicrohttpd -PORTVERSION= 0.2.2 +PORTVERSION= 0.3.1 CATEGORIES= www MASTER_SITES= http://gnunet.org/libmicrohttpd/download/ @@ -16,7 +16,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes -PLIST_FILES= lib/libmicrohttpd.so.3 \ +PLIST_FILES= lib/libmicrohttpd.so.4 \ lib/libmicrohttpd.la \ lib/libmicrohttpd.so \ lib/libmicrohttpd.a \ diff -ruN /usr/ports/www/libmicrohttpd/distinfo www/libmicrohttpd/distinfo --- /usr/ports/www/libmicrohttpd/distinfo 2008-03-27 18:30:06.071045725 -0500 +++ www/libmicrohttpd/distinfo 2008-06-11 18:09:19.162025207 -0500 @@ -1,3 +1,3 @@ -MD5 (libmicrohttpd-0.2.2.tar.gz) = 6b76c1232743ef307e81361e63dc22a8 -SHA256 (libmicrohttpd-0.2.2.tar.gz) = 25e0188f4b89c8898b242a63684252ad1fed66bb76594c749550715b35540850 -SIZE (libmicrohttpd-0.2.2.tar.gz) = 477417 +MD5 (libmicrohttpd-0.3.1.tar.gz) = ae335b1f6f51488f2db3f216f71c852c +SHA256 (libmicrohttpd-0.3.1.tar.gz) = c38e3d74c1a97e2bd0442147003d6423acbe791979cb52d5e78b5fcfe95168ff +SIZE (libmicrohttpd-0.3.1.tar.gz) = 559463 >Release-Note: >Audit-Trail: >Unformatted: