diff options
author | Michael Haro <mharo@FreeBSD.org> | 2004-08-28 18:27:54 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2004-08-28 18:27:54 +0000 |
commit | 9abb35f0d80da1b0baef6125355953a1a0297a18 (patch) | |
tree | 456f5b41637edaf043faa6b460a6d2e283b38cc7 /mail/hashcash/Makefile | |
parent | 69a236580c1303c713e77ec4dc7f2020cf291d7b (diff) | |
download | ports-9abb35f0d80da1b0baef6125355953a1a0297a18.tar.gz ports-9abb35f0d80da1b0baef6125355953a1a0297a18.zip |
Notes
Diffstat (limited to 'mail/hashcash/Makefile')
-rw-r--r-- | mail/hashcash/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/hashcash/Makefile b/mail/hashcash/Makefile index d24df2c9caf5..9773bd4a87c8 100644 --- a/mail/hashcash/Makefile +++ b/mail/hashcash/Makefile @@ -6,14 +6,14 @@ # PORTNAME= hashcash -PORTVERSION= 0.28 +PORTVERSION= 1.02 CATEGORIES= mail -MASTER_SITES= http://www.cypherspace.org/hashcash/source/ +MASTER_SITES= http://www.hashcash.org/source/ EXTRACT_SUFX= .tgz MAINTAINER= bremner@unb.ca COMMENT= Anti-spam / denial of service counter-measure tool -MAN1= hashcash.1 sha1.1 +MAN1= hashcash.1 sha1-hashcash.1 .include <bsd.port.mk> |