diff options
author | pawel <pawel@FreeBSD.org> | 2011-10-13 05:15:57 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-10-13 05:15:57 +0800 |
commit | c308f051b12383fc737657bb22d46fde5f559cfe (patch) | |
tree | abd25014819c1d8ecfb71d1edc10bd74f5d3bdc0 | |
parent | e3e2136a8545986654fa3fe6f5aa66a7a5da0784 (diff) | |
download | freebsd-ports-graphics-c308f051b12383fc737657bb22d46fde5f559cfe.tar.gz freebsd-ports-graphics-c308f051b12383fc737657bb22d46fde5f559cfe.tar.zst freebsd-ports-graphics-c308f051b12383fc737657bb22d46fde5f559cfe.zip |
Chase www/libmicrohttpd shlib bump
-rw-r--r-- | audio/gmpc-mserver/Makefile | 4 | ||||
-rw-r--r-- | devel/openocd/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xbmc/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/gnunet/Makefile | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/audio/gmpc-mserver/Makefile b/audio/gmpc-mserver/Makefile index bd25faf89f7..33e6e1414c3 100644 --- a/audio/gmpc-mserver/Makefile +++ b/audio/gmpc-mserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= gmpc-mserver PORTVERSION= 0.20.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ http://freebsd.unixfreunde.de/sources/ @@ -17,7 +17,7 @@ COMMENT= Lets you stream music files to your mpd that are not in your database LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd \ tag.1:${PORTSDIR}/audio/taglib \ - microhttpd.20:${PORTSDIR}/www/libmicrohttpd + microhttpd.23:${PORTSDIR}/www/libmicrohttpd BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc diff --git a/devel/openocd/Makefile b/devel/openocd/Makefile index 42e009b26b8..f278e8d910d 100644 --- a/devel/openocd/Makefile +++ b/devel/openocd/Makefile @@ -7,7 +7,7 @@ PORTNAME= openocd PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= BERLIOS \ SF diff --git a/multimedia/xbmc/Makefile b/multimedia/xbmc/Makefile index 2430b7fc2ad..46aba2101c2 100644 --- a/multimedia/xbmc/Makefile +++ b/multimedia/xbmc/Makefile @@ -7,7 +7,7 @@ PORTNAME= xbmc PORTVERSION= 10.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://mirrors.xbmc.org/releases/source/ @@ -195,7 +195,7 @@ CONFIGURE_ARGS+= --disable-vdpau .if defined(WITH_WEBSERVER) CONFIGURE_ARGS+= --enable-webserver -LIB_DEPENDS+= microhttpd.20:${PORTSDIR}/www/libmicrohttpd +LIB_DEPENDS+= microhttpd.23:${PORTSDIR}/www/libmicrohttpd PLIST_SUB+= HTTPD="" .else CONFIGURE_ARGS+= --disable-webserver diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 3146fb5938d..7b6e20a8d53 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnunet PORTVERSION= 0.8.1b -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net-p2p ipv6 MASTER_SITES= GNU \ http://gnunet.org/download/ @@ -25,7 +25,7 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ gmp.10:${PORTSDIR}/math/gmp \ gcrypt.18:${PORTSDIR}/security/libgcrypt \ extractor.3:${PORTSDIR}/textproc/libextractor \ - microhttpd.20:${PORTSDIR}/www/libmicrohttpd + microhttpd.23:${PORTSDIR}/www/libmicrohttpd BROKEN= does not configure |