[32754] trunk/dports/security/pwsafe/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jan 12 19:50:04 PST 2008


Revision: 32754
          http://trac.macosforge.org/projects/macports/changeset/32754
Author:   ryandesign at macports.org
Date:     2008-01-12 19:50:00 -0800 (Sat, 12 Jan 2008)

Log Message:
-----------
pwsafe: whitespace changes only

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

Modified: trunk/dports/security/pwsafe/Portfile
===================================================================
--- trunk/dports/security/pwsafe/Portfile	2008-01-13 03:36:38 UTC (rev 32753)
+++ trunk/dports/security/pwsafe/Portfile	2008-01-13 03:50:00 UTC (rev 32754)
@@ -1,22 +1,29 @@
 # $Id$
-PortSystem      1.0
-name            pwsafe
-version         0.2.0
-revision        1
-categories      security
-maintainers     nomaintainer
-platforms       darwin
-description     manage encrypted password databases
-long_description pwsafe is a command-line program that manages encrypted password databases
-homepage        http://nsd.dyndns.org/pwsafe/
-master_sites    ${homepage}releases/
-checksums       sha1 026643a391796a527a48ffccf93d542113ca79d4
-checksums       md5 4bb36538a2772ecbf1a542bc7d4746c0
 
-depends_lib     port:readline \
-                port:openssl \
-                port:ncurses \
-                lib:libX11.6:XFree86
+PortSystem              1.0
 
-configure.args  --mandir=${prefix}/share/man --infodir=${prefix}/share/info \
-                --with-libreadline-prefix=${prefix}
+name                    pwsafe
+version                 0.2.0
+revision                1
+categories              security
+maintainers             nomaintainer
+platforms               darwin
+description             manage encrypted password databases
+long_description        pwsafe is a command-line program that manages encrypted password databases
+homepage                http://nsd.dyndns.org/pwsafe/
+master_sites            ${homepage}releases/
+
+checksums \
+    md5 4bb36538a2772ecbf1a542bc7d4746c0 \
+    sha1 026643a391796a527a48ffccf93d542113ca79d4
+
+depends_lib \
+    port:readline \
+    port:openssl \
+    port:ncurses \
+    lib:libX11.6:XFree86
+
+configure.args \
+    --mandir=${prefix}/share/man \
+    --infodir=${prefix}/share/info \
+    --with-libreadline-prefix=${prefix}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080112/f791d521/attachment.html


More information about the macports-changes mailing list