libgtkhtml3: update to 3.30.1; see https://trac.macports.org/ticket/24974

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@68469 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Ryan Schmidt
2010-06-04 08:50:26 +00:00
parent eb1ba47e53
commit b3c5b0ff17
2 changed files with 4 additions and 18 deletions
+4 -7
View File
@@ -5,8 +5,7 @@ PortSystem 1.0
name libgtkhtml3
set my_name gtkhtml
version 3.26.3
revision 2
version 3.30.1
set branch [join [lrange [split ${version} .] 0 1] .]
maintainers nomaintainer
@@ -24,9 +23,9 @@ master_sites gnome:sources/${my_name}/${branch}/
distname ${my_name}-${version}
use_bzip2 yes
checksums md5 9a9586fa4581ad20f273952fb70e4101 \
sha1 4b681e763c5801adf8d083ff80ef4332f48935f6 \
rmd160 a994250236abd2def6c94cc7703ef161269c5445
checksums md5 f858b359511f1e1437ad826f4ce0eda9 \
sha1 e72ace1cf3461d3b01746e7ebcfef6e94124103b \
rmd160 e47734cf521bfe20ebd340162769b8c372f453e9
depends_build port:pkgconfig \
port:intltool \
@@ -47,8 +46,6 @@ universal_variant no
use_parallel_build yes
patchfiles patch-configure.diff
test.run yes
test.dir $worksrcpath/gtkhtml
test.target test-verbose
@@ -1,11 +0,0 @@
--- configure.orig 2008-11-06 22:16:04.000000000 -0700
+++ configure 2008-11-10 00:38:16.000000000 -0700
@@ -22071,7 +22071,7 @@
case "$arg" in
--mode=compile) modeok=true ;;
--tag=CC|--tag=CXX) tagok=true ;;
- *) args+=("$arg")
+ *) args[${#args[*]}]="$arg"
esac
done
if $modeok && $tagok ; then