diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-01 18:25:48 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-01 18:25:48 +0800 |
commit | b53dd64bb29e9d374005656d0fab587f8df7df54 (patch) | |
tree | f5f6e9aa21199e1a61f6c00f71f3668581b698d3 /audio | |
parent | cde330caad837940ac7b0ae368f677423e7444af (diff) | |
download | freebsd-ports-gnome-b53dd64bb29e9d374005656d0fab587f8df7df54.tar.gz freebsd-ports-gnome-b53dd64bb29e9d374005656d0fab587f8df7df54.tar.zst freebsd-ports-gnome-b53dd64bb29e9d374005656d0fab587f8df7df54.zip |
www/libmicrohttpd:
- Update to version 0.9.37
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use option helpers
- Fix package listing when recent OpenSSL is available
Approved by: portmgr (implicit, bump unstaged port)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gmpc-mserver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gmpc-mserver/Makefile b/audio/gmpc-mserver/Makefile index b85e1e50f1c7..9bfa7f85da25 100644 --- a/audio/gmpc-mserver/Makefile +++ b/audio/gmpc-mserver/Makefile @@ -3,7 +3,7 @@ PORTNAME= gmpc-mserver PORTVERSION= 0.20.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ http://freebsd.unixfreunde.de/sources/ |