Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 39866

Show
Ignore:
Timestamp:
09/09/08 07:33:20 (3 months ago)
Author:
dluke@…
Message:

version bump apr-util to 1.3.4

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/apr-util/Portfile

    r38361 r39866  
    44 
    55name            apr-util 
    6 version         1.3.2 
     6version         1.3.4 
    77categories      devel 
    88maintainers     dluke@geeklair.net 
     
    1616master_sites    apache:apr 
    1717use_bzip2       yes 
    18 checksums       md5 aa782fb9ced8b59c8e99419d8cdd1981 \ 
    19                 sha1 a7632caac8bbf3713fc54ed76a3197a6e9f19f55 \ 
    20                 rmd160 bdc9d4c28a1463e56683bfbee9f1073552242af3 
     18checksums       md5 adfbe525cf3914cf769340e8f6a6d14b \ 
     19                sha1 345f83ee4aefdc85c900bdbd2c4f068da92a6b34 \ 
     20                rmd160 268667f011a829e4abfcd1bfb2dbda2de84fe194 
    2121 
    2222depends_lib     port:apr port:expat \ 
     
    2727configure.args  --with-apr=${prefix}/bin/apr-1-config --with-expat=${prefix} \ 
    2828                --with-iconv=${prefix} --with-berkeley-db=${prefix}/include:${prefix}/lib/db46 \ 
    29                 --without-mysql --without-pgsql --with-sqlite3=${prefix} 
     29                --without-mysql --without-pgsql --with-sqlite3=${prefix} \ 
     30                --disable-util-dso 
    3031 
    3132test.run        yes