From owner-svn-ports-head@FreeBSD.ORG Wed Sep 17 14:05:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0DF1E219; Wed, 17 Sep 2014 14:05:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D37D019A; Wed, 17 Sep 2014 14:05:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8HE5I5E071283; Wed, 17 Sep 2014 14:05:18 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8HE5IrZ071279; Wed, 17 Sep 2014 14:05:18 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201409171405.s8HE5IrZ071279@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 17 Sep 2014 14:05:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368377 - in head/audio/mumble: . files X-SVN-Group: ports-head 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.18-1 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: Wed, 17 Sep 2014 14:05:19 -0000 Author: feld Date: Wed Sep 17 14:05:17 2014 New Revision: 368377 URL: http://svnweb.freebsd.org/changeset/ports/368377 QAT: https://qat.redports.org/buildarchive/r368377/ Log: Update to 1.2.8 Add USE_LDCONFIG per portlint Add LICENSE Utilize PORTVERSION in pkg-plist to limit number of required changes Deleted: head/audio/mumble/files/patch-src__mumble__VoiceRecorderDialog.cpp Modified: head/audio/mumble/Makefile head/audio/mumble/distinfo head/audio/mumble/pkg-plist Modified: head/audio/mumble/Makefile ============================================================================== --- head/audio/mumble/Makefile Wed Sep 17 14:04:57 2014 (r368376) +++ head/audio/mumble/Makefile Wed Sep 17 14:05:17 2014 (r368377) @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= mumble -PORTVERSION= 1.2.6 -PORTREVISION= 1 +PORTVERSION= 1.2.8 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION} MAINTAINER= feld@FreeBSD.org COMMENT= Voice chat software primarily intended for use while gaming +LICENSE= BSD3CLAUSE + LIB_DEPENDS+= libspeex.so:${PORTSDIR}/audio/speex \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ libboost_iostreams.so:${PORTSDIR}/devel/boost-libs \ @@ -17,7 +18,10 @@ LIB_DEPENDS+= libspeex.so:${PORTSDIR}/au libprotoc.so:${PORTSDIR}/devel/protobuf \ libopus.so:${PORTSDIR}/audio/opus +PLIST_SUB+= PORTVERSION="${PORTVERSION}" + USES= gmake pkgconfig qmake +USE_LDCONFIG= yes USE_QT4= gui svg iconengines_run xml sql network l10n \ linguist_build moc_build rcc_build uic_build \ opengl sql-sqlite3_run Modified: head/audio/mumble/distinfo ============================================================================== --- head/audio/mumble/distinfo Wed Sep 17 14:04:57 2014 (r368376) +++ head/audio/mumble/distinfo Wed Sep 17 14:05:17 2014 (r368377) @@ -1,2 +1,2 @@ -SHA256 (mumble-1.2.6.tar.gz) = 876cdecfb89798ab45020cdae0d64bd0fa899a9a97c2c7f4a6e706d4165fb6ff -SIZE (mumble-1.2.6.tar.gz) = 3201577 +SHA256 (mumble-1.2.8.tar.gz) = 4c2fc3dff49687bc1d977905958e8a9c35e109723aeed42c9ea124104febe159 +SIZE (mumble-1.2.8.tar.gz) = 3202518 Modified: head/audio/mumble/pkg-plist ============================================================================== --- head/audio/mumble/pkg-plist Wed Sep 17 14:04:57 2014 (r368376) +++ head/audio/mumble/pkg-plist Wed Sep 17 14:05:17 2014 (r368377) @@ -4,7 +4,7 @@ lib/libcelt-mumble.so.0.7.0 lib/libmumble.so lib/libmumble.so.1 lib/libmumble.so.1.2 -lib/libmumble.so.1.2.6 +lib/libmumble.so.%%PORTVERSION%% man/man1/mumble.1.gz share/applications/mumble.desktop share/icons/hicolor/128x128/apps/mumble.png