svn commit: r368377 - in head/audio/mumble: . files

Mark Felder feld at FreeBSD.org
Wed Sep 17 14:05:19 UTC 2014


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


More information about the svn-ports-head mailing list