aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-10-28 12:50:58 +0800
committermarcus <marcus@FreeBSD.org>2008-10-28 12:50:58 +0800
commit5162c0378145f268a9e6714c02f40722a28ae434 (patch)
tree623714fa241babcb5a944503708c8686a99b2b94 /deskutils
parent9e630d7ac402727a5e01caacc48e2be4fa3eb590 (diff)
downloadfreebsd-ports-gnome-5162c0378145f268a9e6714c02f40722a28ae434.tar.gz
freebsd-ports-gnome-5162c0378145f268a9e6714c02f40722a28ae434.tar.zst
freebsd-ports-gnome-5162c0378145f268a9e6714c02f40722a28ae434.zip
Update to 0.3.15.
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/conduit/Makefile2
-rw-r--r--deskutils/conduit/distinfo6
-rw-r--r--deskutils/conduit/files/patch-configure21
3 files changed, 9 insertions, 20 deletions
diff --git a/deskutils/conduit/Makefile b/deskutils/conduit/Makefile
index ed39cf83f1f7..fad81e5078be 100644
--- a/deskutils/conduit/Makefile
+++ b/deskutils/conduit/Makefile
@@ -6,7 +6,7 @@
# $MCom: ports/deskutils/conduit/Makefile,v 1.7 2008/03/18 14:53:42 ahze Exp $
PORTNAME= conduit
-PORTVERSION= 0.3.14
+PORTVERSION= 0.3.15
CATEGORIES= deskutils
MASTER_SITES= GNOME
diff --git a/deskutils/conduit/distinfo b/deskutils/conduit/distinfo
index 5f3c0bb87664..0753d901721e 100644
--- a/deskutils/conduit/distinfo
+++ b/deskutils/conduit/distinfo
@@ -1,3 +1,3 @@
-MD5 (conduit-0.3.14.tar.gz) = b81a7b346a13216d1bffbaf45ee64b9d
-SHA256 (conduit-0.3.14.tar.gz) = f1867d9b760576487cbc5cebf05e396ee2123ff0c87dc0d7f0612e0380492da8
-SIZE (conduit-0.3.14.tar.gz) = 1280253
+MD5 (conduit-0.3.15.tar.gz) = 82685d4aa09ccd6aa02c3591fcc66842
+SHA256 (conduit-0.3.15.tar.gz) = 5471ab49a6a7223b1e1b1618579790271e3b9515f3f733a815232fcb50387fe0
+SIZE (conduit-0.3.15.tar.gz) = 1227668
diff --git a/deskutils/conduit/files/patch-configure b/deskutils/conduit/files/patch-configure
index c7c260c8802f..07335664b2e6 100644
--- a/deskutils/conduit/files/patch-configure
+++ b/deskutils/conduit/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2008-03-18 09:06:41.000000000 -0400
-+++ configure 2008-03-18 10:48:08.000000000 -0400
-@@ -6447,24 +6447,8 @@
+--- configure.orig 2008-10-21 03:49:21.000000000 -0400
++++ configure 2008-10-28 00:38:28.000000000 -0400
+@@ -6679,23 +6679,7 @@ fi
v=`echo 0.9.0 | sed -e "s/\./,/g"`
{ echo "$as_me:$LINENO: checking for 0.9.0 of goocanvas" >&5
echo $ECHO_N "checking for 0.9.0 of goocanvas... $ECHO_C" >&6; }
@@ -21,18 +21,7 @@
- print 'yes'
-"
-out=`$PYTHON -c "$prog"`
--if test "x$out" == xyes; then
-+out=yes
-+if test "x$out" = xyes; then
++out="yes"
+ if test "x$out" = xyes; then
{ echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6; }
- else
-@@ -6496,7 +6480,7 @@
- print 'yes'
- "
- out=`$PYTHON -c "$prog"`
--if test "x$out" == xyes; then
-+if test "x$out" = xyes; then
- { echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6; }
- else