Index: head/ports-mgmt/portfmt/Makefile =================================================================== --- head/ports-mgmt/portfmt/Makefile (revision 502781) +++ head/ports-mgmt/portfmt/Makefile (revision 502782) @@ -1,28 +1,31 @@ # $FreeBSD$ PORTNAME= portfmt -PORTVERSION= g20190506 +PORTVERSION= g20190527 CATEGORIES= ports-mgmt MAINTAINER= tobik@FreeBSD.org 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}" \ PREFIX="${PREFIX}" 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 .include Index: head/ports-mgmt/portfmt/distinfo =================================================================== --- head/ports-mgmt/portfmt/distinfo (revision 502781) +++ head/ports-mgmt/portfmt/distinfo (revision 502782) @@ -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 Index: head/ports-mgmt/portfmt/pkg-descr =================================================================== --- head/ports-mgmt/portfmt/pkg-descr (revision 502781) +++ head/ports-mgmt/portfmt/pkg-descr (revision 502782) @@ -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