Re: UPDATE: education/anki to 2.0.45

2017-07-25 Thread Gleydson Soares
I dont know how that previous diff slipped in :) So here goes again, Index: Makefile === RCS file: /cvs/ports/education/anki/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile8 Jul 2016 10:32:34 -

Re: UPDATE: education/anki to 2.0.45

2017-07-25 Thread Gleydson Soares
Stuart Henderson writes: > On 2017/07/24 22:32, Gleydson Soares wrote: > > Hi, > > please find below a diff that brings anki to the latest release (2.0.45). > > works fine here, > > It's a bit cleaner if you apply this on top, otherwise ok with me: sure. thanks. Index:

Re: UPDATE: education/anki to 2.0.45

2017-07-25 Thread tomma
What about this? --- MakefileTue Jul 25 13:30:27 2017 +++ MakefileTue Jul 25 13:36:34 2017 @@ -2,9 +2,14 @@ COMMENT= spaced learning system -DISTNAME = anki-2.0.45 -EXTRACT_SUFX = -source.tgz +V = 2.0.45 +DISTNAME = anki-${V} + +PKGNAME = anki-${V} +

Re: UPDATE: education/anki to 2.0.45

2017-07-25 Thread Stuart Henderson
On 2017/07/24 22:32, Gleydson Soares wrote: > Hi, > please find below a diff that brings anki to the latest release (2.0.45). > works fine here, It's a bit cleaner if you apply this on top, otherwise ok with me: --- Makefile- Tue Jul 25 11:34:24 2017 +++ MakefileTue Jul 25 11:34:48 2017

UPDATE: education/anki to 2.0.45

2017-07-24 Thread Gleydson Soares
Hi, please find below a diff that brings anki to the latest release (2.0.45). works fine here, Index: Makefile === RCS file: /cvs/ports/education/anki/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile8