From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 29 20:40:10 2010 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 DE2301065673 for ; Wed, 29 Dec 2010 20:40:09 +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 BBD4A8FC1A for ; Wed, 29 Dec 2010 20:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBTKe94u084001 for ; Wed, 29 Dec 2010 20:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBTKe9q6084000; Wed, 29 Dec 2010 20:40:09 GMT (envelope-from gnats) Resent-Date: Wed, 29 Dec 2010 20:40:09 GMT Resent-Message-Id: <201012292040.oBTKe9q6084000@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, Hung-Yi Chen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DACC1065670 for ; Wed, 29 Dec 2010 20:37:10 +0000 (UTC) (envelope-from gaod@cse.tw) Received: from cse.tw (cse.tw [140.138.145.237]) by mx1.freebsd.org (Postfix) with ESMTP id 3EA948FC16 for ; Wed, 29 Dec 2010 20:37:10 +0000 (UTC) Received: from cse.tw (localhost [127.0.0.1]) by cse.tw (Postfix) with ESMTP id CFA021E8C1F for ; Thu, 30 Dec 2010 04:36:11 +0800 (CST) Received: (from root@localhost) by cse.tw (8.14.4/8.14.4/Submit) id oBTKaBSU072107; Thu, 30 Dec 2010 04:36:11 +0800 (CST) (envelope-from gaod) Message-Id: <201012292036.oBTKaBSU072107@cse.tw> Date: Thu, 30 Dec 2010 04:36:11 +0800 (CST) From: Hung-Yi Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/153530: [PATCH] www/libmicrohttpd: Update & Take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hung-Yi Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2010 20:40:10 -0000 >Number: 153530 >Category: ports >Synopsis: [PATCH] www/libmicrohttpd: Update & Take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 29 20:40:09 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Hung-Yi Chen >Release: FreeBSD 8.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD cse.tw 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #13: Tue Nov 30 16:35:58 CST 2010 gaod@cse.tw:/usr/obj/usr/src/sys/CSETW i386 >Description: Update to 0.9.4. I would like to take maintainership to provide further updates. >How-To-Repeat: >Fix: --- libmicrohttpd.diff begins here --- ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/www/libmicrohttpd.orig/Makefile /usr/ports/www/libmicrohttpd/Makefile --- /usr/ports/www/libmicrohttpd.orig/Makefile 2009-10-20 03:43:28.000000000 +0800 +++ /usr/ports/www/libmicrohttpd/Makefile 2010-12-30 04:34:07.000000000 +0800 @@ -6,18 +6,19 @@ # PORTNAME= libmicrohttpd -PORTVERSION= 0.4.2 +PORTVERSION= 0.9.4 CATEGORIES= www -MASTER_SITES= http://gnunet.org/libmicrohttpd/download/ +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= libmicrohttpd -MAINTAINER= amatus@gnu.org +MAINTAINER= gaod@hychen.org COMMENT= C library for embedding HTTP server functionality USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_ARGS+= pkgconfigdir=${PREFIX}/libdata/pkgconfig -PLIST_FILES= lib/libmicrohttpd.so.6 \ +PLIST_FILES= lib/libmicrohttpd.so.12 \ lib/libmicrohttpd.la \ lib/libmicrohttpd.so \ lib/libmicrohttpd.a \ diff -ruN --exclude=CVS /usr/ports/www/libmicrohttpd.orig/distinfo /usr/ports/www/libmicrohttpd/distinfo --- /usr/ports/www/libmicrohttpd.orig/distinfo 2009-08-18 04:18:57.000000000 +0800 +++ /usr/ports/www/libmicrohttpd/distinfo 2010-12-30 04:28:22.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (libmicrohttpd-0.4.2.tar.gz) = 2853d8f32417e3c5f3b18fda38f96e52 -SHA256 (libmicrohttpd-0.4.2.tar.gz) = 1e095469f7d159e5b9c91106484e10f0b3ce3265c55b9864407bd4ea5952111f -SIZE (libmicrohttpd-0.4.2.tar.gz) = 837392 +MD5 (libmicrohttpd-0.9.4.tar.gz) = 31f37439095e1f7143af97207f03aa14 +SHA256 (libmicrohttpd-0.9.4.tar.gz) = 109823c81a846211a88ecd59ab4b8d88448f85d6b217ed2cac14e5364a6f32f2 +SIZE (libmicrohttpd-0.9.4.tar.gz) = 751887 ===> Done --- libmicrohttpd.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: