From owner-svn-ports-all@freebsd.org Mon May 27 10:49:02 2019 Return-Path: Delivered-To: svn-ports-all@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 2FEED15BF8C5; Mon, 27 May 2019 10:49:02 +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 C2F618E4F2; Mon, 27 May 2019 10:49:01 +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 981461C3B; Mon, 27 May 2019 10:49:01 +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 x4RAn1Fe084408; Mon, 27 May 2019 10:49:01 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4RAn0aS084405; Mon, 27 May 2019 10:49:00 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905271049.x4RAn0aS084405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 27 May 2019 10:49:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502782 - 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: 502782 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C2F618E4F2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 May 2019 10:49:02 -0000 Author: tobik Date: Mon May 27 10:49:00 2019 New Revision: 502782 URL: https://svnweb.freebsd.org/changeset/ports/502782 Log: ports-mgmt/portfmt: Update to newest commit Add preview of portclippy, a linter to check if variables are in the correct order. Modified: head/ports-mgmt/portfmt/Makefile head/ports-mgmt/portfmt/distinfo head/ports-mgmt/portfmt/pkg-descr Modified: head/ports-mgmt/portfmt/Makefile ============================================================================== --- head/ports-mgmt/portfmt/Makefile Mon May 27 10:33:44 2019 (r502781) +++ head/ports-mgmt/portfmt/Makefile Mon May 27 10:49:00 2019 (r502782) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= portfmt -PORTVERSION= g20190506 +PORTVERSION= g20190527 CATEGORIES= ports-mgmt MAINTAINER= tobik@FreeBSD.org @@ -10,9 +10,11 @@ COMMENT= Format FreeBSD Ports Makefiles LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= colordiff:textproc/colordiff + USE_GITHUB= yes GH_ACCOUNT= t6 -GH_TAGNAME= 9927af0960c1fbff4eb105df042b1a9eb45086a4 +GH_TAGNAME= c8ac080432d2bcbca21a0e3019ad7a068ed698f HAS_CONFIGURE= yes CONFIGURE_ARGS= LDFLAGS="${LDFLAGS}" \ @@ -21,7 +23,8 @@ MAKE_ARGS= INSTALL_MAN="${INSTALL_MAN}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" TEST_TARGET= test -PLIST_FILES= bin/portedit \ +PLIST_FILES= bin/portclippy \ + bin/portedit \ bin/portfmt \ man/man1/portfmt.1.gz Modified: head/ports-mgmt/portfmt/distinfo ============================================================================== --- head/ports-mgmt/portfmt/distinfo Mon May 27 10:33:44 2019 (r502781) +++ head/ports-mgmt/portfmt/distinfo Mon May 27 10:49:00 2019 (r502782) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557121061 -SHA256 (t6-portfmt-g20190506-9927af0960c1fbff4eb105df042b1a9eb45086a4_GH0.tar.gz) = e2fae90df12f895fd3cd413c8d6da4982ada47d84442e57c23f2090e53945bd0 -SIZE (t6-portfmt-g20190506-9927af0960c1fbff4eb105df042b1a9eb45086a4_GH0.tar.gz) = 48417 +TIMESTAMP = 1558953595 +SHA256 (t6-portfmt-g20190527-c8ac080432d2bcbca21a0e3019ad7a068ed698f_GH0.tar.gz) = 149efe870441116519aa2f7999b48739c9ed56517c0b734ecf35e91908d9bd31 +SIZE (t6-portfmt-g20190527-c8ac080432d2bcbca21a0e3019ad7a068ed698f_GH0.tar.gz) = 59006 Modified: head/ports-mgmt/portfmt/pkg-descr ============================================================================== --- head/ports-mgmt/portfmt/pkg-descr Mon May 27 10:33:44 2019 (r502781) +++ head/ports-mgmt/portfmt/pkg-descr Mon May 27 10:49:00 2019 (r502782) @@ -1,6 +1,12 @@ -Portfmt is a tool for formatting FreeBSD Ports Collection Makefiles. +Portfmt is a collection of tools for editing, formatting, and linting +FreeBSD Ports Collection Makefiles. -For the time being portfmt concentrates on formatting individual -variables as such it does not move variables to preferred positions. +It comes with several tools: + +- portfmt formats Makefiles +- portclippy is a linter that checks if variables are in the correct + order in a more comprehensive way than portlint +- portedit edits Makefiles. At the moment it only comes with a + bump-revision command WWW: https://github.com/t6/portfmt