From owner-svn-ports-head@freebsd.org Wed May 1 08:16:44 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2B10159A6D0; Wed, 1 May 2019 08:16:44 +0000 (UTC) (envelope-from tobik@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) server-signature RSA-PSS (4096 bits) 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 67BAD6AF3F; Wed, 1 May 2019 08:16:44 +0000 (UTC) (envelope-from tobik@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 420121E9D7; Wed, 1 May 2019 08:16:44 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x418Gi0J045838; Wed, 1 May 2019 08:16:44 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x418GhFV045836; Wed, 1 May 2019 08:16:43 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905010816.x418GhFV045836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 1 May 2019 08:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500583 - head/ports-mgmt/portfmt X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/ports-mgmt/portfmt X-SVN-Commit-Revision: 500583 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 67BAD6AF3F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.943,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 01 May 2019 08:16:45 -0000 Author: tobik Date: Wed May 1 08:16:43 2019 New Revision: 500583 URL: https://svnweb.freebsd.org/changeset/ports/500583 Log: ports-mgmt/portfmt: Update to latest commit - Extend data model to allow for target command formatting if turned on with the new -t flag - General parser improvements - Sort USE_PYQT like USE_QT - Add preliminary support for WIP USES=cabal options helpers/variables - Add a portedit command which instead of formatting the entire file only formats edited portions of it. As a proof of concept this for now only has a 'bump-revision' command to bump PORTREVISION of a port, and a 'get' command to return unevaluated variable values as parsed by portfmt. Changes: https://github.com/t6/portfmt/compare/ff04b7c3f4863f4597197878c64c3920eff30508...5f6ab52521d24bbf4bd158064339b9ed3d9d82e1 Modified: head/ports-mgmt/portfmt/Makefile head/ports-mgmt/portfmt/distinfo Modified: head/ports-mgmt/portfmt/Makefile ============================================================================== --- head/ports-mgmt/portfmt/Makefile Wed May 1 07:31:55 2019 (r500582) +++ head/ports-mgmt/portfmt/Makefile Wed May 1 08:16:43 2019 (r500583) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= portfmt -PORTVERSION= g20190406 +PORTVERSION= g20190501 CATEGORIES= ports-mgmt MAINTAINER= tobik@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= t6 -GH_TAGNAME= ff04b7c3f4863f4597197878c64c3920eff30508 +GH_TAGNAME= 5f6ab52521d24bbf4bd158064339b9ed3d9d82e1 HAS_CONFIGURE= yes CONFIGURE_ARGS= LDFLAGS="${LDFLAGS}" \ @@ -21,7 +21,8 @@ MAKE_ARGS= INSTALL_MAN="${INSTALL_MAN}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" TEST_TARGET= test -PLIST_FILES= bin/portfmt \ +PLIST_FILES= bin/portedit \ + bin/portfmt \ man/man1/portfmt.1.gz .include Modified: head/ports-mgmt/portfmt/distinfo ============================================================================== --- head/ports-mgmt/portfmt/distinfo Wed May 1 07:31:55 2019 (r500582) +++ head/ports-mgmt/portfmt/distinfo Wed May 1 08:16:43 2019 (r500583) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554747114 -SHA256 (t6-portfmt-g20190406-ff04b7c3f4863f4597197878c64c3920eff30508_GH0.tar.gz) = d78682697f5fa45a7ba3c8634a638ab725dd1bc6c3bfffd646cdc1a5167700ef -SIZE (t6-portfmt-g20190406-ff04b7c3f4863f4597197878c64c3920eff30508_GH0.tar.gz) = 41877 +TIMESTAMP = 1556697237 +SHA256 (t6-portfmt-g20190501-5f6ab52521d24bbf4bd158064339b9ed3d9d82e1_GH0.tar.gz) = 4699540ce14ca244df9a9be97728b51731b341feba480f2d5f3869eb9fb140b5 +SIZE (t6-portfmt-g20190501-5f6ab52521d24bbf4bd158064339b9ed3d9d82e1_GH0.tar.gz) = 45133