From nobody@FreeBSD.org  Sat Dec 14 14:45:12 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 3E70A89E
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 14 Dec 2013 14:45:12 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 2B68A16FE
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 14 Dec 2013 14:45:12 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBEEjBfP066102
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 14 Dec 2013 14:45:11 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBEEjAUo065698;
	Sat, 14 Dec 2013 14:45:10 GMT
	(envelope-from nobody)
Message-Id: <201312141445.rBEEjAUo065698@oldred.freebsd.org>
Date: Sat, 14 Dec 2013 14:45:10 GMT
From: Oleg Ginzburg <olevole@olevole.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: sysutils/cbsd to 10.0.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         184765
>Category:       ports
>Synopsis:       sysutils/cbsd to 10.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    danilo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 14 14:50:00 UTC 2013
>Closed-Date:    Sat Dec 14 19:25:40 UTC 2013
>Last-Modified:  Sat Dec 14 19:30:01 UTC 2013
>Originator:     Oleg Ginzburg
>Release:        FreeBSD 10.0-BETA4
>Organization:
>Environment:
>Description:
update to 10.0.0
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN cbsd.bak/Makefile cbsd/Makefile
--- cbsd.bak/Makefile	2013-12-01 07:31:12.000000000 +0400
+++ cbsd/Makefile	2013-12-14 15:08:30.000000000 +0400
@@ -1,7 +1,7 @@
 # $FreeBSD: head/sysutils/cbsd/Makefile 333368 2013-11-10 09:57:29Z vg $
 
 PORTNAME=	cbsd
-PORTVERSION=	9.2.5
+PORTVERSION=	10.0.0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.bsdstore.ru/downloads/ \
 		GH
@@ -19,7 +19,7 @@
 USE_GITHUB=	yes
 GH_ACCOUNT=	olevole
 GH_PROJECT=	cbsd
-GH_COMMIT=	f39bd8f
+GH_COMMIT=	1d65639
 
 SUB_FILES=	pkg-message
 
