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

ryandesign at macports.org ryandesign at macports.org
Sat Jan 5 10:50:33 PST 2013


Revision: 101165
          https://trac.macports.org/changeset/101165
Author:   ryandesign at macports.org
Date:     2013-01-05 10:50:33 -0800 (Sat, 05 Jan 2013)
Log Message:
-----------
KeePassX: fix maintainers, long_description, notes; simplify extract

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

Modified: trunk/dports/security/KeePassX/Portfile
===================================================================
--- trunk/dports/security/KeePassX/Portfile	2013-01-05 18:42:28 UTC (rev 101164)
+++ trunk/dports/security/KeePassX/Portfile	2013-01-05 18:50:33 UTC (rev 101165)
@@ -7,24 +7,23 @@
 name                    KeePassX
 version                 2.0-alpha3
 categories              security aqua
-maintainers             nonaintainer
+maintainers             nomaintainer
 
 description             KeePassX is a password manager compatiable with KeePass
-long_description        KeePassX is an application for people with extremly \
+long_description        KeePassX is an application for people with extremely \
                         high demands on secure personal data management. It \
-                        has a light interface, is cross platform and published \
-                        under the terms of the GNU General Public License. \
-                        KeePassX saves many different information e.g. user \
-                        names, passwords, urls, attachments and comments in \
-                        one single database. \n\n\
+                        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.
 
 platforms               darwin
 license                 GPL-2
 
-notes {
-    BEWARE, THIS IS AN ALPHA RELEASE AND NOT INTENDED TO BE USED IN A PRODUCTION
-    ENVIRONMENT.
-}
+notes "
+BEWARE, THIS IS AN ALPHA RELEASE AND NOT INTENDED TO BE USED IN A PRODUCTION\
+ENVIRONMENT.
+"
 
 homepage                https://www.keepassx.org/
 master_sites            https://www.keepassx.org/dev/attachments/download/22
@@ -37,11 +36,10 @@
 depends_lib-append      port:libgcrypt
 depends_build-append    port:cmake
 
-extract.mkdir           yes
 worksrcdir              build
 
 post-extract {
-    move ${worksrcpath}/${distname} ${workpath}/
+    file mkdir ${worksrcpath}
 }
 
 configure.cmd           cmake
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130105/b01e6ead/attachment.html>


More information about the macports-changes mailing list