aboutsummaryrefslogtreecommitdiff
path: root/mail/hashcash
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-29 21:46:32 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-29 21:46:32 +0000
commitadbceb97586df5a887b47c0dd53ddcea59028f88 (patch)
tree5ad12ee6c983bba0797539494f25072fdfb8f7b5 /mail/hashcash
parent2eec18ece74169a57f29cb235b690429b1ed645a (diff)
downloadports-adbceb97586df5a887b47c0dd53ddcea59028f88.tar.gz
ports-adbceb97586df5a887b47c0dd53ddcea59028f88.zip
Notes
Diffstat (limited to 'mail/hashcash')
-rw-r--r--mail/hashcash/Makefile4
-rw-r--r--mail/hashcash/distinfo6
-rw-r--r--mail/hashcash/files/patch-Makefile8
3 files changed, 8 insertions, 10 deletions
diff --git a/mail/hashcash/Makefile b/mail/hashcash/Makefile
index 4a84ff3e8fa2..2aba03b5b374 100644
--- a/mail/hashcash/Makefile
+++ b/mail/hashcash/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= hashcash
-PORTVERSION= 1.18
+PORTVERSION= 1.22
CATEGORIES= mail
MASTER_SITES= http://www.hashcash.org/source/
EXTRACT_SUFX= .tgz
@@ -21,8 +21,6 @@ ALL_TARGET= generic
.if defined(NOPORTDOCS)
-USE_REINPLACE= yes
-
post-patch:
${REINPLACE_CMD} -e '/DOC_INSTALL_PATH/d' ${WRKSRC}/Makefile
.endif
diff --git a/mail/hashcash/distinfo b/mail/hashcash/distinfo
index f6f7942934e5..718b91adc8e5 100644
--- a/mail/hashcash/distinfo
+++ b/mail/hashcash/distinfo
@@ -1,3 +1,3 @@
-MD5 (hashcash-1.18.tgz) = ce4fd5bdddb496f54600807c784d91d1
-SHA256 (hashcash-1.18.tgz) = 522a71705d1f1c0ecbf357d1a6dcd2591f987255e5da75d8f72d570c41a0c2d4
-SIZE (hashcash-1.18.tgz) = 185686
+MD5 (hashcash-1.22.tgz) = 31fae207061841dffc7b90ee18e3d0fa
+SHA256 (hashcash-1.22.tgz) = 0192f12d41ce4848e60384398c5ff83579b55710601c7bffe6c88bc56b547896
+SIZE (hashcash-1.22.tgz) = 195193
diff --git a/mail/hashcash/files/patch-Makefile b/mail/hashcash/files/patch-Makefile
index 5ef8625e0a97..2d49a48c0221 100644
--- a/mail/hashcash/files/patch-Makefile
+++ b/mail/hashcash/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Wed Jul 13 12:10:52 2005
-+++ Makefile Mon Jul 18 12:23:12 2005
+--- Makefile.orig Sat Apr 29 17:33:19 2006
++++ Makefile Sat Apr 29 17:34:26 2006
@@ -2,9 +2,9 @@
CHANGEME1 = 1 # put PACKAGER = EBUILD|RPM etc here
CHANGEME2 = 2
@@ -16,9 +16,9 @@
@@ -16,7 +16,7 @@
# REGEXP =
REGEXP=-DREGEXP_POSIX
- COPT_DEBUG = -g
+ COPT_DEBUG = -g -DDEBUG
-COPT_GENERIC = -O3
+#COPT_GENERIC = -O3
COPT_GNU = -O3 -funroll-loops
- COPT_X86 = -O3 -funroll-loops -march=i386 -mcpu=pentium -mmmx \
+ COPT_X86 = -O3 -funroll-loops -march=pentium-mmx -mmmx \
-D_REENTRANT -D_THREAD_SAFE -fPIC