From nobody@FreeBSD.org  Sun Jan 15 15:44:00 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 35A92106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 15 Jan 2012 15:44:00 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 24FCA8FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 15 Jan 2012 15:44:00 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q0FFhx9a035399
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 15 Jan 2012 15:43:59 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q0FFhxUc035379;
	Sun, 15 Jan 2012 15:43:59 GMT
	(envelope-from nobody)
Message-Id: <201201151543.q0FFhxUc035379@red.freebsd.org>
Date: Sun, 15 Jan 2012 15:43:59 GMT
From: Dmitriy Limonov <earl1k@mail.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Update] net-p2p/solidcoin to 2.03
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         164142
>Category:       ports
>Synopsis:       [Update] net-p2p/solidcoin to 2.03
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jgh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 15 15:50:10 UTC 2012
>Closed-Date:    Mon Jan 16 06:15:16 UTC 2012
>Last-Modified:  Mon Jan 16 06:20:07 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->jgh 
Responsible-Changed-By: jgh 
Responsible-Changed-When: Sun Jan 15 19:04:09 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164142 
State-Changed-From-To: open->closed 
State-Changed-By: jgh 
State-Changed-When: Mon Jan 16 06:15:14 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164142 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164142: commit references a PR
Date: Mon, 16 Jan 2012 06:14:59 +0000 (UTC)

 jgh         2012-01-16 06:14:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p/solidcoin    Makefile distinfo 
   Log:
   - Update to 2.03
   
   PR:     ports/164142
   Submitted by: maintainer ( Dmitriy Limonov <earl1k at mail.ru> )
   Approved by:    cress, rene (mentors,implicit)
   
   Revision  Changes    Path
   1.3       +9 -2      ports/net-p2p/solidcoin/Makefile
   1.3       +2 -2      ports/net-p2p/solidcoin/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
