Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 09:40:12 +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: r513659 - head/ports-mgmt/portfmt
Message-ID:  <201910030940.x939eCiS069315@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Oct  3 09:40:12 2019
New Revision: 513659
URL: https://svnweb.freebsd.org/changeset/ports/513659

Log:
  ports-mgmt/portfmt: Update to latest commit
  
  Changes:	https://github.com/t6/portfmt/commits/e1938905d1fb9f23edbe74dd4713321a7d0560ca

Modified:
  head/ports-mgmt/portfmt/Makefile
  head/ports-mgmt/portfmt/distinfo

Modified: head/ports-mgmt/portfmt/Makefile
==============================================================================
--- head/ports-mgmt/portfmt/Makefile	Thu Oct  3 09:39:38 2019	(r513658)
+++ head/ports-mgmt/portfmt/Makefile	Thu Oct  3 09:40:12 2019	(r513659)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	portfmt
-PORTVERSION=	g20191001
+PORTVERSION=	g20191003
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	tobik@FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	t6
-GH_TAGNAME=	16a873c98e015383e38bc70927f56733526395c9
+GH_TAGNAME=	e1938905d1fb9f23edbe74dd4713321a7d0560ca
 USE_LDCONFIG=	yes
 
 HAS_CONFIGURE=	yes
@@ -26,9 +26,11 @@ 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/portfmt.1.gz \
+		man/man1/portscan.1.gz
 
 .include <bsd.port.mk>

Modified: head/ports-mgmt/portfmt/distinfo
==============================================================================
--- head/ports-mgmt/portfmt/distinfo	Thu Oct  3 09:39:38 2019	(r513658)
+++ head/ports-mgmt/portfmt/distinfo	Thu Oct  3 09:40:12 2019	(r513659)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569915686
-SHA256 (t6-portfmt-g20191001-16a873c98e015383e38bc70927f56733526395c9_GH0.tar.gz) = 7100c12e4190f7bd4f027b599337fd7f8c085ea49de882fdad1c479ecb98ea91
-SIZE (t6-portfmt-g20191001-16a873c98e015383e38bc70927f56733526395c9_GH0.tar.gz) = 81954
+TIMESTAMP = 1570095231
+SHA256 (t6-portfmt-g20191003-e1938905d1fb9f23edbe74dd4713321a7d0560ca_GH0.tar.gz) = f86f29de40c083958c93c8d16585af979dc92954de0065f8c6b9a9f01ac8f957
+SIZE (t6-portfmt-g20191003-e1938905d1fb9f23edbe74dd4713321a7d0560ca_GH0.tar.gz) = 84997



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