1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to 0.6.0.

This commit is contained in:
Joe Marcus Clarke 2010-01-18 07:12:59 +00:00
parent 3d9dddf560
commit e1fb02c985
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248080
3 changed files with 16 additions and 16 deletions

View File

@ -7,8 +7,7 @@
#
PORTNAME= nautilus
PORTVERSION= 0.5.1
PORTREVISION= 1
PORTVERSION= 0.6.0
CATEGORIES= x11-fm gnome python
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/nautilus-python/${PORTVERSION:R}

View File

@ -1,3 +1,3 @@
MD5 (nautilus-python-0.5.1.tar.bz2) = 83136937cdb790a2ee5823e96de20acf
SHA256 (nautilus-python-0.5.1.tar.bz2) = 34e79046b9bd420bc980befeabeac9c229a6a12e21e04c7648849cd540593d89
SIZE (nautilus-python-0.5.1.tar.bz2) = 230999
MD5 (nautilus-python-0.6.0.tar.bz2) = 63890d668cc8a6d63a9c0a3c5ed25566
SHA256 (nautilus-python-0.6.0.tar.bz2) = 68bb2008de86ec97830e05cbb4b8c58dec09903436b0b59bfe3df90aedc415ab
SIZE (nautilus-python-0.6.0.tar.bz2) = 242914

View File

@ -1,15 +1,16 @@
--- configure.orig 2008-01-13 14:41:48.000000000 -0500
+++ configure 2008-01-13 14:42:01.000000000 -0500
@@ -19597,10 +19597,10 @@ CPPFLAGS="$save_CPPFLAGS"
{ echo "$as_me:$LINENO: checking for libraries required to embed python" >&5
echo $ECHO_N "checking for libraries required to embed python... $ECHO_C" >&6; }
py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"`
--- configure.orig 2010-01-18 02:10:37.000000000 -0500
+++ configure 2010-01-18 02:10:56.000000000 -0500
@@ -10479,11 +10479,11 @@ py_exec_prefix=`$PYTHON -c "import sys;
-if test "x$PYTHON_LIBS" == x; then
+if test "x$PYTHON_LIBS" = x; then
PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}"
fi
-if test "x$PYTHON_LIB_LOC" == x; then
+if test "x$PYTHON_LIB_LOC" = x; then
PYTHON_LIB_LOC="${py_prefix}/lib"
PYTHON_LIBS="-L${py_prefix}/lib${libdirsuffix} -lpython${PYTHON_VERSION}"
fi
-if test "x$PYTHON_LIB_LOC" == x; then
+if test "x$PYTHON_LIB_LOC" = x; then
PYTHON_LIB_LOC="${py_prefix}/lib${libdirsuffix}"
fi