[107749] trunk/dports/security/KeePassX/Portfile

eborisch at macports.org eborisch at macports.org
Thu Jul 4 17:59:16 PDT 2013


Revision: 107749
          https://trac.macports.org/changeset/107749
Author:   eborisch at macports.org
Date:     2013-07-04 17:59:16 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
KeePassX: Copy license files; mark openssl noconflct

Modified Paths:
--------------
    trunk/dports/security/KeePassX/Portfile

Modified: trunk/dports/security/KeePassX/Portfile
===================================================================
--- trunk/dports/security/KeePassX/Portfile	2013-07-05 00:34:03 UTC (rev 107748)
+++ trunk/dports/security/KeePassX/Portfile	2013-07-05 00:59:16 UTC (rev 107749)
@@ -6,7 +6,7 @@
 
 name                    KeePassX
 version                 2.0-alpha4
-revision                1
+revision                2
 categories              security aqua
 maintainers             nomaintainer
 
@@ -14,12 +14,13 @@
 long_description        KeePassX is an application for people with extremely \
                         high demands on secure personal data management. It \
                         has a light interface and is cross platform. KeePassX \
-                        saves many different types of information including user \
-                        names, passwords, URLs, attachments and comments in \
-                        one single database.
+                        saves many different types of information including \
+                        user names, passwords, URLs, attachments and comments \
+                        in one single database.
 
 platforms               darwin
-license                 GPL-2
+license                 GPL-2 LGPL-2 LGPL-3 BSD permissive
+license_noconflict      openssl
 
 notes "
 BEWARE, THIS IS AN ALPHA RELEASE AND NOT INTENDED TO BE USED IN A PRODUCTION\
@@ -61,6 +62,14 @@
     reinplace "s/FIXUP_QT4_EXECUTABLE.*//" src/cmake_install.cmake
 }
 
+post-destroot {
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -W ${workpath}/${distname} COPYING LICENSE.BSD LICENSE.CC0 \
+             LICENSE.GPL-2 LICENSE.LGPL-2.1 LICENSE.LGPL-3 \
+             LICENSE.NOKIA-LGPL-EXCEPTION \
+             ${destroot}${prefix}/share/doc/${name}
+}
+
 livecheck.type          regex
 livecheck.url           ${homepage}dev/projects/keepassx/files
 livecheck.regex         keepassx-(\[-alphabet\\d\.\]+).tar.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130704/33e79886/attachment-0001.html>


More information about the macports-changes mailing list