Revision: 145272 https://trac.macports.org/changeset/145272 Author: michaelld@macports.org Date: 2016-01-30 06:40:19 -0800 (Sat, 30 Jan 2016) Log Message: ----------- qca*: remove "default" from descriptions, since that causes issues per ticket #50484; tweak description name for GnuPG, and override the long description for qca-tls so that it is correct after all of the other changes above. Modified Paths: -------------- trunk/dports/devel/qca/Portfile Modified: trunk/dports/devel/qca/Portfile =================================================================== --- trunk/dports/devel/qca/Portfile 2016-01-30 14:11:22 UTC (rev 145271) +++ trunk/dports/devel/qca/Portfile 2016-01-30 14:40:19 UTC (rev 145272) @@ -13,8 +13,8 @@ maintainers michaelld openmaintainer license LGPL-2.1 -default description "Qt Cryptographic Architecture" -default long_description \ +description "Qt Cryptographic Architecture" +long_description \ "Qt Cryptographic Architecture provides an easy API for the following \ features: SSL/TLS, X509, SASL, RSA, Hashing (SHA1, MD5), Ciphers \ (BlowFish, 3DES, AES). Functionality is supplied via plugins." @@ -182,7 +182,7 @@ # pkcs11 {port:pkcs11 pkcs11} array set prettynames { botan Botan cyrus-sasl Cyrus-SASL gcrypt GCrypt - gnupg GNUPG logger Logger nss NSS + gnupg GnuPG logger Logger nss NSS ossl OpenSSL pkcs11 pkcs11 softstore SoftStore } @@ -218,4 +218,5 @@ subport qca-tls { PortGroup obsolete 1.0 + long_description "This port is obsolete." }