Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2019 08:16:43 +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: r500583 - head/ports-mgmt/portfmt
Message-ID:  <201905010816.x418GhFV045836@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905010816.x418GhFV045836>