Date: Mon, 27 May 2019 10:49:00 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502782 - head/ports-mgmt/portfmt Message-ID: <201905271049.x4RAn0aS084405@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905271049.x4RAn0aS084405>