mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Update to 0.3.15.
This commit is contained in:
parent
ccc47b2e20
commit
de3ab4821f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222151
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user