Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 20:19:39 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396533 - head/audio/lmms
Message-ID:  <201509092019.t89KJdr3074909@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Wed Sep  9 20:19:38 2015
New Revision: 396533
URL: https://svnweb.freebsd.org/changeset/ports/396533

Log:
  Unbreak port, update MASTER_SITES
  Fix port Makefile and pkg-plist to comply with new rules and features
  
  Submitted by:	Chris Petrik <chris@bsdjunk.com> (by private email)

Modified:
  head/audio/lmms/Makefile
  head/audio/lmms/distinfo
  head/audio/lmms/pkg-plist

Modified: head/audio/lmms/Makefile
==============================================================================
--- head/audio/lmms/Makefile	Wed Sep  9 20:07:01 2015	(r396532)
+++ head/audio/lmms/Makefile	Wed Sep  9 20:19:38 2015	(r396533)
@@ -6,14 +6,12 @@ PORTVERSION=	0.4.15
 PORTREVISION=	4
 PORTEPOCH=	2
 CATEGORIES=	audio
-MASTER_SITES=	SF
 
 MAINTAINER=	rodrigo@FreeBSD.org
 COMMENT=	All-in-one sequencer, drum machine, sampler, and more
 
 LICENSE=	GPLv2
 
-BROKEN=		Unfetchable
 BUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
 LIB_DEPENDS=	libFLAC.so:${PORTSDIR}/audio/flac \
 		libfluidsynth.so:${PORTSDIR}/audio/fluidsynth \
@@ -25,7 +23,7 @@ LIB_DEPENDS=	libFLAC.so:${PORTSDIR}/audi
 RUN_DEPENDS=	${LOCALBASE}/share/ladspa/rdf/caps.rdf:${PORTSDIR}/audio/caps-plugins \
 		${LOCALBASE}/lib/ladspa/cmt.so:${PORTSDIR}/audio/cmt \
 		${LOCALBASE}/share/ladspa/rdf/swh-plugins.rdf:${PORTSDIR}/audio/swhplugins \
-		${LOCALBASE}/share/ladspa/rdf/tap-plugins.rdf:${PORTSDIR}/audio/tap-plugins \
+		${LOCALBASE}/share/ladspa/rdf/tap-plugins.rdf:${PORTSDIR}/audio/tap-plugins
 
 OPTIONS_DEFINE=	JACK PULSEAUDIO SDL
 
@@ -33,7 +31,10 @@ USE_LDCONFIG=	yes
 USE_XORG=	xft
 USE_QT4=	corelib gui xml moc_build uic_build rcc_build \
 		qmake_build
-USES=		cmake pkgconfig tar:bzip2 desktop-file-utils shared-mime-info dos2unix
+USE_GITHUB=	yes
+GH_ACCOUNT=	LMMS
+GH_TAGNAME=	v${PORTVERSION}
+USES=		cmake desktop-file-utils dos2unix pkgconfig shared-mime-info
 CMAKE_ARGS=	-DWANT_ALSA:BOOL=OFF \
 		-DWANT_CALF:BOOL=OFF \
 		-DWANT_CAPS:BOOL=OFF \
@@ -79,6 +80,5 @@ post-install:
 		${STAGEDIR}${PREFIX}/share/pixmaps/lmms.png
 	# make it setuid-root to be able to set realtime priority
 	# (root privileges are dropped in the main routine)
-	${CHMOD} u+s ${STAGEDIR}${PREFIX}/bin/lmms
 
 .include <bsd.port.mk>

Modified: head/audio/lmms/distinfo
==============================================================================
--- head/audio/lmms/distinfo	Wed Sep  9 20:07:01 2015	(r396532)
+++ head/audio/lmms/distinfo	Wed Sep  9 20:19:38 2015	(r396533)
@@ -1,2 +1,2 @@
-SHA256 (lmms-0.4.15.tar.bz2) = 0104caaea8adf7b51b0fc4ff2ab26364d1da5751a8fcbf6772704c8ef57a020b
-SIZE (lmms-0.4.15.tar.bz2) = 14211150
+SHA256 (LMMS-lmms-0.4.15-v0.4.15_GH0.tar.gz) = b516f89d2dba3a34ec57668291ba537d70a2b9fd29a872407ce1d9df4b02df77
+SIZE (LMMS-lmms-0.4.15-v0.4.15_GH0.tar.gz) = 15828961

Modified: head/audio/lmms/pkg-plist
==============================================================================
--- head/audio/lmms/pkg-plist	Wed Sep  9 20:07:01 2015	(r396532)
+++ head/audio/lmms/pkg-plist	Wed Sep  9 20:19:38 2015	(r396533)
@@ -1,4 +1,4 @@
-%%QT_BINDIR%%/lmms
+@(,,4755) %%QT_BINDIR%%/lmms
 include/lmms/AudioAlsa.h
 include/lmms/AudioDevice.h
 include/lmms/AudioDummy.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509092019.t89KJdr3074909>