Date: Mon, 26 Jun 2000 00:40:02 -0700 (PDT) From: Will Andrews <andrews@technologist.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/19510: grap port update Message-ID: <200006260740.AAA82007@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/19510; it has been noted by GNATS. From: Will Andrews <andrews@technologist.com> To: Ted Faber <faber@lunabase.org> Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/19510: grap port update Date: Mon, 26 Jun 2000 03:31:54 -0400 On Sun, Jun 25, 2000 at 08:41:59PM -0700, Ted Faber wrote: > diff -ruN grap.bak/Makefile grap/Makefile > --- grap.bak/Makefile Sun Apr 30 15:13:18 2000 > +++ grap/Makefile Sun Jun 25 20:34:26 2000 > @@ -1,18 +1,19 @@ > # New ports collection makefile for: grap > -# Date created: 4 February 2000 > +# Version required: 1.10 > +# Date created: 25 Jun 2000 > # Whom: faber@lunabase.org Don't do this. This means don't re-add the "Version required" line or change the "date created" line. > -# $FreeBSD: ports/textproc/grap/Makefile,v 1.9 2000/04/30 19:31:06 steve Exp $ > +# $Id: Makefile,v 1.9 2000/06/26 03:25:58 faber Exp $ Don't do this either. You can simply ``cvs diff -u'' against a FreeBSD ports repository. > MAINTAINER= faber@lunabase.org > - > -GNU_CONFIGURE=yes > +HAS_CONFIGURE= yes > +GNU_CONFIGURE= yes You can't put all these strings together. And GNU_CONFIGURE implies HAS_CONFIGURE. Read ports/Mk/bsd.port.mk. > -You can learn more about grap as specified by Kernigan and Bentley at > +You can learn more about grap as specified by Kernigan and Bentley at Whitespace changes are not cool. > WWW: http://www.lunabase.org/~faber/Vault/software/grap/ > > -- Ted Faber > faber@lunabase.org > + Don't add extra lines at the end of pkg/DESCR. Did you use (a reasonably up-to-date) portlint to check this port before you submitted the diff? -- Will Andrews <andrewsw@purdue.edu> <will@FreeBSD.org> GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006260740.AAA82007>