Ticket #15411: python-bsddb-updates.diff
File python-bsddb-updates.diff, 2.4 KB (added by danielluke (Daniel J. Luke), 16 years ago) |
---|
-
py30-bsddb/Portfile
15 15 16 16 name py30-bsddb 17 17 version 3.0a3 18 revision 1 18 19 categories python databases 19 20 platforms darwin 20 21 maintainers mww 21 description Python bindings to the db4 4library22 description Python bindings to the db46 library 22 23 long_description ${description} 23 24 24 25 homepage http://www.python.org/doc/current/lib/module-dbm.html … … 35 36 file copy ${filespath}/setup.py ${worksrcpath} 36 37 } 37 38 38 set libdir ${prefix}/lib/db4 439 set incdir ${prefix}/include/db4 440 depends_lib-append port:db4 439 set libdir ${prefix}/lib/db46 40 set incdir ${prefix}/include/db46 41 depends_lib-append port:db46 41 42 42 43 configure { 43 44 reinplace "s|__VERSION__|${version}|g" ${worksrcpath}/setup.py -
py-bsddb/Portfile
5 5 6 6 name py-bsddb 7 7 version 2.4.5 8 revision 1 8 9 categories python databases 9 10 platforms darwin 10 11 maintainers mww … … 26 27 file copy ${filespath}/setup.py ${worksrcpath} 27 28 } 28 29 29 set libdir ${prefix}/lib/db4 430 set incdir ${prefix}/include/db4 431 depends_lib-append port:db4 430 set libdir ${prefix}/lib/db46 31 set incdir ${prefix}/include/db46 32 depends_lib-append port:db46 32 33 33 34 variant db3 { 34 35 set libdir ${prefix}/lib 35 36 set incdir ${prefix}/include/db3 36 depends_lib-delete port:db4 437 depends_lib-delete port:db46 37 38 depends_lib-append port:db3 38 39 } 39 40 -
py25-bsddb/Portfile
5 5 6 6 name py25-bsddb 7 7 version 2.5.2 8 revision 1 8 9 categories python databases 9 10 platforms darwin 10 11 maintainers mww 11 description Python bindings to the db4 4library12 description Python bindings to the db46 library 12 13 long_description ${description} 13 14 14 15 homepage http://www.python.org/doc/current/lib/module-dbm.html … … 26 27 file copy ${filespath}/setup.py ${worksrcpath} 27 28 } 28 29 29 set libdir ${prefix}/lib/db4 430 set incdir ${prefix}/include/db4 431 depends_lib-append port:db4 430 set libdir ${prefix}/lib/db46 31 set incdir ${prefix}/include/db46 32 depends_lib-append port:db46 32 33 33 34 configure { 34 35 reinplace "s|__VERSION__|${version}|g" ${worksrcpath}/setup.py