On Sat, 4 Jun 2016 15:09:24 +0100 Stuart Henderson <s...@spacehopper.org> wrote:
> On 2016/06/04 22:03, Ray Lai wrote: > > > On Jun 4, 2016, at 10:00 PM, Stuart Henderson <s...@spacehopper.org> > > > wrote: > > > On 2016/06/04 18:52, Ray Lai wrote: > > > btw, that "#'" doesn't make it into the package, it was just to > > > work around vim's idea of quote handling not quite matching OpenBSD > > > make(1)'s. no objection to removing it if you don't like it though > > > I'll probably keep it as a local diff if it changes :) > > > > Would it be better to surround it with double quotes? > > hmm: I was under the impression that double quotes made it into > the package, but actually though they show up with 'make show=COMMENT", > they *don't* go into the package...so that should work. > > > At first I thought it was an accidental commit, didn't realize there was a > > method to the madness. > > :) Alright, one more try, with double quotes: Index: Makefile =================================================================== RCS file: /home/cvs/ports/math/moo/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile 11 Mar 2013 11:23:55 -0000 1.11 +++ Makefile 4 Jun 2016 15:51:56 -0000 @@ -1,20 +1,19 @@ # $OpenBSD: Makefile,v 1.11 2013/03/11 11:23:55 espie Exp $ -COMMENT= Marco's Object Oriented calculator#' +COMMENT= "Marco's Object Oriented calculator" -DISTNAME= moo-1.3 -REVISION= 1 -CATEGORIES= math +GH_ACCOUNT= raylai +GH_PROJECT= moo +GH_TAGNAME= 1.5 -MAINTAINER= Raymond Lai <r...@cyth.net> +CATEGORIES= math -HOMEPAGE= http://cyth.net/moo/ -MASTER_SITES= ${HOMEPAGE} -EXTRACT_SUFX= .tgz +MAINTAINER= Ray Lai <r...@raylai.com> # Public domain PERMIT_PACKAGE_CDROM= Yes +# uses pledge() WANTLIB += c MAKE_FLAGS= CC=${CC} Index: distinfo =================================================================== RCS file: /home/cvs/ports/math/moo/distinfo,v retrieving revision 1.6 diff -u -p -r1.6 distinfo --- distinfo 18 Jan 2015 03:14:28 -0000 1.6 +++ distinfo 4 Jun 2016 10:36:43 -0000 @@ -1,2 +1,2 @@ -SHA256 (moo-1.3.tgz) = MtVn3HSsASMDQAnVcNOAnzXRKhOXj7QJFTUgRItA1F8= -SIZE (moo-1.3.tgz) = 7380 +SHA256 (moo-1.5.tar.gz) = 2Z/C2FjA77/XMHN7WvR+Co0NXo9IiQsEn4aodoIarrM= +SIZE (moo-1.5.tar.gz) = 8661