Index: head/ports-mgmt/portfmt/Makefile =================================================================== --- head/ports-mgmt/portfmt/Makefile (revision 520157) +++ head/ports-mgmt/portfmt/Makefile (revision 520158) @@ -1,36 +1,33 @@ # $FreeBSD$ PORTNAME= portfmt -PORTVERSION= g20191117 +PORTVERSION= g20191215 CATEGORIES= ports-mgmt MAINTAINER= tobik@FreeBSD.org COMMENT= Format FreeBSD Ports Makefiles LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= t6 -GH_TAGNAME= 9121f6116898888fe3312fa20160b06c5271625e +GH_TAGNAME= dc6727041f0ad01e34131cab7186412d57ba6329 USE_LDCONFIG= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= LDFLAGS="${LDFLAGS}" \ +CONFIGURE_ARGS= CPPFLAGS="${CPPFLAGS}" \ + LDFLAGS="${LDFLAGS}" \ PREFIX="${PREFIX}" MAKE_ARGS= INSTALL_LIB="${INSTALL_LIB}" \ INSTALL_MAN="${INSTALL_MAN}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" TEST_TARGET= test -PLIST_FILES= bin/portclippy \ - bin/portedit \ - bin/portfmt \ - bin/portscan \ - lib/libportfmt.so \ - man/man1/portclippy.1.gz \ - man/man1/portedit.1.gz \ - man/man1/portfmt.1.gz \ - man/man1/portscan.1.gz +OPTIONS_DEFINE= SUBPACKAGES + +SUBPACKAGES_DESC= Subpackages support (D16457) + +SUBPACKAGES_CPPFLAGS_OFF= -DPORTFMT_SUBPACKAGES=0 .include Index: head/ports-mgmt/portfmt/distinfo =================================================================== --- head/ports-mgmt/portfmt/distinfo (revision 520157) +++ head/ports-mgmt/portfmt/distinfo (revision 520158) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574014601 -SHA256 (t6-portfmt-g20191117-9121f6116898888fe3312fa20160b06c5271625e_GH0.tar.gz) = fb1e0a0977746f81185e73ed67a87693a434450ed0240aa2740040580e377dfe -SIZE (t6-portfmt-g20191117-9121f6116898888fe3312fa20160b06c5271625e_GH0.tar.gz) = 86755 +TIMESTAMP = 1576397697 +SHA256 (t6-portfmt-g20191215-dc6727041f0ad01e34131cab7186412d57ba6329_GH0.tar.gz) = 739acc37323e8eadaf38c8a5b1f1ea61ed0feebf6103b6764db899adff9441f1 +SIZE (t6-portfmt-g20191215-dc6727041f0ad01e34131cab7186412d57ba6329_GH0.tar.gz) = 92515 Index: head/ports-mgmt/portfmt/pkg-plist =================================================================== --- head/ports-mgmt/portfmt/pkg-plist (nonexistent) +++ head/ports-mgmt/portfmt/pkg-plist (revision 520158) @@ -0,0 +1,22 @@ +bin/portclippy +bin/portedit +bin/portfmt +bin/portscan +lib/libportfmt.so +lib/portfmt/plugin.edit.bump-revision.so +lib/portfmt/plugin.edit.merge.so +lib/portfmt/plugin.edit.set-version.so +lib/portfmt/plugin.kakoune.select-object-on-line.so +lib/portfmt/plugin.lint.clones.so +lib/portfmt/plugin.lint.order.so +lib/portfmt/plugin.output.unknown-targets.so +lib/portfmt/plugin.output.unknown-variables.so +lib/portfmt/plugin.output.variable-value.so +lib/portfmt/plugin.refactor.collapse-adjacent-variables.so +lib/portfmt/plugin.refactor.depup-tokens.so +lib/portfmt/plugin.refactor.sanitize-append-modifier.so +lib/portfmt/plugin.refactor.sanitize-eol-comments.so +man/man1/portclippy.1.gz +man/man1/portedit.1.gz +man/man1/portfmt.1.gz +man/man1/portscan.1.gz Property changes on: head/ports-mgmt/portfmt/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property