1 | --- Portfile.orig 2006-02-24 23:36:22.000000000 -0600 |
---|
2 | +++ Portfile 2006-02-24 23:36:39.000000000 -0600 |
---|
3 | @@ -2,21 +2,14 @@ |
---|
4 | |
---|
5 | PortSystem 1.0 |
---|
6 | PortGroup perl5 1.0 |
---|
7 | -perl5.setup DBD-mysql 2.9008 |
---|
8 | -maintainers darwinports@opendarwin.org |
---|
9 | +perl5.setup DBD-mysql 3.0002 |
---|
10 | +maintainers narf_tm@trulycertifiable.com |
---|
11 | description Perl5 Database Interface to the MySQL database |
---|
12 | long_description ${description} |
---|
13 | |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | -checksums md5 8779f4eb6b56024ddcbdffeb674ad683 \ |
---|
17 | - sha1 8f6d837dafc98a05fbde937917a0d62268ca0ac5 |
---|
18 | +checksums md5 df70ba084c97f5f7c2a997c3de2f0ad0 |
---|
19 | |
---|
20 | depends_lib-append port:p5-dbi bin:mysql:mysql4 lib:libz:zlib |
---|
21 | |
---|
22 | -# A little kludge to work with Mac OS X Server's MySQL |
---|
23 | -post-configure { |
---|
24 | - reinplace "s|-arch i386||g" ${worksrcpath}/Makefile |
---|
25 | - reinplace "s|-arch ppc||g" ${worksrcpath}/Makefile |
---|
26 | -} |
---|
27 | - |
---|