From owner-svn-ports-all@freebsd.org Sat May 5 13:30:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19180FADFF8; Sat, 5 May 2018 13:30:43 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ACBC585788; Sat, 5 May 2018 13:30:42 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A7D151E3D4; Sat, 5 May 2018 13:30:42 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w45DUgWQ037518; Sat, 5 May 2018 13:30:42 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w45DUgHt037516; Sat, 5 May 2018 13:30:42 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201805051330.w45DUgHt037516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 5 May 2018 13:30:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469108 - in head/audio: xmcd xmmix X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/audio: xmcd xmmix X-SVN-Commit-Revision: 469108 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2018 13:30:43 -0000 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