Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 2009 19:31:27 -0300 (BRT)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        amatus@gnu.org
Subject:   ports/137812: [PATCH] www/libmicrohttpd: update to 0.4.2
Message-ID:  <20090815223128.023A622982B@fbsd72.scjamorim.org>
Resent-Message-ID: <200908152240.n7FMe3sP011523@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         137812
>Category:       ports
>Synopsis:       [PATCH] www/libmicrohttpd: update to 0.4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 15 22:40:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug  3 22:10:47 BRT
>Description:
- Update to 0.4.2

You can see log in mine tinderbox:
http://www.scjamorim.org/Home/libmicrohttpd-0.4.2.log

Added file(s):
- files/patch-Makefile.in

Port maintainer (amatus@gnu.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libmicrohttpd-0.4.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/libmicrohttpd/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	14 Jun 2008 13:23:13 -0000	1.3
+++ Makefile	15 Aug 2009 22:29:53 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libmicrohttpd
-PORTVERSION=	0.3.1
+PORTVERSION=	0.4.2
 CATEGORIES=	www
 MASTER_SITES=	http://gnunet.org/libmicrohttpd/download/
 
@@ -16,10 +16,11 @@
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
-PLIST_FILES=	lib/libmicrohttpd.so.4 \
+PLIST_FILES=	lib/libmicrohttpd.so.6 \
 		lib/libmicrohttpd.la \
 		lib/libmicrohttpd.so \
 		lib/libmicrohttpd.a \
+		libdata/pkgconfig/libmicrohttpd.pc \
 		include/microhttpd.h \
 		info/microhttpd.info
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/libmicrohttpd/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo	14 Jun 2008 13:23:13 -0000	1.3
+++ distinfo	15 Aug 2009 22:29:53 -0000
@@ -1,3 +1,3 @@
-MD5 (libmicrohttpd-0.3.1.tar.gz) = ae335b1f6f51488f2db3f216f71c852c
-SHA256 (libmicrohttpd-0.3.1.tar.gz) = c38e3d74c1a97e2bd0442147003d6423acbe791979cb52d5e78b5fcfe95168ff
-SIZE (libmicrohttpd-0.3.1.tar.gz) = 559463
+MD5 (libmicrohttpd-0.4.2.tar.gz) = 2853d8f32417e3c5f3b18fda38f96e52
+SHA256 (libmicrohttpd-0.4.2.tar.gz) = 1e095469f7d159e5b9c91106484e10f0b3ce3265c55b9864407bd4ea5952111f
+SIZE (libmicrohttpd-0.4.2.tar.gz) = 837392
Index: files/patch-Makefile.in
===================================================================
RCS file: files/patch-Makefile.in
diff -N files/patch-Makefile.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-Makefile.in	15 Aug 2009 22:29:53 -0000
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2009-08-15 14:59:45.000000000 -0300
++++ Makefile.in	2009-08-15 15:00:14.000000000 -0300
+@@ -217,7 +217,7 @@
+ ACLOCAL_AMFLAGS = -I m4
+ SUBDIRS = contrib src doc m4 . 
+ EXTRA_DIST = acinclude.m4 libmicrohttpd.pc.in
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = /usr/local/libdata/pkgconfig
+ pkgconfig_DATA = libmicrohttpd.pc
+ all: MHD_config.h
+ 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
--- libmicrohttpd-0.4.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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