Date: Sun, 29 Dec 2013 15:40:01 GMT From: Oleg Ginzburg <olevole@olevole.ru> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/185242: sysutils/cbsd update to 10.0.1 Message-ID: <201312291540.rBTFe1Tl095534@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/185242; it has been noted by GNATS. From: Oleg Ginzburg <olevole@olevole.ru> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312291540.rBTFe1Tl095534>