- Update to 2.0.7
2.0.7 release notes: http://sourceforge.net/news/?group_id=1645&id=307959 2.0.6 release notes: http://sourceforge.net/news/?group_id=1645&id=307566 2.0.5 release notes: http://sourceforge.net/news/?group_id=1645&id=307358 PR: 169358 Submitted by: gahr Approved by: Jason Bacon <jwbacon@tds.net> (maintainer)
This commit is contained in:
parent
b7c75da949
commit
c3f2de7f2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299932
4 changed files with 4225 additions and 4166 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= swig
|
||||
PORTVERSION= 2.0.4
|
||||
PORTVERSION= 2.0.7
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (swig-2.0.4.tar.gz) = 763a117730d26f8e5ed67f5718c6c0761fbb8461680fc20269db8c0839e1ec8a
|
||||
SIZE (swig-2.0.4.tar.gz) = 5148567
|
||||
SHA256 (swig-2.0.7.tar.gz) = ac1f29be405d78b3848c8ba76add2deffc2cdc166c9a1773eda7972ba3898967
|
||||
SIZE (swig-2.0.7.tar.gz) = 5281076
|
||||
|
|
|
@ -1,54 +0,0 @@
|
|||
--- configure.orig 2012-04-13 16:49:59.000000000 -0500
|
||||
+++ configure 2012-04-13 16:50:32.000000000 -0500
|
||||
@@ -5344,7 +5344,7 @@
|
||||
done
|
||||
test -n "$PCRE_CONFIG" || PCRE_CONFIG="no"
|
||||
|
||||
- if test "$PCRE_CONFIG" == "no"; then :
|
||||
+ if test "$PCRE_CONFIG" = "no"; then :
|
||||
|
||||
:
|
||||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
||||
@@ -5366,7 +5366,7 @@
|
||||
|
||||
else
|
||||
|
||||
- if test x"" == x; then :
|
||||
+ if test x"" = x; then :
|
||||
|
||||
PCRE_CFLAGS="`$PCRE_CONFIG $pcre_config_args --cflags`"
|
||||
|
||||
@@ -5376,7 +5376,7 @@
|
||||
|
||||
fi
|
||||
|
||||
- if test x"" == x; then :
|
||||
+ if test x"" = x; then :
|
||||
|
||||
PCRE_LIBS="`$PCRE_CONFIG $pcre_config_args --libs`"
|
||||
|
||||
@@ -9205,19 +9205,19 @@
|
||||
isolate_b_regex='\([0-9]\+\).*'
|
||||
for ver_part in $nodots_a ; do
|
||||
b_ver_part=`echo "$ver_b" | sed -e 's/'"$isolate_b_regex"'/\1/'`
|
||||
- if test \( "$ver_part" -lt "$b_ver_part" \) -a \( "x$condition" == "xequal" \) ; then
|
||||
+ if test \( "$ver_part" -lt "$b_ver_part" \) -a \( "x$condition" = "xequal" \) ; then
|
||||
condition=less
|
||||
- elif test \( "$ver_part" -gt "$b_ver_part" \) -a \( "x$condition" == "xequal" \) ; then
|
||||
+ elif test \( "$ver_part" -gt "$b_ver_part" \) -a \( "x$condition" = "xequal" \) ; then
|
||||
condition=greater
|
||||
fi
|
||||
isolate_b_regex='[0-9]\+\.'"$isolate_b_regex"
|
||||
done
|
||||
|
||||
- if test "x$condition" == "xequal" ; then
|
||||
+ if test "x$condition" = "xequal" ; then
|
||||
:
|
||||
- elif test "x$condition" == "xless" ; then
|
||||
+ elif test "x$condition" = "xless" ; then
|
||||
:
|
||||
- elif test "x$condition" == "xgreater" ; then
|
||||
+ elif test "x$condition" = "xgreater" ; then
|
||||
OCAMLLOC=_loc
|
||||
fi
|
||||
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue