[MacPorts] #1341: Update db4 to 4.2.52

MacPorts noreply at macports.org
Thu Mar 24 06:44:46 PDT 2016


#1341: Update db4 to 4.2.52
----------------------+------------------------
  Reporter:  dluke@…  |      Owner:  michaelm@…
      Type:  update   |     Status:  closed
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  1.0
Resolution:  fixed    |   Keywords:
      Port:  db4      |
----------------------+------------------------
Changes (by ryandesign@…):

 * type:  defect => update
 * port:   => db4


Old description:

> Version bump (the latest subversion snapshot recommends this version of
> berkeleydb).
>
> Diff inline:
>
> --- Portfile    3 Nov 2003 16:51:28 -0000       1.17
> +++ Portfile    29 Dec 2003 17:35:35 -0000
> @@ -2,8 +2,7 @@
>
>  PortSystem 1.0
>  name           db4
> -version                4.1.25
> -revision        1
> +version                4.2.52
>  categories     databases
>  maintainers    michaelm at opendarwin.org
>  description    The Berkely DB package, revision 4
> @@ -11,11 +10,11 @@
>  platforms      darwin freebsd
>  master_sites   http://www.sleepycat.com/update/snapshot/
>  distname       db-${portversion}
> -checksums      md5 df71961002b552c0e72c6e4e358f27e1
> +checksums      md5 cbc77517c9278cdb47613ce8cb55779f
>  worksrcdir     ${distname}/build_unix
>  configure.cmd  ../dist/configure
>  configure.args --enable-compat185 --enable-dump185 --enable-cxx \
> -                  --enable-dynamic --includedir=${prefix}/include/db4 \
> +                               --includedir=${prefix}/include/db4 \
>                    --program-transform-name=s,^db,db4,
>
>  platform darwin 7 { configure.args-append   --enable-tcl \
> @@ -24,6 +23,8 @@
>  platform darwin 6 { configure.args-append   --enable-tcl \
>                  --with-tcl=/System/Library/Tcl/8.3 }
>
> +variant java { configure.args-append --enable-java }
> +
>  destroot.destdir  prefix=${destroot}${prefix} \
>                      includedir=${destroot}${prefix}/include/db4 \
> docdir=${destroot}${prefix}/share/${name}-${version}/
> @@ -45,7 +46,6 @@
>                        mv db_load db4_load
>                        mv db_stat db4_stat"
>  }
> -
>
>  long_description Revision 4 of the Berkeley DB library. This version \
>                  uses an incompatible underlying database format than \

New description:

 Version bump (the latest subversion snapshot recommends this version of
 berkeleydb).

 Diff inline:

 {{{
 --- Portfile    3 Nov 2003 16:51:28 -0000       1.17
 +++ Portfile    29 Dec 2003 17:35:35 -0000
 @@ -2,8 +2,7 @@

  PortSystem 1.0
  name           db4
 -version                4.1.25
 -revision        1
 +version                4.2.52
  categories     databases
  maintainers    michaelm at opendarwin.org
  description    The Berkely DB package, revision 4
 @@ -11,11 +10,11 @@
  platforms      darwin freebsd
  master_sites   http://www.sleepycat.com/update/snapshot/
  distname       db-${portversion}
 -checksums      md5 df71961002b552c0e72c6e4e358f27e1
 +checksums      md5 cbc77517c9278cdb47613ce8cb55779f
  worksrcdir     ${distname}/build_unix
  configure.cmd  ../dist/configure
  configure.args --enable-compat185 --enable-dump185 --enable-cxx \
 -                  --enable-dynamic --includedir=${prefix}/include/db4 \
 +                               --includedir=${prefix}/include/db4 \
                    --program-transform-name=s,^db,db4,

  platform darwin 7 { configure.args-append   --enable-tcl \
 @@ -24,6 +23,8 @@
  platform darwin 6 { configure.args-append   --enable-tcl \
                  --with-tcl=/System/Library/Tcl/8.3 }

 +variant java { configure.args-append --enable-java }
 +
  destroot.destdir  prefix=${destroot}${prefix} \
                      includedir=${destroot}${prefix}/include/db4 \
                      docdir=${destroot}${prefix}/share/${name}-${version}/
 @@ -45,7 +46,6 @@
                        mv db_load db4_load
                        mv db_stat db4_stat"
  }
 -

  long_description Revision 4 of the Berkeley DB library. This version \
                  uses an incompatible underlying database format than \
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/1341#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list