aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2001-09-09 23:46:14 +0800
committerkevlo <kevlo@FreeBSD.org>2001-09-09 23:46:14 +0800
commit7a171e7ff7528e2417897e9bc0b432fd67ce7510 (patch)
treeb0357f961221c03091ff2da0bd4007c6a9944c0e
parent5e5d578ddc7b635ae667a4edffa4c1de800d1dcf (diff)
downloadfreebsd-ports-gnome-7a171e7ff7528e2417897e9bc0b432fd67ce7510.tar.gz
freebsd-ports-gnome-7a171e7ff7528e2417897e9bc0b432fd67ce7510.tar.zst
freebsd-ports-gnome-7a171e7ff7528e2417897e9bc0b432fd67ce7510.zip
- Bump PORTREVISION
- With the roll-out of itcl/itk/iwidgets 3.2 a few changes to this port should be done. PR: 29706 Submitted by: MAINTAINER
-rw-r--r--net/smm++/Makefile1
-rw-r--r--net/smm++/files/patch-itk.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/net/smm++/Makefile b/net/smm++/Makefile
index 37135e65cbdb..27d9c80a30a1 100644
--- a/net/smm++/Makefile
+++ b/net/smm++/Makefile
@@ -7,6 +7,7 @@
PORTNAME= smm++
PORTVERSION= 5r0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.issever.de/smm/downloads/
DISTNAME= smm
diff --git a/net/smm++/files/patch-itk.sh b/net/smm++/files/patch-itk.sh
index a946433884fb..969ed2e4e253 100644
--- a/net/smm++/files/patch-itk.sh
+++ b/net/smm++/files/patch-itk.sh
@@ -5,7 +5,7 @@
# all possible itkwish executables
-itkarray=(itkwish3.1 itkwish3 itkwish30 itkwish)
-+itkarray="itkwish3.1 itkwish3 itkwish30 itkwish3.0 itkwish"
++itkarray="itkwish3.1 itkwish3 itkwish30 itkwish3.0 itkwish wish8.3 wish8.2"
-# $PATH exploded as an array
-explode=(`echo $PATH | sed 's/:/ /g'`)