From owner-svn-ports-all@freebsd.org Wed Jul 6 04:35:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7E91B71713; Wed, 6 Jul 2016 04:35:18 +0000 (UTC) (envelope-from cy@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 mx1.freebsd.org (Postfix) with ESMTPS id 9BFB01B52; Wed, 6 Jul 2016 04:35:18 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u664ZHMv025869; Wed, 6 Jul 2016 04:35:17 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u664ZHok025868; Wed, 6 Jul 2016 04:35:17 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201607060435.u664ZHok025868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 6 Jul 2016 04:35:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418116 - head/net/vnc X-SVN-Group: ports-head 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.22 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: Wed, 06 Jul 2016 04:35:18 -0000 Author: cy Date: Wed Jul 6 04:35:17 2016 New Revision: 418116 URL: https://svnweb.freebsd.org/changeset/ports/418116 Log: Rehost distfiles, making them fetchable again. Modified: head/net/vnc/Makefile Modified: head/net/vnc/Makefile ============================================================================== --- head/net/vnc/Makefile Wed Jul 6 00:39:12 2016 (r418115) +++ head/net/vnc/Makefile Wed Jul 6 04:35:17 2016 (r418116) @@ -5,9 +5,10 @@ PORTNAME= vnc PORTVERSION= 4.1.3 PORTREVISION= 10 CATEGORIES= net ipv6 -MASTER_SITES= http://home.bluelife.at/ports/distfiles/${DIST_SUBDIR}/:vnc +MASTER_SITES= http://www.cschubert.com/distfiles/xc/ \ + http://people.freebsd.org/~cy/distfiles/xc/ DISTNAME= vnc-4_1_3-unixsrc -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:vnc +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= xc MAINTAINER= cy@FreeBSD.org @@ -42,10 +43,9 @@ BROKEN= Does not compile on arm .endif .if ${PORT_OPTIONS:MSERVER} -MASTER_SITES+= XORG/4.3.0/:x -DISTFILES+= X430src-1.tgz:x \ - X430src-2.tgz:x \ - X430src-3.tgz:x +DISTFILES+= X430src-1.tgz \ + X430src-2.tgz \ + X430src-3.tgz .if ${OSVERSION} > 1000054 USE_GCC= 4.6