Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2020 10:22:14 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532752 - in head: . audio audio/wmsmixer
Message-ID:  <202004241022.03OAMEtK063138@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Apr 24 10:22:14 2020
New Revision: 532752
URL: https://svnweb.freebsd.org/changeset/ports/532752

Log:
  - Resurrect, unbreak, and undeprecate the port
  - Transfer maintainership to the new volunteer
  - Add some missing USE_XORG entries while here
  
  PR:		244041
  Submitted by:	blackend

Added:
  head/audio/wmsmixer/
     - copied from r514600, head/audio/wmsmixer/
Modified:
  head/MOVED
  head/audio/Makefile
  head/audio/wmsmixer/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri Apr 24 09:36:47 2020	(r532751)
+++ head/MOVED	Fri Apr 24 10:22:14 2020	(r532752)
@@ -13081,7 +13081,6 @@ audio/maplay||2019-10-16|Has expired: Unfetchable, unm
 audio/mbox||2019-10-16|Has expired: Unfetchable, unmaintained
 audio/nuvolaplayer||2019-10-16|Has expired: Unfetchable, unmaintained
 audio/vagalume||2019-10-16|Has expired: Unfetchable, unmaintained
-audio/wmsmixer||2019-10-16|Has expired: Unfetchable, unmaintained
 audio/xmms2-scrobbler||2019-10-16|Has expired: Unfetchable, unmaintained
 benchmarks/filebench||2019-10-16|Has expired: Unfetchable, unmaintained
 biology/chemeq||2019-10-16|Has expired: Unfetchable, unmaintained

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Fri Apr 24 09:36:47 2020	(r532751)
+++ head/audio/Makefile	Fri Apr 24 10:22:14 2020	(r532752)
@@ -851,6 +851,7 @@
     SUBDIR += wmix
     SUBDIR += wmmp
     SUBDIR += wmrecord
+    SUBDIR += wmsmixer
     SUBDIR += workman
     SUBDIR += wxguitar
     SUBDIR += x42-plugins-lv2

Modified: head/audio/wmsmixer/Makefile
==============================================================================
--- head/audio/wmsmixer/Makefile	Wed Oct 16 15:29:20 2019	(r514600)
+++ head/audio/wmsmixer/Makefile	Fri Apr 24 10:22:14 2020	(r532752)
@@ -5,20 +5,16 @@ PORTNAME=	wmsmixer
 PORTVERSION=	0.5.1
 PORTREVISION=	1
 CATEGORIES=	audio windowmaker
-MASTER_SITES=	http://redundancy.redundancy.org/mirror/
+MASTER_SITES=	https://www.dockapps.net/download/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	blackend@FreeBSD.org
 COMMENT=	Audio mixer for the WindowMaker dock
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		unfetchable
-DEPRECATED=	Unfetchable, unmaintained
-EXPIRATION_DATE=	2019-10-16
-
-USES=		alias imake
-USE_XORG=	xpm
+USES=		alias imake xorg
+USE_XORG=	x11 xext xpm
 MAKE_ARGS=	CC="${CXX}" CFLAGS="${CXXFLAGS}"
 
 PLIST_FILES=	bin/wmsmixer



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