diff options
author | gahr <gahr@FreeBSD.org> | 2012-07-12 19:56:24 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-07-12 19:56:24 +0800 |
commit | df8206153308690f1794e69663be130932c20075 (patch) | |
tree | 772bee12813aa70846438365075d7d1ba9056503 | |
parent | 521ce0b0e9775120a575b46d90faad133f1553f4 (diff) | |
download | freebsd-ports-gnome-df8206153308690f1794e69663be130932c20075.tar.gz freebsd-ports-gnome-df8206153308690f1794e69663be130932c20075.tar.zst freebsd-ports-gnome-df8206153308690f1794e69663be130932c20075.zip |
- Chase www/libmicrohttpd shlib version bump
- Bump PORTREVISION
-rw-r--r-- | audio/gmpc-mserver/Makefile | 4 | ||||
-rw-r--r-- | multimedia/xbmc/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/gmpc-mserver/Makefile b/audio/gmpc-mserver/Makefile index 3da2e5246ced..28bc53eaee3a 100644 --- a/audio/gmpc-mserver/Makefile +++ b/audio/gmpc-mserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= gmpc-mserver PORTVERSION= 0.20.0 -PORTREVISION= 4 +PORTREVISION= 5 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.4:${PORTSDIR}/audio/libmpd \ tag.1:${PORTSDIR}/audio/taglib \ - microhttpd.23:${PORTSDIR}/www/libmicrohttpd + microhttpd:${PORTSDIR}/www/libmicrohttpd BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc diff --git a/multimedia/xbmc/Makefile b/multimedia/xbmc/Makefile index c9fe0225ac5f..62c053deac91 100644 --- a/multimedia/xbmc/Makefile +++ b/multimedia/xbmc/Makefile @@ -7,7 +7,7 @@ PORTNAME= xbmc PORTVERSION= 11.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://mirrors.xbmc.org/releases/source/ |