From owner-svn-ports-head@FreeBSD.ORG Tue Sep 24 15:47:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CAD66643; Tue, 24 Sep 2013 15:47:01 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B851525DD; Tue, 24 Sep 2013 15:47:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8OFl1Xs072029; Tue, 24 Sep 2013 15:47:01 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8OFl1e4072028; Tue, 24 Sep 2013 15:47:01 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201309241547.r8OFl1e4072028@svn.freebsd.org> From: Christian Weisgerber Date: Tue, 24 Sep 2013 15:47:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328150 - head/astro/xworld X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Sep 2013 15:47:01 -0000 Author: naddy Date: Tue Sep 24 15:47:01 2013 New Revision: 328150 URL: http://svnweb.freebsd.org/changeset/ports/328150 Log: Convert to stage. Original master site is gone. Modified: head/astro/xworld/Makefile Modified: head/astro/xworld/Makefile ============================================================================== --- head/astro/xworld/Makefile Tue Sep 24 15:45:17 2013 (r328149) +++ head/astro/xworld/Makefile Tue Sep 24 15:47:01 2013 (r328150) @@ -5,13 +5,12 @@ PORTNAME= xworld PORTVERSION= 2.0 PORTREVISION= 2 CATEGORIES= astro geography -MASTER_SITES= ftp://gutemine.geo.uni-koeln.de/pub/xworld/ \ - ftp://ftp.Uni-Koeln.DE/misc/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= naddy MAINTAINER= naddy@FreeBSD.org COMMENT= Earth as seen from the direction of the sun -NO_STAGE= yes USE_XORG= x11 HAS_CONFIGURE= yes @@ -24,6 +23,6 @@ PLIST_FILES= bin/xworld STRIP= #don't strip out image data on install do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xworld ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/xworld ${STAGEDIR}${PREFIX}/bin .include