Date: Thu, 14 Jun 2007 18:56:55 +0400 From: "Andrew Pantyukhin" <sat@FreeBSD.org> To: "Jean Milanez Melo" <jmelo@freebsd.org>, cvs-all@freebsd.org, cvs-ports@freebsd.org, ports-committers@freebsd.org, "Janos Mohacsi" <janos.mohacsi@bsd.hu> Subject: Re: cvs commit: ports/games/abridge Makefile distinfo Message-ID: <cb5206420706140756o74fc17a0y148b9d55b506b4d8@mail.gmail.com> In-Reply-To: <20070614142908.27C0816A558@hub.freebsd.org> References: <200706141429.l5EET3ng053847@repoman.freebsd.org> <20070614142908.27C0816A558@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 6/14/07, Jean Milanez Melo <jmelo@freebsd.org> wrote: > jmelo 2007-06-14 14:29:03 UTC > > FreeBSD ports repository > > Modified files: > games/abridge Makefile distinfo > Log: > - Fix mastersite. > - portlint(1). > - Update to 0.4.0-1. > - Bump portrevision. > > PR: ports/113484 > Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) > > Revision Changes Path > 1.15 +5 -5 ports/games/abridge/Makefile > 1.4 +3 -3 ports/games/abridge/distinfo > _______________________________________________ > 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/abridge/Makefile > diff -u ports/games/abridge/Makefile:1.14 ports/games/abridge/Makefile:1.15 > --- ports/games/abridge/Makefile:1.14 Sat May 19 20:05:16 2007 > +++ ports/games/abridge/Makefile Thu Jun 14 14:29:03 2007 > @@ -6,12 +6,12 @@ > > PORTNAME= abridge > PORTVERSION= 0.4.0 > -PORTREVISION= 6 > -PORTREVISON= 1 > +PORTREVISION= 7 > CATEGORIES= games > -MASTER_SITES= http://www.abridgegame.org/src/ > +MASTER_SITES= http://www.abridgegame.org/debian/unstable/ > +DISTFILES= ${PORTNAME}_${PORTVERSION}-1${EXTRACT_SUFX} The proper way to deal with this: DISTVERSION=0.4.0-1 DISTNAME=${PORTNAME}_${DISTVERSION} > -MAINTAINER= Janos.Mohacsi@bsd.hu > +MAINTAINER= janos.mohacsi@bsd.hu > COMMENT= Bridge game > > USE_WX= 2.4 > @@ -24,7 +24,7 @@ > .include <bsd.port.pre.mk> > > .if ${ARCH} != "i386" > -BROKEN= "Does not compile on !i386" > +BROKEN= Does not compile on !i386 > .endif We now have this ONLY_FOR_ARCHS macro.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cb5206420706140756o74fc17a0y148b9d55b506b4d8>