Changeset 98116


Ignore:
Timestamp:
Sep 25, 2012, 12:52:14 PM (12 years ago)
Author:
and.damore@…
Message:

port mdbtools: upgrade to 0.7, switched to github portgroup, removed manual workaround for acinclude.m4 (fixed upstream), removed previous patchfile, new patchfiles from #36312 added, added license, idented long_description; close ticket #36312

Location:
trunk/dports/databases/mdbtools
Files:
3 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/databases/mdbtools/Portfile

    r79786 r98116  
    11# $Id$
    22PortSystem 1.0
    3 name                    mdbtools
    4 version                 0.6pre1
    5 revision                1
     3PortGroup github 1.0
     4
     5github.setup            brianb mdbtools 0.7
     6license                 GPL-2
    67description             libraries and programs to help using MSAccess databases
    78long_description        \
    8 MDB Tools is a suite of libraries and programs to facilitate the use of \
    9 Microsoft Access databases, also known as Jet databases after the Microsoft's \
    10 Jet Database Engine or as MDB databases after the .mdb extension used by the \
    11 file containing the database
     9    MDB Tools is a suite of libraries and programs to facilitate the use of \
     10    Microsoft Access databases, also known as Jet databases after the Microsoft's \
     11    Jet Database Engine or as MDB databases after the .mdb extension used by the \
     12    file containing the database
    1213
     14platforms               darwin
     15categories              databases devel
    1316maintainers             and.damore openmaintainer
    14 categories              databases devel
    15 platforms               darwin
    16 homepage                http://mdbtools.sourceforge.net
    1717
    18 depends_build           port:pkgconfig \
    19                         port:flex \
    20                         port:bison
    21 
     18depends_build           port:flex \
     19                        port:bison \
     20                        port:pkgconfig
     21                       
    2222depends_lib             path:lib/pkgconfig/glib-2.0.pc:glib2
    2323
    24 master_sites            sourceforge:mdbtools
    25 checksums               md5     246e8f38b2a1af1bcff60ee0da59300b \
    26                         sha1    37a50d623a444ec690d2677b12b59c2f11e497c0 \
    27                         rmd160  e6a89d6984ba84aa9895ab0b6e6b68ac86881be3
     24checksums               rmd160  3dfa263f73eb65e3e2899810c10fa55f0bd5d804 \
     25                        sha256  6d49c52ee578dc7209865873a5715ff2adc6cab214faae6b5c2b91ee058c5c6f
    2826
    29 post-extract {
    30     # https://bugs.gentoo.org/227257?id=227257
    31     delete ${worksrcpath}/acinclude.m4
    32 }
     27patchfiles              patch-configure_in.diff \
     28                        patch-src_sql_makefile_am.diff \
     29                        patch-src_libmdb_makefile_am.diff
     30                       
     31use_autoreconf          yes
     32configure.args-append   --mandir=${prefix}/share/man
    3333
    34 # fix universal variant and build_arch
    35 use_autoreconf          yes
    36 
    37 patchfiles              patch-mdbtools.diff
    38 configure.args-append   --mandir=${prefix}/share/man
Note: See TracChangeset for help on using the changeset viewer.