From owner-svn-ports-head@freebsd.org Sun Feb 25 00:53:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23AB0F3179A; Sun, 25 Feb 2018 00:53:02 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C656D804CF; Sun, 25 Feb 2018 00:53:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C0EB02D24D; Sun, 25 Feb 2018 00:53:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P0r1AE022006; Sun, 25 Feb 2018 00:53:01 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P0r10m022003; Sun, 25 Feb 2018 00:53:01 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802250053.w1P0r10m022003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Feb 2018 00:53:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462888 - head/audio/umurmur X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/umurmur X-SVN-Commit-Revision: 462888 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 00:53:02 -0000 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 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/