svn commit: r487928 - head/misc/gnuit

Gerald Pfeifer gerald at FreeBSD.org
Thu Dec 20 22:47:21 UTC 2018


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


More information about the svn-ports-all mailing list