Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2006 17:41:24 +0200 (CEST)
From:      Aleksander Fafula <alex@fafula.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96522: [patch] mail/hashcash update 
Message-ID:  <20060429154124.9BFBD8A004@fafula.com>
Resent-Message-ID: <200604291550.k3TFoGLR051427@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96522
>Category:       ports
>Synopsis:       [patch] mail/hashcash update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 29 15:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aleksander Fafula
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
bsdguru.org 
>Environment:
System: FreeBSD fafula.com


	
>Description:

Update to mail/hashcash. Ver. 1.18 to 1.22.
-USE_REINPLACE
	
>How-To-Repeat:
	
>Fix:

	


? hashcash.diff
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/hashcash/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	21 Dec 2005 03:09:40 -0000	1.6
+++ Makefile	29 Apr 2006 15:39:26 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	hashcash
-PORTVERSION=	1.18
+PORTVERSION=	1.22
 CATEGORIES=	mail
 MASTER_SITES=	http://www.hashcash.org/source/
 EXTRACT_SUFX=	.tgz
@@ -20,8 +20,6 @@
 ALL_TARGET=	generic
 
 .if defined(NOPORTDOCS)
-
-USE_REINPLACE=	yes
 
 post-patch:
 	${REINPLACE_CMD} -e '/DOC_INSTALL_PATH/d' ${WRKSRC}/Makefile
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/hashcash/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	22 Jan 2006 12:50:21 -0000	1.6
+++ distinfo	29 Apr 2006 15:39:26 -0000
@@ -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
Index: files/patch-Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/hashcash/files/patch-Makefile,v
retrieving revision 1.5
diff -u -r1.5 patch-Makefile
--- files/patch-Makefile	18 Jul 2005 16:52:25 -0000	1.5
+++ files/patch-Makefile	29 Apr 2006 15:39:26 -0000
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060429154124.9BFBD8A004>