[23500] trunk/dports/devel/gpgme/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 2 22:13:23 PDT 2007


Revision: 23500
          http://trac.macosforge.org/projects/macports/changeset/23500
Author:   jann at macports.org
Date:     2007-04-02 22:13:22 -0700 (Mon, 02 Apr 2007)

Log Message:
-----------
Update by new maintainer

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

Modified: trunk/dports/devel/gpgme/Portfile
===================================================================
--- trunk/dports/devel/gpgme/Portfile	2007-04-03 05:05:17 UTC (rev 23499)
+++ trunk/dports/devel/gpgme/Portfile	2007-04-03 05:13:22 UTC (rev 23500)
@@ -1,51 +1,50 @@
 # $Id$
 
-PortSystem			1.0
-name				gpgme
-version				1.1.2
-revision			2
-categories			devel security crypto
-maintainers			nomaintainer at macports.org
-description			A library for easy acces to GnuPG.
+PortSystem          1.0
+name                gpgme
+version             1.1.4
+categories          devel security crypto
+maintainers         boeyms at fastmail.fm openmaintainer at macports.org
+description         A library for easy acces to GnuPG.
 long_description \
-	GnuPG Made Easy (GPGME) is a library designed to make access \
-	to GnuPG easier for applications. It provides a High-Level \
-	Crypto API for encryption, decryption, signing, signature \
-	verification and key management. Currently it uses GnuPG \
-	as its backend but the API isn't restricted to this engine \
-	in fact we have already developed a backend for CMS (S/MIME).
+    GnuPG Made Easy (GPGME) is a library designed to make access \
+    to GnuPG easier for applications. It provides a High-Level \
+    Crypto API for encryption, decryption, signing, signature \
+    verification and key management. Currently it uses GnuPG \
+    as its backend but the API isn't restricted to this engine \
+    in fact we have already developed a backend for CMS (S/MIME).
 
-platforms			darwin 
+platforms           darwin 
 
-homepage			http://www.gnupg.org/related_software/gpgme/
-master_sites		gnupg
-use_bzip2			yes
+homepage            http://www.gnupg.org/related_software/gpgme/
+master_sites        gnupg
+use_bzip2           yes
 
-checksums			sha1 ebf8c278e967588acd7c416bd14bfe35615b7e81
-patchfiles			patch-assuan_assuan.h patch-assuan_funopen.c
+checksums           md5 3b133a3703f16835e55d1a2f8cfdfa70 \
+                    sha1 d3c71afb8b88b1050067633cd8bcc4ca0bae696d \
+                    rmd160 c268df6edfe786871198323773bcc75d10f3c071
 
-depends_lib			port:gnupg port:pth port:libgpg-error
+patchfiles          patch-assuan_assuan.h patch-assuan_funopen.c
 
+depends_lib         port:gnupg port:pth port:libgpg-error
+
 post-patch {
-	reinplace "s|thread_modules=\"\"|thread_modules=\"pthread\"|" ${worksrcpath}/gpgme/gpgme-config.in
+    reinplace "s|thread_modules=\"\"|thread_modules=\"pthread\"|" ${worksrcpath}/gpgme/gpgme-config.in
 }
 
-configure.env		CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
-configure.args		--infodir=${prefix}/share/info \
-					--mandir=${prefix}/share/man \
-					--with-gpg=${prefix}/bin/gpg --enable-static
+configure.env       CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
+configure.args      --with-gpg=${prefix}/bin/gpg --enable-static
 
-test.run	yes
-test.target	check
+test.run    yes
+test.target check
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING COPYING.LESSER \
-		ChangeLog INSTALL NEWS README THANKS TODO \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING COPYING.LESSER \
+        ChangeLog INSTALL NEWS README THANKS TODO \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
 platform darwin 7 {
-	configure.env-append	LIBS="-lpth"
+    configure.env-append    LIBS="-lpth"
 }
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070402/3223bec8/attachment.html


More information about the macports-changes mailing list