From owner-cvs-ports@FreeBSD.ORG Thu Jun 14 14:53:25 2007 Return-Path: X-Original-To: cvs-ports@freebsd.org Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5198A16A46C for ; Thu, 14 Jun 2007 14:53:25 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 2997813C4DB for ; Thu, 14 Jun 2007 14:53:25 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so739016waf for ; Thu, 14 Jun 2007 07:53:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=LWWKI1zKqajJX2ntOiBYgMQMnhiCYS7/kxirmToHb6H4F1XUMcicuTIks3p11bT/gkSxjziNpTaWRCLITKULCcRJzFmEdYi2p7btwEH1H5t2xCJxsqajSI3ldVTEwwTJoE57NkyAkS6+Q9r+fKzZTeisi5zSA5iJ1Ypev3P0Wog= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=CnRV/DUEM51Th/N6+1/1ls3+MP5YPiL6P0Nnx6fNh4RR6jnMbtVgJ6SmqWiunt/HfQLCR3qgEo08T9ecZtiOu4ToHfxAdYEEgsYvwKv5IQEFJdMWjQJOzqvnLw3IA2LHXV/Odh9ydYl1iK//yIdtitaHsEgOOWf/+lhILNUELe0= Received: by 10.114.176.1 with SMTP id y1mr1901742wae.1181832804488; Thu, 14 Jun 2007 07:53:24 -0700 (PDT) Received: by 10.114.194.13 with HTTP; Thu, 14 Jun 2007 07:53:24 -0700 (PDT) Message-ID: Date: Thu, 14 Jun 2007 18:53:24 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Jean Milanez Melo" , cvs-all@freebsd.org, cvs-ports@freebsd.org, ports-committers@freebsd.org, "Erik Greenwald" In-Reply-To: <20070614141431.EE5B716A4C0@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200706141414.l5EEERU7045193@repoman.freebsd.org> <20070614141431.EE5B716A4C0@hub.freebsd.org> X-Google-Sender-Auth: 647a3a3112491377 Cc: Subject: Re: cvs commit: ports/games/xroads Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2007 14:53:25 -0000 On 6/14/07, Jean Milanez Melo wrote: > jmelo 2007-06-14 14:14:27 UTC > > FreeBSD ports repository > > Modified files: > games/xroads Makefile > Log: > - Fix mastersite. > - Remove amd64 issue. > > PR: ports/113375 > Submitted by: Erik Greenwald (maintainer) > > Revision Changes Path > 1.21 +1 -6 ports/games/xroads/Makefile > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > > Index: ports/games/xroads/Makefile > diff -u ports/games/xroads/Makefile:1.20 ports/games/xroads/Makefile:1.21 > --- ports/games/xroads/Makefile:1.20 Sat May 19 20:08:13 2007 > +++ ports/games/xroads/Makefile Thu Jun 14 14:14:27 2007 > @@ -9,8 +9,7 @@ > PORTVERSION= 0.6 > PORTREVISION= 2 > CATEGORIES= games > -MASTER_SITES= http://math.missouristate.edu/~erik/files/fbsd/\ > - http://smluc.org/~erik/files/fbsd/ > +MASTER_SITES= http://math.missouristate.edu/~erik/files/fbsd/ > DISTNAME= ${PORTNAME}-v${PORTVERSION} > > MAINTAINER= erik@smluc.org > @@ -20,10 +19,6 @@ > > .include > > -.if ${ARCH} == "amd64" > -IGNORE= crashes after a short time > -.endif > - I guess we can do bsd.port.{pre,post}.mk->bsd.port.mk now, can't we?