aboutsummaryrefslogtreecommitdiff
path: root/devel/ice/Makefile
diff options
context:
space:
mode:
authorMichael Gmelin <grembo@FreeBSD.org>2016-11-15 14:52:35 +0000
committerMichael Gmelin <grembo@FreeBSD.org>2016-11-15 14:52:35 +0000
commit6e746d77d578440851197a720f91baa011f90918 (patch)
treeaa7c709b39b4c121559900e35895778a38ef3edf /devel/ice/Makefile
parentc4611ee02a877c3453e0987edceefb239d05711a (diff)
downloadports-6e746d77d578440851197a720f91baa011f90918.tar.gz
ports-6e746d77d578440851197a720f91baa011f90918.zip
Fix icegridnode, so it applies property changes to shared communicators
correctly. Without this fix, updates to icebox applications that use a shared communicator will fail silently (unless specific trace properties are set), which also stops other configuration changes to propagate properly. This will also be escalated to upstream. Approved by: mentors (implicit)
Notes
Notes: svn path=/head/; revision=426170
Diffstat (limited to 'devel/ice/Makefile')
-rw-r--r--devel/ice/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ice/Makefile b/devel/ice/Makefile
index 856d85d46630..ba6fab6facd3 100644
--- a/devel/ice/Makefile
+++ b/devel/ice/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Ice
PORTVERSION= 3.6.3
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= devel