diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-11-28 04:47:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-11-28 04:47:03 +0800 |
commit | 0f00ddd7a9486c81d425eaeeb7112f1f671c1398 (patch) | |
tree | f6fa66faa74c532be7e23d6612392c4256c8b7ba /security | |
parent | 0edef7b85d46bdc0ca21ce0e4679140cd3870d47 (diff) | |
download | freebsd-ports-gnome-0f00ddd7a9486c81d425eaeeb7112f1f671c1398.tar.gz freebsd-ports-gnome-0f00ddd7a9486c81d425eaeeb7112f1f671c1398.tar.zst freebsd-ports-gnome-0f00ddd7a9486c81d425eaeeb7112f1f671c1398.zip |
- Add LICENSE
- Remove obsolete MD5 sum
- Update WWW
PR: ports/152623
Submitted by: Toni Viemero <toni.viemero@iki.fi> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/makepasswd/Makefile | 2 | ||||
-rw-r--r-- | security/makepasswd/distinfo | 2 | ||||
-rw-r--r-- | security/makepasswd/pkg-descr | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/security/makepasswd/Makefile b/security/makepasswd/Makefile index 731408667330..48655e64634a 100644 --- a/security/makepasswd/Makefile +++ b/security/makepasswd/Makefile @@ -20,6 +20,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= toni.viemero@iki.fi COMMENT= Random password generator +LICENSE= GPLv1 + NO_BUILD= yes USE_PERL5_RUN= yes diff --git a/security/makepasswd/distinfo b/security/makepasswd/distinfo index 1203a3cf048a..e9be2cf97173 100644 --- a/security/makepasswd/distinfo +++ b/security/makepasswd/distinfo @@ -1,6 +1,4 @@ -MD5 (makepasswd_1.10.orig.tar.gz) = 55842bb4c064ebcdedffb4afd5f0945a SHA256 (makepasswd_1.10.orig.tar.gz) = 41491f361d810f9bb3e08b40df3c3034faec306d434dab15534e19023f91a75c SIZE (makepasswd_1.10.orig.tar.gz) = 12382 -MD5 (makepasswd_1.10-5.diff.gz) = 385062fc5d8c4a246d924f3f10418049 SHA256 (makepasswd_1.10-5.diff.gz) = b1c039090ad4f60be9f8fe05465b37c32ee20245b14fcd0708a93f78f1392097 SIZE (makepasswd_1.10-5.diff.gz) = 7506 diff --git a/security/makepasswd/pkg-descr b/security/makepasswd/pkg-descr index 23b4d2735209..c666798ef598 100644 --- a/security/makepasswd/pkg-descr +++ b/security/makepasswd/pkg-descr @@ -2,4 +2,4 @@ Generates true random passwords by using the /dev/random feature of Linux, with the emphasis on security over pronounceability. It can also encrypt plaintext passwords given on the command line. -WWW: http://packages.debian.org/stable/admin/makepasswd.html +WWW: http://packages.debian.org/stable/makepasswd |