diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-11 04:05:10 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-11 04:05:10 +0800 |
commit | 60f9e3c6b1cd6992e0e95cfeb27cefa1f99eb060 (patch) | |
tree | 6940a506bdb5d24e3120be16a11d7cce42fe90ad /devel | |
parent | c320e2f8c6db5742333395587ce6476d585720ce (diff) | |
download | marcuscom-ports-60f9e3c6b1cd6992e0e95cfeb27cefa1f99eb060.tar.gz marcuscom-ports-60f9e3c6b1cd6992e0e95cfeb27cefa1f99eb060.tar.zst marcuscom-ports-60f9e3c6b1cd6992e0e95cfeb27cefa1f99eb060.zip |
Update to 1.5.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13600 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gvfs/Makefile | 4 | ||||
-rw-r--r-- | devel/gvfs/distinfo | 6 | ||||
-rw-r--r-- | devel/gvfs/files/patch-configure | 29 |
3 files changed, 24 insertions, 15 deletions
diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile index fb96f0b83..ffef91fa2 100644 --- a/devel/gvfs/Makefile +++ b/devel/gvfs/Makefile @@ -3,11 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gvfs/Makefile,v 1.54 2009/10/19 19:42:40 kwm Exp $ +# $MCom: ports/devel/gvfs/Makefile,v 1.56 2010/01/27 13:38:32 avl Exp $ # PORTNAME= gvfs -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/devel/gvfs/distinfo b/devel/gvfs/distinfo index ee33f8de7..631259df8 100644 --- a/devel/gvfs/distinfo +++ b/devel/gvfs/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gvfs-1.5.2.tar.bz2) = bdf58cab5241e1d631ec16099a044df6 -SHA256 (gnome2/gvfs-1.5.2.tar.bz2) = e5e740a75087626fd5cb756ca8948a98ee039bddb64a35d076067d0e8df1abd2 -SIZE (gnome2/gvfs-1.5.2.tar.bz2) = 1308112 +MD5 (gnome2/gvfs-1.5.3.tar.bz2) = e0540360ccc0943d6a0c93c79981deee +SHA256 (gnome2/gvfs-1.5.3.tar.bz2) = 1da0a375801eead6e589a86d7b38916d4770a09cf12c926e081f8c47a33d43d6 +SIZE (gnome2/gvfs-1.5.3.tar.bz2) = 1299775 diff --git a/devel/gvfs/files/patch-configure b/devel/gvfs/files/patch-configure index 0b1b2a2ab..5139f5789 100644 --- a/devel/gvfs/files/patch-configure +++ b/devel/gvfs/files/patch-configure @@ -1,7 +1,7 @@ ---- configure.orig 2009-04-24 00:15:09.000000000 -0400 -+++ configure 2009-04-24 00:16:04.000000000 -0400 -@@ -26973,6 +26973,9 @@ fi - *-linux*) +--- configure.orig 2010-02-10 20:52:05.000000000 +0000 ++++ configure 2010-02-10 20:54:21.000000000 +0000 +@@ -15666,6 +15666,9 @@ fi + *-linux* | *-freebsd* | *-kfreebsd*-gnu) use_gphoto2=yes ;; + *-freebsd*) @@ -10,16 +10,16 @@ *) use_gphoto2=no ;; -@@ -28018,7 +28021,7 @@ if test "${ac_cv_lib_archive_archive_ent +@@ -16191,7 +16194,7 @@ if test "${ac_cv_lib_archive_archive_ent $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-larchive $LIBS" +LIBS="-larchive -lcrypto -lmd $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -28094,7 +28097,7 @@ _ACEOF + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -16236,7 +16239,7 @@ $as_echo "#define HAVE_ARCHIVE /**/" >>c if test x$with_archive_libs != x/usr/lib; then ARCHIVE_LIBS="-L$with_archive_libs -larchive" else @@ -27,4 +27,13 @@ + ARCHIVE_LIBS="-larchive -lcrypto -lmd" fi else - { $as_echo "$as_me:$LINENO: checking for archive_entry_filetype in -larchive" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archive_entry_filetype in -larchive" >&5 +@@ -16245,7 +16248,7 @@ if test "${ac_cv_lib_archive_archive_ent + $as_echo_n "(cached) " >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-larchive $LIBS" ++LIBS="-larchive -lcrypto -lmd $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + |