From owner-svn-ports-head@freebsd.org Sun Jul 17 09:00:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 000E6B9A1B1; Sun, 17 Jul 2016 09:00:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C66901DCE; Sun, 17 Jul 2016 09:00:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6H90VF0019805; Sun, 17 Jul 2016 09:00:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6H90Ulj019803; Sun, 17 Jul 2016 09:00:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201607170900.u6H90Ulj019803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 Jul 2016 09:00:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418660 - in head/math/xplot: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2016 09:00:32 -0000 Author: amdmi3 Date: Sun Jul 17 09:00:30 2016 New Revision: 418660 URL: https://svnweb.freebsd.org/changeset/ports/418660 Log: - Switch to options helpers - Regenerate patches with `make makepatch` Added: head/math/xplot/files/patch-Makefile.in - copied, changed from r418659, head/math/xplot/files/patch-Makefile Deleted: head/math/xplot/files/patch-Makefile Modified: head/math/xplot/Makefile Modified: head/math/xplot/Makefile ============================================================================== --- head/math/xplot/Makefile Sun Jul 17 06:46:45 2016 (r418659) +++ head/math/xplot/Makefile Sun Jul 17 09:00:30 2016 (r418660) @@ -20,12 +20,16 @@ PLIST_FILES= bin/tcpdump2xplot bin/tcpdu man/man1/tcpdump2xplot.1.gz \ man/man1/xplot.1.gz +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e \ '/INSTALL/s|2xplot$$|2xplot.pl|' ${WRKSRC}/Makefile.in post-install: ${LN} -sf tcpdump2xplot.pl ${STAGEDIR}${PREFIX}/bin/tcpdump2xplot + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} Copied and modified: head/math/xplot/files/patch-Makefile.in (from r418659, head/math/xplot/files/patch-Makefile) ============================================================================== --- head/math/xplot/files/patch-Makefile Sun Jul 17 06:46:45 2016 (r418659, copy source) +++ head/math/xplot/files/patch-Makefile.in Sun Jul 17 09:00:30 2016 (r418660) @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2014-06-08 23:17:52.261073676 +0800 -+++ Makefile.in 2014-06-08 23:18:17.975100570 +0800 +--- Makefile.in.orig 2000-05-04 21:04:20 UTC ++++ Makefile.in @@ -70,11 +70,11 @@ version_string.c: version echo 'char *version_string = "'`cat version`'";' >version_string.c