diff options
author | garga <garga@FreeBSD.org> | 2005-07-19 00:52:25 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-07-19 00:52:25 +0800 |
commit | 6d00fcf3a97f86c3076a4efd705de2e69c967e67 (patch) | |
tree | 87b225b8371e26ec09b3f32b520238ff2774e921 /mail/hashcash | |
parent | 5b3575510efbe30219ecfeb4dae96dfd26902635 (diff) | |
download | freebsd-ports-gnome-6d00fcf3a97f86c3076a4efd705de2e69c967e67.tar.gz freebsd-ports-gnome-6d00fcf3a97f86c3076a4efd705de2e69c967e67.tar.zst freebsd-ports-gnome-6d00fcf3a97f86c3076a4efd705de2e69c967e67.zip |
update to 1.18
PR: ports/83648
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: bremner@unb.ca (maintainer), flz (mentor)
Diffstat (limited to 'mail/hashcash')
-rw-r--r-- | mail/hashcash/Makefile | 3 | ||||
-rw-r--r-- | mail/hashcash/distinfo | 4 | ||||
-rw-r--r-- | mail/hashcash/files/patch-Makefile | 13 | ||||
-rw-r--r-- | mail/hashcash/pkg-descr | 3 |
4 files changed, 17 insertions, 6 deletions
diff --git a/mail/hashcash/Makefile b/mail/hashcash/Makefile index 95b1ab947afa..41b0cb6df65d 100644 --- a/mail/hashcash/Makefile +++ b/mail/hashcash/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hashcash -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= mail MASTER_SITES= http://www.hashcash.org/source/ EXTRACT_SUFX= .tgz @@ -14,7 +14,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= bremner@unb.ca COMMENT= Anti-spam / denial of service counter-measure tool - MAN1= hashcash.1 sha1-hashcash.1 PLIST_FILES= bin/hashcash bin/sha1 PORTDOCS= CHANGELOG LICENSE README diff --git a/mail/hashcash/distinfo b/mail/hashcash/distinfo index 0621c4c7e62e..77f073a0d2f6 100644 --- a/mail/hashcash/distinfo +++ b/mail/hashcash/distinfo @@ -1,2 +1,2 @@ -MD5 (hashcash-1.17.tgz) = 9e5a8a35941c0cdccac93f41bd943593 -SIZE (hashcash-1.17.tgz) = 185522 +MD5 (hashcash-1.18.tgz) = ce4fd5bdddb496f54600807c784d91d1 +SIZE (hashcash-1.18.tgz) = 185686 diff --git a/mail/hashcash/files/patch-Makefile b/mail/hashcash/files/patch-Makefile index 7e880bc91343..5ef8625e0a97 100644 --- a/mail/hashcash/files/patch-Makefile +++ b/mail/hashcash/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Mar 30 06:27:47 2005 -+++ Makefile Fri Apr 1 15:54:54 2005 +--- Makefile.orig Wed Jul 13 12:10:52 2005 ++++ Makefile Mon Jul 18 12:23:12 2005 @@ -2,9 +2,9 @@ CHANGEME1 = 1 # put PACKAGER = EBUILD|RPM etc here CHANGEME2 = 2 @@ -13,3 +13,12 @@ MAKEDEPEND = makedepend MSLIB = mslib # here you can choose the regexp style your system has +@@ -16,7 +16,7 @@ + # REGEXP = + REGEXP=-DREGEXP_POSIX + COPT_DEBUG = -g +-COPT_GENERIC = -O3 ++#COPT_GENERIC = -O3 + COPT_GNU = -O3 -funroll-loops + COPT_X86 = -O3 -funroll-loops -march=i386 -mcpu=pentium -mmmx \ + -D_REENTRANT -D_THREAD_SAFE -fPIC diff --git a/mail/hashcash/pkg-descr b/mail/hashcash/pkg-descr index aee2f9f740a7..01c06d9f198f 100644 --- a/mail/hashcash/pkg-descr +++ b/mail/hashcash/pkg-descr @@ -2,3 +2,6 @@ The hashcash tool allows you to create hashcash tokens to attach to emails you send, and to verify hashcash tokens attached to emails you receive. A hashcash token constitutes a proof-of-work which takes a parameterizable amount of work to compute for the sender. + +Author: Adam Back <adam@cypherspace.org> +WWW: http://www.hashcash.org/ |