[62216] trunk/dports/devel/qca/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu Dec 31 16:24:37 PST 2009
Revision: 62216
http://trac.macports.org/changeset/62216
Author: ryandesign at macports.org
Date: 2009-12-31 16:24:34 -0800 (Thu, 31 Dec 2009)
Log Message:
-----------
qca: update to 2.0.2, add license info, don't install INSTALL file
Modified Paths:
--------------
trunk/dports/devel/qca/Portfile
Modified: trunk/dports/devel/qca/Portfile
===================================================================
--- trunk/dports/devel/qca/Portfile 2010-01-01 00:12:50 UTC (rev 62215)
+++ trunk/dports/devel/qca/Portfile 2010-01-01 00:24:34 UTC (rev 62216)
@@ -2,13 +2,13 @@
PortSystem 1.0
name qca
-version 2.0.0
+version 2.0.2
set branch [join [lrange [split ${version} .] 0 1] .]
set major [lindex [split ${version} .] 0]
categories devel crypto security
maintainers rowue openmaintainer
+license LGPLv2.1
description Qt Cryptographic Architecture
-revision 3
long_description \
This library provides an easy API for the following features: SSL/TLS, \
X509, SASL, RSA, Hashing (SHA1, MD5), Ciphers (BlowFish, 3DES, AES), \
@@ -20,13 +20,14 @@
master_sites http://delta.affinix.com/download/qca/${branch}/
use_bzip2 yes
-checksums md5 07d54358ef4880d05b3c6f56b629aa55 \
- sha1 5b896647426637e1974703f2950786746408c70b \
- rmd160 256ca518fea507d03b67c0f5d26ba2ac7b3db517
+checksums md5 27ebdfbd9869d90dae078a6decd029f4 \
+ sha1 5a414c3296cd37d1ec34182be0d089c5073f55a8 \
+ rmd160 18b0f497709f9700227644977946735d2ec3c623
depends_lib path:bin/qmake-mac:qt4-mac
-configure.args --qtdir=${prefix}/libexec/qt4-mac
+configure.args --qtdir=${prefix}/libexec/qt4-mac \
+ --no-framework
post-build {
system "install_name_tool -id ${prefix}/lib/libqca.${major}.dylib \
@@ -53,9 +54,9 @@
xinstall -m 644 -W ${worksrcpath} crypto.prf \
${destroot}${prefix}/share/qt4/mkspecs/features
- xinstall -m 644 -W ${worksrcpath}/lib qca2.pc \
+ xinstall -m 644 -W ${worksrcpath}/lib/pkgconfig qca2.pc \
${destroot}${prefix}/lib/pkgconfig
- xinstall -m 644 -W ${worksrcpath} COPYING INSTALL README TODO \
+ xinstall -m 644 -W ${worksrcpath} COPYING README TODO \
${destroot}${prefix}/share/doc/${name}
eval file copy [glob ${worksrcpath}/examples/*] \
${destroot}${prefix}/share/examples/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091231/d710d7ff/attachment.html>
More information about the macports-changes
mailing list