Changeset 7529 for trunk/dports


Ignore:
Timestamp:
Jun 16, 2004, 9:42:52 AM (20 years ago)
Author:
mww
Message:

bump version to 7.4.3,
build & install pg_autovacuum (-> Bug #1926) [yet unused],
add some comments

File:
1 edited

Legend:

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

    r7445 r7529  
    1 # $Id: Portfile,v 1.40 2004/06/09 20:04:02 mww Exp $
     1# $Id: Portfile,v 1.41 2004/06/16 09:42:52 mww Exp $
    22
    33PortSystem 1.0
    44name            postgresql
    5 version         7.4.2
    6 revision        2
     5version         7.4.3
    76categories      databases
    87maintainers     mww@opendarwin.org
     
    2423                ftp://ftp2.uk.postgresql.org/${subdir}/
    2524
    26 checksums       md5 54a03da34c8520635957f833a4a077ee
     25checksums       md5 204d8ab0c51d9691da2bd986ddbdc477
    2726
    2827use_bzip2       yes
     
    4140build.type      gnu
    4241
     42# Also build autovacuum
     43post-build      {
     44        system "cd ${worksrcpath}/contrib/pg_autovacuum && ${build.cmd}"
     45}
     46
    4347test.run        yes
    4448test.target     check
    4549
    46 #this will propably be removed as soon as we get variant dependencies
     50# Include autovacuum in installation
     51post-destroot   {
     52        xinstall -m 755 -s ${worksrcpath}/contrib/pg_autovacuum/pg_autovacuum \
     53                ${destroot}${prefix}/bin
     54}
     55
     56# This will propably be removed as soon as we get variant dependencies
    4757default_variants        +devel
    4858
     
    5161set tclsh       ${prefix}/bin/tclsh8.4
    5262
    53 #default dir for database
     63# Default dir for database itself
    5464set dbdir       ${prefix}/var/db/pgsql/defaultdb
    5565
     
    102112
    103113        pre-destroot    {
     114                # Add User postgres:postgres
    104115                addgroup postgres
    105116                set gid [existsgroup postgres]
Note: See TracChangeset for help on using the changeset viewer.