Changeset 40454 for trunk/dports


Ignore:
Timestamp:
Oct 2, 2008, 4:54:39 PM (16 years ago)
Author:
boeyms@…
Message:

dirmngr: update to latest version (1.0.2), incorporating bugfix.

This patch updates dirmngr to version 1.0.2, and incorporates a fix for the
bug reported in ticket:13729, which dirmngr 1.0.2 also suffers. This patch
has been incorporated into the update to 1.0.2 as it has not been tested
against 1.0.1.

Location:
trunk/dports/security/dirmngr
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/security/dirmngr/Portfile

    r32369 r40454  
    44
    55name        dirmngr
    6 version     1.0.1
     6version     1.0.2
    77categories  security mail
    88maintainers boeyms openmaintainer
     
    2020
    2121use_bzip2   yes
    22 checksums   md5 3b969ee763fa9160319abe3f24b5959d \
    23             sha1 39eb62907e5c4ddc29da00b1291c24e5267f113e \
    24             rmd160 eca2e5622ffe7af7ddece1b76977e5f696465385
     22checksums   md5 88d62a348903009cbc96212e4684c89c \
     23            sha1 55c82f918731f142cbe26d598a97c0c08bd7d1f8 \
     24            rmd160 671d853b53fc83c96e5d0005316442c70cf497dd
    2525
    26 post-patch {
    27     reinplace "s|/var|${prefix}/var|" \
    28         ${worksrcpath}/src/dirmngr.c \
    29         ${worksrcpath}/src/dirmngr-client.c
    30 }
    31 
    32 # Need to define LDAP_DEPRECATED as dirmngr uses ldap_init(),
    33 # ldap_simple_bind_s() and ldap_search_st(), which are deprecated at least as of
    34 # OpenLDAP 2.3.35.
    35 configure.cppflags  -DLDAP_DEPRECATED
     26patchfiles  patch-tests__Makefile.in.diff
    3627
    3728depends_lib port:libiconv       \
Note: See TracChangeset for help on using the changeset viewer.