svn commit: r545527 - in head/devel/distcc: . files

Mateusz Piotrowski 0mp at FreeBSD.org
Thu Aug 20 11:09:39 UTC 2020


Author: 0mp
Date: Thu Aug 20 11:09:38 2020
New Revision: 545527
URL: https://svnweb.freebsd.org/changeset/ports/545527

Log:
  devel/distcc: Add an entry to pkg-message for those upgrading from pre-3.3
  
  The message is based on the one from the release notes:
  https://github.com/distcc/distcc/releases/tag/v3.3.3

Modified:
  head/devel/distcc/Makefile
  head/devel/distcc/files/pkg-message.in

Modified: head/devel/distcc/Makefile
==============================================================================
--- head/devel/distcc/Makefile	Thu Aug 20 11:00:06 2020	(r545526)
+++ head/devel/distcc/Makefile	Thu Aug 20 11:09:38 2020	(r545527)
@@ -5,7 +5,7 @@
 PORTNAME=	distcc
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.3.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	ports at FreeBSD.org

Modified: head/devel/distcc/files/pkg-message.in
==============================================================================
--- head/devel/distcc/files/pkg-message.in	Thu Aug 20 11:00:06 2020	(r545526)
+++ head/devel/distcc/files/pkg-message.in	Thu Aug 20 11:09:38 2020	(r545527)
@@ -29,4 +29,12 @@ Note that remote daemons currently won't work if they 
 resolve the reverse DNS of the master machine
 EOM
 }
+{ type: upgrade
+  maximum_version: "3.3"
+  message: <<EOM
+Those upgrading from pre-3.3 must run update-distcc-symlinks on
+every server machine, and add manually (see MASQUERADING of distcc(1))
+those compilers it does not detect.
+EOM
+}
 ]


More information about the svn-ports-head mailing list