New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83324


Ignore:
Timestamp:
08/29/11 12:41:55 (4 years ago)
Author:
pixilla@…
Message:

www/redland:

  • Update to version 1.0.14.
  • Remove unused patchfile.
Location:
trunk/dports/www/redland
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/redland/Portfile

    r81099 r83324  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 
    12# $Id$ 
    23 
    34PortSystem 1.0 
    45name                redland 
    5 version             1.0.13 
    6 revision            1 
     6version             1.0.14 
    77description         Redland RDF Library 
    88long_description    Redland is a set of free software libraries that provide \ 
     
    1414master_sites        http://download.librdf.org/source/ 
    1515 
    16 checksums           sha1    f1b0db76eb02946a1f794b35db726ddfdc936ad6 \ 
    17                     rmd160  1ebc4a9eb73e022691a34677c5eaf5f17da56d32 
     16checksums           sha1    2561bf73f00f88e39f5c7b3a9b78f8d4ce7da955 \ 
     17                    rmd160  1c58f81106682da3174c05e66a0c77567587be35 
    1818 
    19 patchfiles          patch-configure.diff \ 
    20                     patch-redland-raptor2-headers.diff 
    21  
     19patchfiles          patch-configure.diff 
    2220patch.pre_args      -p1 
    2321 
  • trunk/dports/www/redland/files/patch-configure.diff

    r80890 r83324  
    1 diff -ru a/configure b/configure 
    2 --- a/configure 2011-07-20 08:09:48.000000000 -0700 
    3 +++ b/configure 2011-07-20 08:12:04.000000000 -0700 
    4 @@ -12789,6 +12789,8 @@ 
     1--- a/configure 2011-07-31 14:59:53.000000000 -0700 
     2+++ b/configure 2011-07-31 15:00:21.000000000 -0700 
     3@@ -13661,6 +13661,8 @@ 
    54        done 
    65      done 
     
    109   fi 
    1110  
    12    { $as_echo "$as_me:${as_lineno-$LINENO}: checking BDB version" >&5 
    13 diff -ru a/configure.ac b/configure.ac 
    14 --- a/configure.ac      2011-07-20 08:09:48.000000000 -0700 
    15 +++ b/configure.ac      2011-07-20 08:11:41.000000000 -0700 
    16 @@ -283,6 +283,8 @@ 
    17         done 
    18       done 
    19   
    20 +  else 
    21 +    bdb_version=`sed -ne 's/^.*DB_VERSION_STRING.*Berkeley DB \(...\).*/\1/p' $bdb_include_dir/db.h` 
    22    fi 
    23   
    24    AC_MSG_CHECKING(BDB version) 
     11   { $as_echo "$as_me:${as_lineno-$LINENO}: checking Oracle Berkeley DB (BDB) version" >&5 
Note: See TracChangeset for help on using the changeset viewer.