[85194] trunk/dports/devel/gnutls/Portfile

jmr at macports.org jmr at macports.org
Mon Oct 10 15:34:50 PDT 2011


Revision: 85194
          http://trac.macports.org/changeset/85194
Author:   jmr at macports.org
Date:     2011-10-10 15:34:50 -0700 (Mon, 10 Oct 2011)
Log Message:
-----------
gnutls: rename certtool to avoid shadowing the different tool of the same name shipped by apple (#27256)

Modified Paths:
--------------
    trunk/dports/devel/gnutls/Portfile

Modified: trunk/dports/devel/gnutls/Portfile
===================================================================
--- trunk/dports/devel/gnutls/Portfile	2011-10-10 22:18:23 UTC (rev 85193)
+++ trunk/dports/devel/gnutls/Portfile	2011-10-10 22:34:50 UTC (rev 85194)
@@ -5,6 +5,7 @@
 
 name            gnutls
 version         2.12.11
+revision        1
 categories      devel security
 # yes, some of the libs are GPL only
 license         LGPL-2.1+ GPL-3+
@@ -40,6 +41,10 @@
 test.run        yes
 test.target     check
 
+post-destroot {
+    move ${destroot}${prefix}/bin/certtool ${destroot}${prefix}/bin/gnutls-certtool
+}
+
 platform darwin 8 {
     depends_build-append   port:texinfo
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111010/0bd70107/attachment.html>


More information about the macports-changes mailing list