aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2010-01-18 07:12:59 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2010-01-18 07:12:59 +0000
commite1fb02c9854bc391f3de53f323891a94b4422fce (patch)
tree920c33ac14bebe8908b4a4efd6b0ba47641049f5 /x11-fm
parent3d9dddf56054b3da9923c4575cf27af56a95ad1a (diff)
downloadports-e1fb02c9854bc391f3de53f323891a94b4422fce.tar.gz
ports-e1fb02c9854bc391f3de53f323891a94b4422fce.zip
Update to 0.6.0.
Notes
Notes: svn path=/head/; revision=248080
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/py-nautilus/Makefile3
-rw-r--r--x11-fm/py-nautilus/distinfo6
-rw-r--r--x11-fm/py-nautilus/files/patch-configure17
3 files changed, 13 insertions, 13 deletions
diff --git a/x11-fm/py-nautilus/Makefile b/x11-fm/py-nautilus/Makefile
index 8488b677ef20..8d24511c8056 100644
--- a/x11-fm/py-nautilus/Makefile
+++ b/x11-fm/py-nautilus/Makefile
@@ -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}
diff --git a/x11-fm/py-nautilus/distinfo b/x11-fm/py-nautilus/distinfo
index 5b9b922a78a0..f750337ef838 100644
--- a/x11-fm/py-nautilus/distinfo
+++ b/x11-fm/py-nautilus/distinfo
@@ -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
diff --git a/x11-fm/py-nautilus/files/patch-configure b/x11-fm/py-nautilus/files/patch-configure
index d9196af60578..191015be10d1 100644
--- a/x11-fm/py-nautilus/files/patch-configure
+++ b/x11-fm/py-nautilus/files/patch-configure
@@ -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}"
+ 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"
+ PYTHON_LIB_LOC="${py_prefix}/lib${libdirsuffix}"
fi