Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jan 2012 15:43:59 GMT
From:      Dmitriy Limonov <earl1k@mail.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/164142: [Update] net-p2p/solidcoin to 2.03
Message-ID:  <201201151543.q0FFhxUc035379@red.freebsd.org>
Resent-Message-ID: <201201151550.q0FFoA3P050287@freefall.freebsd.org>

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

>Number:         164142
>Category:       ports
>Synopsis:       [Update] net-p2p/solidcoin to 2.03
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 15 15:50:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Dmitriy Limonov
>Release:        FreeBSD 8.2-RELEASE-p5 amd64
>Organization:
>Environment:
FreeBSD excluzive.ws 8.2-RELEASE-p5 FreeBSD 8.2-RELEASE-p5 #0: Sun Dec 25 09:12:20 MSK 2011     earl@excluzive.ws:/usr/obj/usr/src/sys/EXCLUZIVE  amd64

>Description:
Update solidcoin to version 2.03

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Naur solidcoin.orig/Makefile solidcoin/Makefile
--- solidcoin.orig/Makefile	2011-12-19 19:38:40.000000000 +0400
+++ solidcoin/Makefile	2012-01-15 19:37:49.668958547 +0400
@@ -6,9 +6,11 @@
 #
 
 PORTNAME=	solidcoin
-PORTVERSION=	2.02
+PORTVERSION=	2.03
 CATEGORIES=	net-p2p finance
-MASTER_SITES=	http://dl.dropbox.com/u/47582909/
+MASTER_SITES=	http://solidcoin.info/downloads/ \
+		http://dl.dropbox.com/u/47582909/
+DISTNAME=	${PORTNAME}-source-203
 
 MAINTAINER=	earl1k@mail.ru
 COMMENT=	Alternative Bitcoin peer-to-peer currency client
@@ -18,6 +20,7 @@
 
 OPTIONS=	GUI "Build with wxWidgets GUI" on
 
+USE_ZIP=	yes
 USE_GMAKE=	yes
 USE_OPENSSL=	yes
 USE_BDB=	yes
@@ -50,6 +53,10 @@
 post-extract:
 	@${CP} ${WRKSRC}/../build/makefile.unix ${WRKSRC}/Makefile
 post-patch:
+	@${MKDIR} \
+		${WRKSRC}/../obj/crypto \
+		${WRKSRC}/../obj/gui \
+		${WRKSRC}/../obj/nogui
 	@echo '18i\' > ${WRKSRC}/sed.in
 	@echo '#ifndef __STDC_LIMIT_MACROS' >> ${WRKSRC}/sed.in
 	@echo '19i\' >> ${WRKSRC}/sed.in
diff -Naur solidcoin.orig/distinfo solidcoin/distinfo
--- solidcoin.orig/distinfo	2011-12-19 19:38:40.000000000 +0400
+++ solidcoin/distinfo	2012-01-15 19:08:49.652916045 +0400
@@ -1,2 +1,2 @@
-SHA256 (solidcoin-2.02.tar.gz) = f12d58e7444ae3321dbb947d758b99cc9a414c319f2643588d3975819fe09bae
-SIZE (solidcoin-2.02.tar.gz) = 788717
+SHA256 (solidcoin-source-203.zip) = e7fad681785a2f22dd0955c50bd4b24f65d61c19761427b6f05fc392ce309615
+SIZE (solidcoin-source-203.zip) = 485850


>Release-Note:
>Audit-Trail:
>Unformatted:



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