svn commit: r503450 - head/devel/fossil

Pietro Cerutti gahr at FreeBSD.org
Tue Jun 4 07:54:27 UTC 2019


Author: gahr
Date: Tue Jun  4 07:54:25 2019
New Revision: 503450
URL: https://svnweb.freebsd.org/changeset/ports/503450

Log:
  devel/fossil: only print "fossil all rebuild" instructions during upgrades
  
  Submitted by:	bapt

Modified:
  head/devel/fossil/Makefile
  head/devel/fossil/pkg-message

Modified: head/devel/fossil/Makefile
==============================================================================
--- head/devel/fossil/Makefile	Tue Jun  4 07:31:15 2019	(r503449)
+++ head/devel/fossil/Makefile	Tue Jun  4 07:54:25 2019	(r503450)
@@ -3,7 +3,7 @@
 PORTNAME=	fossil
 PORTVERSION=	2.8
 DISTVERSIONPREFIX=	src-
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	2
 CATEGORIES=	devel www
 MASTER_SITES=	http://fossil-scm.org/index.html/uv/

Modified: head/devel/fossil/pkg-message
==============================================================================
--- head/devel/fossil/pkg-message	Tue Jun  4 07:31:15 2019	(r503449)
+++ head/devel/fossil/pkg-message	Tue Jun  4 07:54:25 2019	(r503450)
@@ -1,3 +1,10 @@
+[
+{
+	message: <<EOD
 After each upgrade do not forget to run the following command:
 
 fossil all rebuild
+EOD,
+	type : upgrade
+}
+]


More information about the svn-ports-head mailing list