svn commit: r469108 - in head/audio: xmcd xmmix

Alexey Dokuchaev danfe at FreeBSD.org
Sat May 5 13:30:43 UTC 2018


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


More information about the svn-ports-head mailing list