Date: Sat, 11 Mar 2017 09:01:52 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435890 - in head/editors/aewan: . files Message-ID: <201703110901.v2B91qnr052268@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Mar 11 09:01:51 2017 New Revision: 435890 URL: https://svnweb.freebsd.org/changeset/ports/435890 Log: - Switch to options helpers - Regenerate patches Modified: head/editors/aewan/Makefile head/editors/aewan/files/patch-aeff.c Modified: head/editors/aewan/Makefile ============================================================================== --- head/editors/aewan/Makefile Sat Mar 11 08:38:07 2017 (r435889) +++ head/editors/aewan/Makefile Sat Mar 11 09:01:51 2017 (r435890) @@ -21,7 +21,6 @@ PLIST_FILES= bin/aecat bin/aewan bin/aem man/man1/aewan.1.gz \ man/man1/aemakeflic.1.gz \ man/man5/aewan.5.gz - PORTDOCS= * OPTIONS_DEFINE= DOCS @@ -30,7 +29,9 @@ post-patch: @${REINPLACE_CMD} -e 's|OSTYPE == |OSTYPE = |g' ${WRKSRC}/configure post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} Modified: head/editors/aewan/files/patch-aeff.c ============================================================================== --- head/editors/aewan/files/patch-aeff.c Sat Mar 11 08:38:07 2017 (r435889) +++ head/editors/aewan/files/patch-aeff.c Sat Mar 11 09:01:51 2017 (r435890) @@ -1,6 +1,6 @@ ---- aeff.c.orig Wed Aug 11 10:04:50 2004 -+++ aeff.c Thu Sep 2 23:56:24 2004 -@@ -187,11 +187,12 @@ +--- aeff.c.orig 2005-10-01 01:50:41 UTC ++++ aeff.c +@@ -187,11 +187,12 @@ void aeff_write_header(AeFile *f, const static bool aeff_read_mark(AeFile *f, const char *mark_name, char pref) { char *line; char *s;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703110901.v2B91qnr052268>