aboutsummaryrefslogtreecommitdiff
path: root/audio/umurmur/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-20 17:22:02 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-20 17:22:02 +0000
commita3461150b05bfcea2618cec05b35eb85af359e1d (patch)
treebb378a5255ae329a6894d77361d53391e7f44839 /audio/umurmur/Makefile
parent867cda0ed988d916c1b9739e890926179b0498cb (diff)
downloadports-a3461150b05bfcea2618cec05b35eb85af359e1d.tar.gz
ports-a3461150b05bfcea2618cec05b35eb85af359e1d.zip
- Update to 0.2.16, chase github repo move to umurmur account [1]
- Fix LICENSE, add LICENSE_FILE PR: 199937 [1] Submitted by: toddnni@gmail.com [1] Approved by: maintainer timeout (ayu@commun.jp, 2 weeks)
Notes
Notes: svn path=/head/; revision=386871
Diffstat (limited to 'audio/umurmur/Makefile')
-rw-r--r--audio/umurmur/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/umurmur/Makefile b/audio/umurmur/Makefile
index 2f87021f4fc7..1cd797c5a767 100644
--- a/audio/umurmur/Makefile
+++ b/audio/umurmur/Makefile
@@ -2,19 +2,19 @@
# $FreeBSD$
PORTNAME= umurmur
-PORTVERSION= 0.2.15
+PORTVERSION= 0.2.16
CATEGORIES= audio net
MAINTAINER= ayu@commun.jp
COMMENT= Minimalistic Murmur (Mumble server)
-LICENSE= BSD2CLAUSE
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libconfig.so:${PORTSDIR}/devel/libconfig \
libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c
USE_GITHUB= yes
-GH_ACCOUNT= fatbob313
USES= autoreconf gmake libtool
GNU_CONFIGURE= yes