aboutsummaryrefslogtreecommitdiff
path: root/audio/umurmur
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-02-25 00:53:01 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-02-25 00:53:01 +0000
commit2615879be7652d0600bf83152178ca869fd00808 (patch)
treea8402f9bd4c7617410843f276b75208c28cea352 /audio/umurmur
parenta31a69692d00302673acb544a5ba166a1bf1a122 (diff)
downloadports-2615879be7652d0600bf83152178ca869fd00808.tar.gz
ports-2615879be7652d0600bf83152178ca869fd00808.zip
audio/umurmur: Update to 0.2.17
Maintainer's timeout expired ayu@commun.jp Additional port changes: * Changed to DISTVERSION * Moved BROKEN_xx to a proper place * Grouped USExx * Added USES=localbase instead of CPPFLAGS/LDFLAGS * Updated port description * Updated WWW PR: 225051 Requested by: El Goretto <el.goretto@free.fr> Approved by: portmgr (maintainer timeout, 14 days) Approved by: tcberner (mentor, implicit)
Notes
Notes: svn path=/head/; revision=462888
Diffstat (limited to 'audio/umurmur')
-rw-r--r--audio/umurmur/Makefile14
-rw-r--r--audio/umurmur/distinfo5
-rw-r--r--audio/umurmur/pkg-descr10
3 files changed, 14 insertions, 15 deletions
diff --git a/audio/umurmur/Makefile b/audio/umurmur/Makefile
index 325eea414ffe..cc8cdc1349ce 100644
--- a/audio/umurmur/Makefile
+++ b/audio/umurmur/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= umurmur
-PORTVERSION= 0.2.16
+DISTVERSION= 0.2.17
CATEGORIES= audio net
MAINTAINER= ayu@commun.jp
@@ -11,25 +11,21 @@ COMMENT= Minimalistic Murmur (Mumble server)
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libconfig.so:devel/libconfig \
- libprotobuf-c.so:devel/protobuf-c
-
BROKEN_aarch64= fails to compile: fatal error: byteswap.h file not found
BROKEN_armv6= fails to compile: fatal error: byteswap.h file not found
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= configure: error: could not find libcrypto
-USE_GITHUB= yes
+LIB_DEPENDS= libconfig.so:devel/libconfig \
+ libprotobuf-c.so:devel/protobuf-c
-USES= autoreconf gmake libtool ssl
+USES= autoreconf gmake libtool localbase ssl
GNU_CONFIGURE= yes
+USE_GITHUB= yes
CONFIGURE_ARGS= --with-ssl=openssl
USE_RC_SUBR= umurmur
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/configure.ac
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/conf.c
diff --git a/audio/umurmur/distinfo b/audio/umurmur/distinfo
index 290ac7805e1d..bf2f2e152160 100644
--- a/audio/umurmur/distinfo
+++ b/audio/umurmur/distinfo
@@ -1,2 +1,3 @@
-SHA256 (umurmur-umurmur-0.2.16_GH0.tar.gz) = 9b505826f0d13e60d5fd5d27cee486a11609faad45b5e229b99190aeaa846111
-SIZE (umurmur-umurmur-0.2.16_GH0.tar.gz) = 91106
+TIMESTAMP = 1519517121
+SHA256 (umurmur-umurmur-0.2.17_GH0.tar.gz) = e77b7b6616768f4a1c07442afe49a772692f667b00c23cc85909d4dd0ce206d2
+SIZE (umurmur-umurmur-0.2.17_GH0.tar.gz) = 93786
diff --git a/audio/umurmur/pkg-descr b/audio/umurmur/pkg-descr
index 6880bab36b1d..202ca134d8af 100644
--- a/audio/umurmur/pkg-descr
+++ b/audio/umurmur/pkg-descr
@@ -1,5 +1,7 @@
-uMurmur is a minimalistic Mumble server primarily targeted to run on
-routers with an open OS like OpenWRT.
-The server part of Mumble is called Murmur, hence the name uMurmur.
+uMurmur is a minimalistic Mumble server primarily targeted to run on embedded
+computers, like routers, with an open OS like e.g. OpenWRT. The server part of
+Mumble is called Murmur, hence the name uMurmur. It is available as a
+precompiled package for quite a lot distributions. Check your distribution's
+package repository.
-WWW: http://code.google.com/p/umurmur
+WWW: http://umurmur.net/