Date: Thu, 20 Dec 2018 22:47:20 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487928 - head/misc/gnuit Message-ID: <201812202247.wBKMlKSk016301@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Thu Dec 20 22:47:20 2018 New Revision: 487928 URL: https://svnweb.freebsd.org/changeset/ports/487928 Log: Fix up after revision r487864 which added a .info file to pkg-plist instead of using the INFO= facility of the Ports Collection infrastructure. Since the .info file is now packaged, bump PORTREVISION. Modified: head/misc/gnuit/Makefile head/misc/gnuit/pkg-plist Modified: head/misc/gnuit/Makefile ============================================================================== --- head/misc/gnuit/Makefile Thu Dec 20 22:45:26 2018 (r487927) +++ head/misc/gnuit/Makefile Thu Dec 20 22:47:20 2018 (r487928) @@ -3,7 +3,7 @@ PORTNAME= gnuit PORTVERSION= 4.9.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= GNU @@ -16,6 +16,7 @@ LICENSE_COMB= multi USES= ncurses GNU_CONFIGURE= YES CONFIGURE_ARGS= --disable-transition +INFO= gnuit post-install: # Clean stage from orphans. Modified: head/misc/gnuit/pkg-plist ============================================================================== --- head/misc/gnuit/pkg-plist Thu Dec 20 22:45:26 2018 (r487927) +++ head/misc/gnuit/pkg-plist Thu Dec 20 22:47:20 2018 (r487928) @@ -68,5 +68,4 @@ man/man1/gitrgrep.1.gz man/man1/gitunpack.1.gz man/man1/gitview.1.gz man/man1/gitwipe.1.gz -share/info/gnuit.info %%DOCSDIR%%/gnuit.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812202247.wBKMlKSk016301>