1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

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)
This commit is contained in:
Yuri Victorovich 2018-02-25 00:53:01 +00:00
parent a31a69692d
commit 2615879be7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462888
3 changed files with 14 additions and 15 deletions

View File

@ -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

View File

@ -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

View File

@ -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/