From owner-cvs-all@FreeBSD.ORG Fri Feb 17 16:45:51 2012 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7358E106566C; Fri, 17 Feb 2012 16:45:51 +0000 (UTC) (envelope-from pgollucci@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id B6FE48FC14; Fri, 17 Feb 2012 16:45:50 +0000 (UTC) Received: by qaea17 with SMTP id a17so4278894qae.13 for ; Fri, 17 Feb 2012 08:45:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:organization:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type; bh=YaF05RvN69gj8V5vc009kgW3Ons2liD5ao+JRP5y3ao=; b=Nkf/39U0G5CuqMn55NDk4lAd+g0kUkat1we65qA9I19bwpyQi8Dt4vKr/FtwVzk+2C xJJKsvcgH4fJ8FjFUSwL5J0w239g6PAiJNOMqvpzXcvol4H/F4w8PYkcyRiwJtRKSJ+Q tsG12G3AKTTz0ZCuCYzy0+vZ/a+pRQNmx2qNA= Received: by 10.229.135.83 with SMTP id m19mr619048qct.43.1329497150154; Fri, 17 Feb 2012 08:45:50 -0800 (PST) Received: from philip.hq.rws (wsip-174-79-184-239.dc.dc.cox.net. [174.79.184.239]) by mx.google.com with ESMTPS id ec5sm19990827qab.21.2012.02.17.08.45.48 (version=SSLv3 cipher=OTHER); Fri, 17 Feb 2012 08:45:49 -0800 (PST) Message-ID: <4F3E843B.3000309@p6m7g8.com> Date: Fri, 17 Feb 2012 16:45:47 +0000 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111029 Thunderbird/7.0.1 MIME-Version: 1.0 To: Chris Rees References: <201202171152.q1HBq3vV020660@repoman.freebsd.org> In-Reply-To: <201202171152.q1HBq3vV020660@repoman.freebsd.org> X-Enigmail-Version: undefined Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig58DF1A2422A55C2F2B1045A1" Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/gmt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 16:45:51 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig58DF1A2422A55C2F2B1045A1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable No need to set bump PORTREVISION here. On 02/17/12 11:52, Chris Rees wrote: > crees 2012-02-17 11:52:03 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > graphics/gmt Makefile=20 > Log: > Deprecate; this port is so far out of date that the distfile was remo= ved by > upstream five years ago, so the port has been broken since then. > =20 > PR: ports/92651 > Submitted by: edwin > Approved by: maintainer (implicit from timeout) > =20 > Revision Changes Path > 1.8 +7 -2 ports/graphics/gmt/Makefile >=20 > http://cvsweb.FreeBSD.org/ports/graphics/gmt/Makefile.diff?r1=3D1.7&r2=3D= 1.8&f=3Dh > | --- ports/graphics/gmt/Makefile 2010/06/13 08:40:00 1.7 > | +++ ports/graphics/gmt/Makefile 2012/02/17 11:52:03 1.8 > | @@ -2,12 +2,12 @@ > | # Date created: 10 May 2001 > | # Whom: sec@42.org > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/graphics/gmt/Makefi= le,v 1.7 2010/06/13 08:40:00 erwin Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/graphics/gmt/Makefi= le,v 1.8 2012/02/17 11:52:03 crees Exp $ > | # > | =20 > | PORTNAME=3D gmt > | PORTVERSION=3D 3.4.1 > | -PORTREVISION=3D 1 > | +PORTREVISION=3D 2 > | CATEGORIES=3D graphics > | MASTER_SITES=3D ftp://falcon.grdl.noaa.gov/pub/gmt/ \ > | ftp://ftp.iag.usp.br/pub/gmt/ \ > | @@ -18,9 +18,14 @@ DIST_SUBDIR=3D gmt > | EXTRACT_ONLY=3D ${DISTNAME}_progs${EXTRACT_SUFX} \ > | ${DISTNAME}_man${EXTRACT_SUFX} > | =20 > | -MAINTAINER=3D sec@42.org > | +MAINTAINER=3D ports@FreeBSD.org > | COMMENT=3D The Generic Mapping Tools data processing and display sof= tware package > | =20 > | +DEPRECATED=3D Hasn't fetched since before 2006 > | +EXPIRATION_DATE=3D2012-04-17 > | + > | +BROKEN=3D Doesn't fetch > | + > | LIB_DEPENDS=3D netcdf.4:${PORTSDIR}/science/netcdf > | =20 > | EXTRACT_SUB=3D GMT_share${EXTRACT_SUFX} --=20 ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Director Operations, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. --------------enig58DF1A2422A55C2F2B1045A1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFPPoQ7dbiP+9ubjBwRAnkFAJ93eGHbQDIRyNdDjG2lmYb38IftuwCdFFGw /3N4ZnfSMhuNxwjYuF2bwfM= =5HO3 -----END PGP SIGNATURE----- --------------enig58DF1A2422A55C2F2B1045A1--