Date: Sun, 25 Feb 2018 00:53:01 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462888 - head/audio/umurmur Message-ID: <201802250053.w1P0r10m022003@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Feb 25 00:53:01 2018 New Revision: 462888 URL: https://svnweb.freebsd.org/changeset/ports/462888 Log: 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) Modified: head/audio/umurmur/Makefile head/audio/umurmur/distinfo head/audio/umurmur/pkg-descr Modified: head/audio/umurmur/Makefile ============================================================================== --- head/audio/umurmur/Makefile Sun Feb 25 00:40:37 2018 (r462887) +++ head/audio/umurmur/Makefile Sun Feb 25 00:53:01 2018 (r462888) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= umurmur -PORTVERSION= 0.2.16 +DISTVERSION= 0.2.17 CATEGORIES= audio net MAINTAINER= ayu@commun.jp @@ -11,24 +11,20 @@ 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 Modified: head/audio/umurmur/distinfo ============================================================================== --- head/audio/umurmur/distinfo Sun Feb 25 00:40:37 2018 (r462887) +++ head/audio/umurmur/distinfo Sun Feb 25 00:53:01 2018 (r462888) @@ -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 Modified: head/audio/umurmur/pkg-descr ============================================================================== --- head/audio/umurmur/pkg-descr Sun Feb 25 00:40:37 2018 (r462887) +++ head/audio/umurmur/pkg-descr Sun Feb 25 00:53:01 2018 (r462888) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802250053.w1P0r10m022003>