diff -ruN cbsd.bak/distinfo cbsd/distinfo
--- cbsd.bak/distinfo	2013-12-01 07:31:12.000000000 +0400
+++ cbsd/distinfo	2013-12-14 15:08:04.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (cbsd-9.2.5.tar.gz) = c647a138f067645e6c267e8ebbaaccac7a7017c96347aea8ffabaf5caca18ae7
-SIZE (cbsd-9.2.5.tar.gz) = 1725182
+SHA256 (cbsd-10.0.0.tar.gz) = ef527e2925a0be7fc59f43230caa9c9faf0e73043cec812d8b9bc966a2e1844d
+SIZE (cbsd-10.0.0.tar.gz) = 1747707


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->danilo 
Responsible-Changed-By: danilo 
Responsible-Changed-When: Sat Dec 14 18:37:50 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184765 
State-Changed-From-To: open->closed 
State-Changed-By: danilo 
State-Changed-When: Sat Dec 14 19:25:39 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184765: commit references a PR
Date: Sat, 14 Dec 2013 19:24:04 +0000 (UTC)

 Author: danilo
 Date: Sat Dec 14 19:23:56 2013
 New Revision: 336475
 URL: http://svnweb.freebsd.org/changeset/ports/336475
 
 Log:
   - Update from 9.2.5 to 10.0.0 [1]
   - Add stage support
   - Convert LIB_DEPENDS to new syntax
   
   PR:		ports/184765
   Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer) [1]
 
 Added:
   head/sysutils/cbsd/files/patch-Makefile   (contents, props changed)
 Modified:
   head/sysutils/cbsd/Makefile
   head/sysutils/cbsd/distinfo
 
 Modified: head/sysutils/cbsd/Makefile
 ==============================================================================
 --- head/sysutils/cbsd/Makefile	Sat Dec 14 19:19:06 2013	(r336474)
 +++ head/sysutils/cbsd/Makefile	Sat Dec 14 19:23:56 2013	(r336475)
 @@ -1,7 +1,7 @@
  # $FreeBSD$
  
  PORTNAME=	cbsd
 -PORTVERSION=	9.2.5
 +PORTVERSION=	10.0.0
  CATEGORIES=	sysutils
  MASTER_SITES=	http://www.bsdstore.ru/downloads/ \
  		GH
 @@ -14,21 +14,18 @@ LICENSE=	BSD
  RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync \
  		sudo:${PORTSDIR}/security/sudo \
  		sqlite3:${PORTSDIR}/databases/sqlite3
 -LIB_DEPENDS=	ssh2:${PORTSDIR}/security/libssh2
 +LIB_DEPENDS=	libssh2.so:${PORTSDIR}/security/libssh2
  
  USE_GITHUB=	yes
  GH_ACCOUNT=	olevole
  GH_PROJECT=	cbsd
 -GH_COMMIT=	f39bd8f
 +GH_COMMIT=	1d65639
  
  SUB_FILES=	pkg-message
 +PLIST_FILES+=	man/man8/cbsd.8.gz
  
  CBSD_HOME?=	${PREFIX}/cbsd
  
 -MAN8=		cbsd.8
 -
 -NO_STAGE=	yes
 -
  .include <bsd.port.pre.mk>
  
  .if ${OSVERSION} < 901000
 @@ -40,10 +37,9 @@ RUN_DEPENDS+=	sysrc:${PORTSDIR}/sysutils
  .endif
  
  post-install:
 -	@${FIND} -s ${CBSD_HOME} -not -type d | ${SORT} | \
 -	${SED} -e 's#^${PREFIX}/##' >> ${TMPPLIST}
 -	@${FIND} ${CBSD_HOME} -type d | ${SORT} -r | \
 -	${SED} -e 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
 -	@${CAT} ${PKGMESSAGE}
 +	@${FIND} -s ${STAGEDIR}${CBSD_HOME} -not -type d | ${SORT} | \
 +	${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}
 +	@${FIND} ${STAGEDIR}${CBSD_HOME} -type d | ${SORT} -r | \
 +	${SED} -e 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
  
  .include <bsd.port.post.mk>
 
 Modified: head/sysutils/cbsd/distinfo
 ==============================================================================
 --- head/sysutils/cbsd/distinfo	Sat Dec 14 19:19:06 2013	(r336474)
 +++ head/sysutils/cbsd/distinfo	Sat Dec 14 19:23:56 2013	(r336475)
 @@ -1,2 +1,2 @@
 -SHA256 (cbsd-9.2.5.tar.gz) = c647a138f067645e6c267e8ebbaaccac7a7017c96347aea8ffabaf5caca18ae7
 -SIZE (cbsd-9.2.5.tar.gz) = 1725182
 +SHA256 (cbsd-10.0.0.tar.gz) = ef527e2925a0be7fc59f43230caa9c9faf0e73043cec812d8b9bc966a2e1844d
 +SIZE (cbsd-10.0.0.tar.gz) = 1747707
 
 Added: head/sysutils/cbsd/files/patch-Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/sysutils/cbsd/files/patch-Makefile	Sat Dec 14 19:23:56 2013	(r336475)
 @@ -0,0 +1,14 @@
 +--- ./Makefile.orig	2013-12-14 16:53:31.000000000 -0200
 ++++ ./Makefile	2013-12-14 16:53:49.000000000 -0200
 +@@ -3,7 +3,7 @@
 + all:
 + 
 + install:
 +-	mkdir -p ${PREFIX}/cbsd
 +-	cp -Rpv * ${PREFIX}/cbsd/
 +-	cp -Rpv .ssh ${PREFIX}/cbsd/
 +-	install man/cbsd.8  ${PREFIX}/man/man8/cbsd.8
 ++	mkdir -p ${DESTDIR}${PREFIX}/cbsd
 ++	cp -Rpv * ${DESTDIR}${PREFIX}/cbsd/
 ++	cp -Rpv .ssh ${DESTDIR}${PREFIX}/cbsd/
 ++	install man/cbsd.8 ${DESTDIR}${PREFIX}/man/man8/cbsd.8
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
