most recent changes, diff for pwman

Index: security/pwman/Portfile
--- security/pwman/Portfile (revision 30695)
+++ security/pwman/Portfile (revision 30696)
@@ -1,16 +1,31 @@
# $Id$
-PortSystem 1.0
-name pwman
-version 0.3.4
-categories security
-maintainers mni@oaf.dk
-description curses based password management program
-long_description PWman is a curses based password storage application.\
- It uses GnuPG to encrypt and decrypt the password file.\
- The interface was inspired by Jaako Heinonen's abook.
-homepage http://sourceforge.net/projects/pwman
-master_sites sourceforge
-checksums md5 c556e23daed95437f12cffd9ab5cd3f7
-depends_lib port:ncurses \
- port:libxml2 \
- port:gnupg
+
+PortSystem 1.0
+
+name pwman
+version 0.3.8
+categories security
+platforms darwin
+maintainers mni@oaf.dk
+description curses based password management program
+
+long_description \
+ PWman is a curses based password storage application.\
+ It uses GnuPG to encrypt and decrypt the password file.\
+ The interface was inspired by Jaako Heinonen's abook.
+
+homepage http://sourceforge.net/projects/pwman
+master_sites sourceforge
+
+checksums md5 385b66ed033e7cbd1698b83dbbee29fc \
+ sha1 a0c9699ba405163c4d0a9d608c3f025a2f3c3530 \
+ rmd160 b71a0f478749017c348a5fc21cce474bd606f0be
+
+depends_lib port:ncurses \
+ port:libxml2 \
+ port:gnupg
+
+configure.args --mandir=${prefix}/share/man
+
+livecheck.regex "pwman pwman-(.*) released.*"
+