From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 29 15:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8416F499 for ; Sun, 29 Dec 2013 15:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 564381D35 for ; Sun, 29 Dec 2013 15:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBTFe1a6095535 for ; Sun, 29 Dec 2013 15:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBTFe1Tl095534; Sun, 29 Dec 2013 15:40:01 GMT (envelope-from gnats) Date: Sun, 29 Dec 2013 15:40:01 GMT Message-Id: <201312291540.rBTFe1Tl095534@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Oleg Ginzburg Subject: Re: ports/185242: sysutils/cbsd update to 10.0.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Oleg Ginzburg List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2013 15:40:01 -0000 The following reply was made to PR ports/185242; it has been noted by GNATS. From: Oleg Ginzburg To: bug-followup@freebsd.org Cc: Subject: Re: ports/185242: sysutils/cbsd update to 10.0.1 Date: Sun, 29 Dec 2013 19:35:54 +0400 This is a multi-part message in MIME format. --nextPart30183610.G7xOLpmsOO Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" resend patch, previous version has incorrect checksum --nextPart30183610.G7xOLpmsOO Content-Disposition: attachment; filename="cbsd.txt" Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="ISO-8859-1"; name="cbsd.txt" diff -ruN cbsd.bak/Makefile cbsd/Makefile --- cbsd.bak/Makefile 2013-12-25 15:46:36.000000000 +0400 +++ cbsd/Makefile 2013-12-29 19:24:39.000000000 +0400 @@ -1,7 +1,7 @@ # $FreeBSD: head/sysutils/cbsd/Makefile 336475 2013-12-14 19:23:56Z danilo $ PORTNAME= cbsd -PORTVERSION= 10.0.0 +PORTVERSION= 10.0.1 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= 1d65639 +GH_COMMIT= 7bdeb97 SUB_FILES= pkg-message PLIST_FILES+= man/man8/cbsd.8.gz diff -ruN cbsd.bak/distinfo cbsd/distinfo --- cbsd.bak/distinfo 2013-12-25 15:46:36.000000000 +0400 +++ cbsd/distinfo 2013-12-29 19:25:43.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (cbsd-10.0.0.tar.gz) = ef527e2925a0be7fc59f43230caa9c9faf0e73043cec812d8b9bc966a2e1844d -SIZE (cbsd-10.0.0.tar.gz) = 1747707 +SHA256 (cbsd-10.0.1.tar.gz) = 1d082b2b1deba9ce34a1ecbfc47941d0627a4d35b9d86d048a92ec8ffe0166c7 +SIZE (cbsd-10.0.1.tar.gz) = 1751913 diff -ruN cbsd.bak/files/patch-Makefile cbsd/files/patch-Makefile --- cbsd.bak/files/patch-Makefile 2013-12-25 15:46:36.000000000 +0400 +++ cbsd/files/patch-Makefile 1970-01-01 03:00:00.000000000 +0300 @@ -1,14 +0,0 @@ ---- ./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 --nextPart30183610.G7xOLpmsOO--