New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81169


Ignore:
Timestamp:
07/26/11 02:08:51 (4 years ago)
Author:
afb@…
Message:

fix db build error on lion (#30384), maintainer, livecheck

Location:
trunk/dports/sysutils/rpm
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/rpm/Portfile

    r76684 r81169  
    55name                    rpm 
    66version                 4.4.9 
    7 revision                11 
     7revision                12 
    88platforms               darwin freebsd linux 
    99categories              sysutils archivers 
    10 maintainers             mac.com:n3npq 
     10maintainers             mac.com:n3npq afb 
    1111description             The RPM package management system. 
    1212long_description        The RPM Package Manager (RPM) is a powerful command line driven \ 
     
    6161                        patch-rpmevr.h \ 
    6262                        patch-parseBuildInstallClean.c \ 
     63                        patch-db-mutex-mut_pthread.c \ 
    6364                        patch-scripts-brp-nobuildrootpath 
    6465 
     
    126127        configure.args-append --with-apidocs 
    127128} 
     129 
     130livecheck.type  regex 
     131# get the last modified tarball 
     132livecheck.url   ${master_sites} 
     133livecheck.regex ${name}-(\[0-9\\.\]+)${extract.suffix} 
Note: See TracChangeset for help on using the changeset viewer.