On Sat, Feb 13, 2016 at 8:17 PM, Stuart Henderson <s...@spacehopper.org> wrote:
> I presume this is a file which users need to edit? If so, the @sample is > correct and its OK with me. Yes, and I retract my statement, I missed the .dist part. > On 11 February 2016 20:35:03 GMT+00:00, viq <vic...@gmail.com> wrote: > >On pon, 2016-02-08 at 10:05 -0600, Kent R. Spillner wrote: > >> On Mon, Feb 08, 2016 at 08:11:22AM +0100, viq wrote: > >> > Bump > >> > >> Hrrmmm, the mail I sent about this last week never made it to the > >> list. > >> I would prefer to commit this fix. > >> > >> Ok? > > > >This works for me with two linux clients. Can we get this imported so > >release doesn't ship with package with errors? > >Also, I believe you want to drop the @sample line for vars. > > > >> Index: Makefile > >> =================================================================== > >> RCS file: /work/cvsroot/ports/productivity/taskd/Makefile,v > >> retrieving revision 1.5 > >> diff -p -u -r1.5 Makefile > >> --- Makefile 28 Jan 2016 17:15:00 -0000 1.5 > >> +++ Makefile 8 Feb 2016 15:49:27 -0000 > >> @@ -4,6 +4,7 @@ COMMENT = lightweight server providing a > >> > >> DISTNAME = taskd-1.1.0 > >> CATEGORIES = productivity net > >> +REVISION = 0 > >> > >> HOMEPAGE = http://www.taskwarrior.org/ > >> > >> @@ -41,6 +42,8 @@ post-install: > >> ${PREFIX}/share/examples/taskd/pki/ > >> ${INSTALL_DATA} ${WRKSRC}/pki/README \ > >> ${PREFIX}/share/examples/taskd/pki/ > >> + ${INSTALL_DATA} ${WRKSRC}/pki/vars \ > >> + ${PREFIX}/share/examples/taskd/pki/vars.dist > >> ${SUBST_DATA} ${FILESDIR}/config \ > >> ${PREFIX}/share/examples/taskd/config > >> > >> Index: pkg/PLIST > >> =================================================================== > >> RCS file: /work/cvsroot/ports/productivity/taskd/pkg/PLIST,v > >> retrieving revision 1.3 > >> diff -p -u -r1.3 PLIST > >> --- pkg/PLIST 28 Jan 2016 17:15:05 -0000 1.3 > >> +++ pkg/PLIST 8 Feb 2016 15:49:54 -0000 > >> @@ -35,6 +35,7 @@ share/examples/taskd/pki/generate.ca > >> share/examples/taskd/pki/generate.client > >> share/examples/taskd/pki/generate.crl > >> share/examples/taskd/pki/generate.server > >> +share/examples/taskd/pki/vars.dist > >> @sample share/examples/taskd/pki/vars > >> share/taskd/ > >> share/taskd/AUTHORS > > -- > Sent from a phone, please excuse the formatting. > -- viq