[40454] trunk/dports/security/dirmngr

boeyms at macports.org boeyms at macports.org
Thu Oct 2 09:54:39 PDT 2008


Revision: 40454
          http://trac.macports.org/changeset/40454
Author:   boeyms at macports.org
Date:     2008-10-02 09:54:39 -0700 (Thu, 02 Oct 2008)
Log 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.

Modified Paths:
--------------
    trunk/dports/security/dirmngr/Portfile

Added Paths:
-----------
    trunk/dports/security/dirmngr/files/
    trunk/dports/security/dirmngr/files/patch-tests__Makefile.in.diff

Modified: trunk/dports/security/dirmngr/Portfile
===================================================================
--- trunk/dports/security/dirmngr/Portfile	2008-10-02 16:50:23 UTC (rev 40453)
+++ trunk/dports/security/dirmngr/Portfile	2008-10-02 16:54:39 UTC (rev 40454)
@@ -3,7 +3,7 @@
 PortSystem  1.0
 
 name        dirmngr
-version     1.0.1
+version     1.0.2
 categories  security mail
 maintainers boeyms openmaintainer
 description X.509 certificate directory manager for GnuPG
@@ -19,21 +19,12 @@
 master_sites    gnupg
 
 use_bzip2   yes
-checksums   md5 3b969ee763fa9160319abe3f24b5959d \
-            sha1 39eb62907e5c4ddc29da00b1291c24e5267f113e \
-            rmd160 eca2e5622ffe7af7ddece1b76977e5f696465385
+checksums   md5 88d62a348903009cbc96212e4684c89c \
+            sha1 55c82f918731f142cbe26d598a97c0c08bd7d1f8 \
+            rmd160 671d853b53fc83c96e5d0005316442c70cf497dd
 
-post-patch {
-    reinplace "s|/var|${prefix}/var|" \
-        ${worksrcpath}/src/dirmngr.c \
-        ${worksrcpath}/src/dirmngr-client.c
-}
+patchfiles  patch-tests__Makefile.in.diff
 
-# Need to define LDAP_DEPRECATED as dirmngr uses ldap_init(),
-# ldap_simple_bind_s() and ldap_search_st(), which are deprecated at least as of
-# OpenLDAP 2.3.35.
-configure.cppflags  -DLDAP_DEPRECATED
-
 depends_lib port:libiconv       \
             port:gettext        \
             port:libassuan      \

Added: trunk/dports/security/dirmngr/files/patch-tests__Makefile.in.diff
===================================================================
--- trunk/dports/security/dirmngr/files/patch-tests__Makefile.in.diff	                        (rev 0)
+++ trunk/dports/security/dirmngr/files/patch-tests__Makefile.in.diff	2008-10-02 16:54:39 UTC (rev 40454)
@@ -0,0 +1,12 @@
+--- tests/Makefile.in	2008-07-31 12:24:20.000000000 +0000
++++ tests/Makefile.in.new	2008-09-29 12:19:00.000000000 +0000
+@@ -218,7 +218,8 @@
+ 	      $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS)
+ 
+ AM_LDFLAGS = $(LDFLAGS)
+-LDADD = ../jnlib/libjnlib.a $(LIBASSUAN_LIBS) $(LIBGCRYPT_LIBS) $(KSBA_LIBS)
++LDADD = ../jnlib/libjnlib.a $(LIBASSUAN_LIBS) $(LIBGCRYPT_LIBS) $(KSBA_LIBS) \
++	$(LIBICONV) $(LIBINTL)
+ asschk_SOURCES = asschk.c
+ show_multi_SOURCERS = show-multi.c
+ show_multi_LDADD = 


Property changes on: trunk/dports/security/dirmngr/files/patch-tests__Makefile.in.diff
___________________________________________________________________
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081002/46fb6b4b/attachment.html 


More information about the macports-changes mailing list