Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2013 00:18:05 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323141 - head/net-p2p/museekplus
Message-ID:  <201307170018.r6H0I5Vh054325@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Wed Jul 17 00:18:05 2013
New Revision: 323141
URL: http://svnweb.freebsd.org/changeset/ports/323141

Log:
  - Remove the QSA and MUSEEQ options, they depend on the expired QT 3 port.
  - Fix pkg-descr
  - Bump PORTREVISION, default options changed.
  
  PR:		ports/180212
  Submitted by:	myself
  Approved by:	maintainer timeout (silver@ultrasoft.ee , 15 days)

Modified:
  head/net-p2p/museekplus/Makefile   (contents, props changed)
  head/net-p2p/museekplus/pkg-descr   (contents, props changed)

Modified: head/net-p2p/museekplus/Makefile
==============================================================================
--- head/net-p2p/museekplus/Makefile	Wed Jul 17 00:09:16 2013	(r323140)
+++ head/net-p2p/museekplus/Makefile	Wed Jul 17 00:18:05 2013	(r323141)
@@ -3,7 +3,7 @@
 
 PORTNAME=	museekplus
 PORTVERSION=	0.1.13
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF/museek-plus/museek-plus/${PORTVERSION}
 DISTNAME=	museek+-${PORTVERSION}
@@ -22,10 +22,8 @@ SCONS_ARGS=	QTDIR=${QT_PREFIX} QT_LIB=qt
 DATADIR=	share/museek
 MAN1=		musetup.1 mulog.1 museekcontrol.1 muscan.1 muscand.1 museekd.1
 
-OPTIONS_DEFINE=	MUSEEQ QSA MUSETUPGTK PYMUCIPHER VORBIS MURMUR MUCOUS OPTIMIZED_CFLAGS DEBUG
-OPTIONS_DEFAULT=	MUSEEQ QSA MUSETUPGTK PYMUCIPHER VORBIS
-MUSEEQ_DESC=		Install Museeq (Qt3 client)
-QSA_DESC=		Build Museeq with Qt Script support
+OPTIONS_DEFINE=	MUSETUPGTK PYMUCIPHER VORBIS MURMUR MUCOUS OPTIMIZED_CFLAGS DEBUG
+OPTIONS_DEFAULT=	MUSETUPGTK PYMUCIPHER VORBIS
 MUSETUPGTK_DESC=	Install musetup-gtk
 PYMUCIPHER_DESC=	Install python bindings for Mucipher
 MURMUR_DESC=		Install PyGTK client
@@ -37,22 +35,10 @@ MUCOUS_DESC=		Install Curses Python clie
 USE_PYTHON=	yes
 .endif
 
-.if ${PORT_OPTIONS:MMUSEEQ}
-USE_QT_VER=	3
-SCONS_ARGS+=	MUSEEQ=yes
-MAN1+=		museeq.1
-PLIST_SUB+=	MUSEEQ=""
-.if ${PORT_OPTIONS:MQSA}
-SCONS_ARGS+=	QSA=yes
-LIB_DEPENDS+=	qsa:${PORTSDIR}/devel/qsa
-.else
-SCONS_ARGS+=	QSA=no
-.endif
-.else
 SCONS_ARGS+=	MUSEEQ=no
 PLIST_SUB+=	MUSEEQ="@comment "
 SCONS_ARGS+=	QSA=no
-.endif
+
 .if ${PORT_OPTIONS:MVORBIS}
 SCONS_ARGS+=	VORBIS=yes
 LIB_DEPENDS+=	vorbis:${PORTSDIR}/audio/libvorbis

Modified: head/net-p2p/museekplus/pkg-descr
==============================================================================
--- head/net-p2p/museekplus/pkg-descr	Wed Jul 17 00:09:16 2013	(r323140)
+++ head/net-p2p/museekplus/pkg-descr	Wed Jul 17 00:18:05 2013	(r323141)
@@ -2,4 +2,4 @@ Museek+ (or Museek-Plus) is an enhanced 
 application for the Soulseek peer-to-peer network. The actual SoulSeek client
 and the GUI are separate programs that communicate via Unix or network sockets.
 
-WWW:	http://www.museek-plus.org/
+WWW: http://www.museek-plus.org/



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