Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2018 13:30:42 +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: r469108 - in head/audio: xmcd xmmix
Message-ID:  <201805051330.w45DUgHt037516@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sat May  5 13:30:42 2018
New Revision: 469108
URL: https://svnweb.freebsd.org/changeset/ports/469108

Log:
  Unbreak fetching from ``http://www.ibiblio.org/tkan/...'' by providing
  more stable distfile mirrors.  Software itself builds and works fine.
  While here, remove redundant PKGMESSAGE assignment.

Modified:
  head/audio/xmcd/Makefile
  head/audio/xmmix/Makefile

Modified: head/audio/xmcd/Makefile
==============================================================================
--- head/audio/xmcd/Makefile	Sat May  5 13:13:16 2018	(r469107)
+++ head/audio/xmcd/Makefile	Sat May  5 13:30:42 2018	(r469108)
@@ -5,7 +5,7 @@ PORTNAME=	xmcd
 PORTVERSION=	3.3.2
 PORTREVISION=	19
 CATEGORIES=	audio
-MASTER_SITES=	http://www.ibiblio.org/tkan/download/xmcd/3.3.2/src/
+MASTER_SITES=	http://freebsd.nsu.ru/distfiles/
 
 MAINTAINER=	deischen@FreeBSD.org
 COMMENT=	Motif CD player
@@ -18,7 +18,6 @@ USES=		imake motif ncurses
 USE_XORG=	x11 xext xaw xmu xp xpm xt sm ice
 PLIST_SUB+=	RELEASE=${OSREL:R:R} ARCH=${ARCH} OPSYS=${OPSYS}
 SUB_FILES=	pkg-message
-PKGMESSAGE=	${WRKDIR}/pkg-message
 
 CFLAGS+=	-D_WANT_SEMUN
 

Modified: head/audio/xmmix/Makefile
==============================================================================
--- head/audio/xmmix/Makefile	Sat May  5 13:13:16 2018	(r469107)
+++ head/audio/xmmix/Makefile	Sat May  5 13:30:42 2018	(r469108)
@@ -5,14 +5,11 @@ PORTNAME=	xmmix
 PORTVERSION=	1.2.2
 PORTREVISION=	4
 CATEGORIES=	audio
-MASTER_SITES=	http://www.ibiblio.org/tkan/download/xmmix/1.2.2/src/
+MASTER_SITES=	http://ftp.twaren.net/BSD/OpenBSD/distfiles/ \
+		http://freebsd.nsu.ru/distfiles/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Motif-based audio mixer
-
-BROKEN=		No public distfiles
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2018-06-06
 
 WRKSRC=		${WRKDIR}/xmmix-1.2
 



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