[128042] trunk/dports/mail/gnupg/Portfile
ionic at macports.org
ionic at macports.org
Tue Nov 11 14:54:01 PST 2014
Revision: 128042
https://trac.macports.org/changeset/128042
Author: ionic at macports.org
Date: 2014-11-11 14:54:01 -0800 (Tue, 11 Nov 2014)
Log Message:
-----------
gnupg: indentation changes for consistency. no functional changes.
Modified Paths:
--------------
trunk/dports/mail/gnupg/Portfile
Modified: trunk/dports/mail/gnupg/Portfile
===================================================================
--- trunk/dports/mail/gnupg/Portfile 2014-11-11 21:23:32 UTC (rev 128041)
+++ trunk/dports/mail/gnupg/Portfile 2014-11-11 22:54:01 UTC (rev 128042)
@@ -1,51 +1,50 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name gnupg
-version 1.4.18
-categories mail security
-license GPL-3+
-installs_libs no
-maintainers ionic openmaintainer
-description GNU pretty-good-privacy package
-long_description \
- GnuPG is a complete and free replacement for PGP. Because \
- it does not use the patented IDEA algorithm, it can be used \
- without any restrictions. GnuPG is a RFC2440 (OpenPGP) \
- compliant application.
-homepage http://www.gnupg.org
-platforms darwin freebsd sunos
-master_sites gnupg
+name gnupg
+version 1.4.18
+categories mail security
+license GPL-3+
+installs_libs no
+maintainers ionic openmaintainer
+description GNU pretty-good-privacy package
+long_description GnuPG is a complete and free replacement for PGP. Because \
+ it does not use the patented IDEA algorithm, it can be used \
+ without any restrictions. GnuPG is a RFC2440 (OpenPGP) \
+ compliant application.
+homepage http://www.gnupg.org
+platforms darwin freebsd sunos
+master_sites gnupg
-use_bzip2 yes
+use_bzip2 yes
-checksums ${distname}${extract.suffix} rmd160 b82bb5cdec1d6f46d6b277143b2778742394e80e \
- sha256 b7b5fdda78849955e0cdbc5a085f3a08f8b7fba126c622085debb62def5d6388
+checksums ${distname}${extract.suffix} rmd160 b82bb5cdec1d6f46d6b277143b2778742394e80e \
+ sha256 b7b5fdda78849955e0cdbc5a085f3a08f8b7fba126c622085debb62def5d6388
-configure.args --infodir=${prefix}/share/info \
- --disable-asm \
- --with-libiconv-prefix=${prefix} \
- --with-libintl-prefix=${prefix} \
- --with-zlib=${prefix} \
- --with-bzip2=${prefix} \
- --with-libusb=${prefix} \
- --with-ldap=${prefix} \
- --with-libcurl=${prefix}
+configure.args --infodir=${prefix}/share/info \
+ --disable-asm \
+ --with-libiconv-prefix=${prefix} \
+ --with-libintl-prefix=${prefix} \
+ --with-zlib=${prefix} \
+ --with-bzip2=${prefix} \
+ --with-libusb=${prefix} \
+ --with-ldap=${prefix} \
+ --with-libcurl=${prefix}
-depends_lib port:libiconv \
- port:gettext \
- port:readline \
- port:zlib \
- port:bzip2 \
- port:libusb-compat \
- port:openldap \
- port:curl
+depends_lib port:libiconv \
+ port:gettext \
+ port:readline \
+ port:zlib \
+ port:bzip2 \
+ port:libusb-compat \
+ port:openldap \
+ port:curl
-test.run yes
-test.dir ${worksrcpath}/checks
-test.target check
+test.run yes
+test.dir ${worksrcpath}/checks
+test.target check
# clang defaults to c99, and gnupg doesn't play nicely
if {[string match *clang* ${configure.compiler}]} {
@@ -68,6 +67,6 @@
configure.args-delete --disable-asm
}
-livecheck.type regex
-livecheck.url ftp://ftp.gnupg.org/GnuPG/${name}/
-livecheck.regex ${name}-(1\\.\\d+\\.\\d+)
+livecheck.type regex
+livecheck.url ftp://ftp.gnupg.org/GnuPG/${name}/
+livecheck.regex ${name}-(1\\.\\d+\\.\\d+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141111/ced9bf7f/attachment.html>
More information about the macports-changes
mailing list