From owner-freebsd-ports@FreeBSD.ORG Mon Jun 2 11:40:24 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2C23506 for ; Mon, 2 Jun 2014 11:40:24 +0000 (UTC) Received: from spectrum.skysmurf.nl (spectrum.skysmurf.nl [82.95.125.145]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 536F82890 for ; Mon, 2 Jun 2014 11:40:23 +0000 (UTC) Received: from spectrum.skysmurf.nl (mail.skysmurf.nl [192.168.42.4] (may be forged)) by spectrum.skysmurf.nl (8.14.7/8.14.7) with SMTP id s52BeCZC055371; Mon, 2 Jun 2014 13:40:12 +0200 (CEST) (envelope-from freebsd@skysmurf.nl) Received: by spectrum.skysmurf.nl (sSMTP sendmail emulation); Mon, 02 Jun 2014 13:40:12 +0200 Date: Mon, 2 Jun 2014 13:40:12 +0200 From: "A.J. 'Fonz' van Werven" To: Anton Shterenlikht Subject: [PATCH] Re: drop maintainership of 6 ports Message-ID: <20140602114012.GA55351@spectrum.skysmurf.nl> References: <201406021058.s52AwBLS000753@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline In-Reply-To: <201406021058.s52AwBLS000753@mech-cluster241.men.bris.ac.uk> X-PGP-Key: http://www.skysmurf.nl/~fonz/fonz_pubkey.asc User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 11:40:24 -0000 --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Anton Shterenlikht wrote: > I can no longer maintain these ports: > > astro/xearth [snip] > Please reset I'm willing to take that one. The attached patch modifies MAINTAINER and adds my own distfiles mirror to MASTER_SITES. AvW -- I'm not completely useless, I can be used as a bad example. --mP3DRpeJDSE+ciuQ Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="Makefile.patch" --- Makefile.orig 2014-06-02 13:35:50.000000000 +0200 +++ Makefile 2014-06-02 13:37:24.000000000 +0200 @@ -5,9 +5,10 @@ PORTVERSION= 1.2 CATEGORIES= astro geography MASTER_SITES= http://seis.bris.ac.uk/~mexas/ \ + http://www.skysmurf.nl/comp/FreeBSD/distfiles/ \ LOCAL/madpilot/xearth -MAINTAINER= mexas@bris.ac.uk +MAINTAINER= freebsd@skysmurf.nl COMMENT= Set the root window to the image of earth USE_XORG= x11 xext sm ice xt --mP3DRpeJDSE+ciuQ--