From owner-svn-ports-head@freebsd.org Fri Jul 24 20:25:44 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9CA9F3730EF; Fri, 24 Jul 2020 20:25:44 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BD1143hgYz4FJ0; Fri, 24 Jul 2020 20:25:44 +0000 (UTC) (envelope-from jgh@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61DD21034C; Fri, 24 Jul 2020 20:25:44 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06OKPiCM000964; Fri, 24 Jul 2020 20:25:44 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06OKPhDL000958; Fri, 24 Jul 2020 20:25:43 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <202007242025.06OKPhDL000958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Fri, 24 Jul 2020 20:25:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543379 - in head/deskutils/menumaker: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jgh X-SVN-Commit-Paths: in head/deskutils/menumaker: . files X-SVN-Commit-Revision: 543379 X-SVN-Commit-Repository: ports 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.33 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: Fri, 24 Jul 2020 20:25:44 -0000 Author: jgh Date: Fri Jul 24 20:25:43 2020 New Revision: 543379 URL: https://svnweb.freebsd.org/changeset/ports/543379 Log: - update to 0.99.12 Modified: head/deskutils/menumaker/Makefile head/deskutils/menumaker/distinfo head/deskutils/menumaker/files/patch-configure Modified: head/deskutils/menumaker/Makefile ============================================================================== --- head/deskutils/menumaker/Makefile Fri Jul 24 20:21:32 2020 (r543378) +++ head/deskutils/menumaker/Makefile Fri Jul 24 20:25:43 2020 (r543379) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= menumaker -PORTVERSION= 0.99.11 +PORTVERSION= 0.99.12 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME} @@ -20,5 +20,9 @@ NO_ARCH= yes LDFLAGS+= -L${LOCALBASE}/lib INFO= mmaker + +post-install: + @${REINPLACE_CMD} -i '' -e '1s|#!.*|#!${PYTHON_CMD}|' \ + ${STAGEDIR}${LOCALBASE}/bin/mmaker .include Modified: head/deskutils/menumaker/distinfo ============================================================================== --- head/deskutils/menumaker/distinfo Fri Jul 24 20:21:32 2020 (r543378) +++ head/deskutils/menumaker/distinfo Fri Jul 24 20:25:43 2020 (r543379) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565281986 -SHA256 (menumaker-0.99.11.tar.gz) = 9d831adbaef2101d8b8d82e48d764c2c1a80a38e97dcf90740eb540e6db3f936 -SIZE (menumaker-0.99.11.tar.gz) = 205196 +TIMESTAMP = 1591675191 +SHA256 (menumaker-0.99.12.tar.gz) = e3a3566186a5a9ed4d721c1e7788a5af243c8c8a45b96fe6fff3e94580289b0c +SIZE (menumaker-0.99.12.tar.gz) = 206208 Modified: head/deskutils/menumaker/files/patch-configure ============================================================================== --- head/deskutils/menumaker/files/patch-configure Fri Jul 24 20:21:32 2020 (r543378) +++ head/deskutils/menumaker/files/patch-configure Fri Jul 24 20:25:43 2020 (r543379) @@ -1,11 +1,11 @@ ---- configure.orig 2019-08-08 16:26:40 UTC +--- configure.orig 2020-06-09 04:06:02 UTC +++ configure @@ -3507,7 +3507,7 @@ fi $as_echo_n "checking for python build information... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5 $as_echo "" >&6; } --for python in python3 python3.4 python3.3 python3.2 python3.1 python3.0 python python2.7; do -+for python in python3 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python python2.7; do +-for python in python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python python2 python2.7; do ++for python in python3 python3.8 python3.7 python3.6 python3.5 python3.0 python python2 python2.7; do for ac_prog in $python do # Extract the first word of "$ac_prog", so it can be a program name with args.