aboutsummaryrefslogtreecommitdiff
path: root/www/libmicrohttpd
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-08-17 20:18:58 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-08-17 20:18:58 +0000
commitf1efca87afa635c4cfcb85bf88fe0eda3674241b (patch)
treeb92eaf57ae61d5aaa620ac6a88b45ffc97bfc514 /www/libmicrohttpd
parenta1183b5506c358c19efe777343172a1c8b4728ff (diff)
downloadports-f1efca87afa635c4cfcb85bf88fe0eda3674241b.tar.gz
ports-f1efca87afa635c4cfcb85bf88fe0eda3674241b.zip
Notes
Diffstat (limited to 'www/libmicrohttpd')
-rw-r--r--www/libmicrohttpd/Makefile5
-rw-r--r--www/libmicrohttpd/distinfo6
-rw-r--r--www/libmicrohttpd/files/patch-Makefile.in11
3 files changed, 17 insertions, 5 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile
index 4893441f7fe6..c7781a8bd48b 100644
--- a/www/libmicrohttpd/Makefile
+++ b/www/libmicrohttpd/Makefile
@@ -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 @@ COMMENT= C library for embedding HTTP server functionality
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
diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo
index 61bf5c66f54f..6404d51371f6 100644
--- a/www/libmicrohttpd/distinfo
+++ b/www/libmicrohttpd/distinfo
@@ -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
diff --git a/www/libmicrohttpd/files/patch-Makefile.in b/www/libmicrohttpd/files/patch-Makefile.in
new file mode 100644
index 000000000000..ded9d945308a
--- /dev/null
+++ b/www/libmicrohttpd/files/patch-Makefile.in
@@ -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