From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 16 12:30:09 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7A071065670 for ; Mon, 16 Nov 2009 12:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C6C218FC1A for ; Mon, 16 Nov 2009 12:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAGCU93X084889 for ; Mon, 16 Nov 2009 12:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAGCU9Bi084887; Mon, 16 Nov 2009 12:30:09 GMT (envelope-from gnats) Date: Mon, 16 Nov 2009 12:30:09 GMT Message-Id: <200911161230.nAGCU9Bi084887@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Denis Barov Cc: Subject: Re: ports/140546: The execution result of sysutils/scprotect is inapposite. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Denis Barov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 12:30:09 -0000 The following reply was made to PR ports/140546; it has been noted by GNATS. From: Denis Barov To: bug-followup@FreeBSD.org, shinji@pionet.co.jp Cc: Subject: Re: ports/140546: The execution result of sysutils/scprotect is inapposite. Date: Mon, 16 Nov 2009 15:21:17 +0300 I'm sorry for that annoying bug. This patch will fix it: diff -urN scprotect/Makefile scprotect/Makefile --- scprotect/Makefile 2009-10-30 12:49:56.000000000 +0300 +++ scprotect/Makefile 2009-11-16 15:05:47.000000000 +0300 @@ -6,7 +6,7 @@ # PORTNAME= scprotect -PORTVERSION= 20091028 +PORTVERSION= 20091116 CATEGORIES= sysutils kld MASTER_SITES= http://dindin.ru/download/ diff -urN scprotect/distinfo scprotect/distinfo --- scprotect/distinfo 2009-10-30 12:49:56.000000000 +0300 +++ scprotect/distinfo 2009-11-16 15:12:08.000000000 +0300 @@ -1,3 +1,3 @@ -MD5 (scprotect-20091028.tar.gz) = 1b8bc847ae6f793739dcecb9dc4c30a2 -SHA256 (scprotect-20091028.tar.gz) = d2cdb95c462b02b445c2375d68d98f2bb778b8ff73ab63fb5a38064a58b0d674 -SIZE (scprotect-20091028.tar.gz) = 4305 +MD5 (scprotect-20091116.tar.gz) = 53733679e32e8763ea83d6153d0458de +SHA256 (scprotect-20091116.tar.gz) = 6ed37eeb174fb558a7c4eca88735b7de4c4167688de897b36a3ae8c724d265ce +SIZE (scprotect-20091116.tar.gz) = 4386 -- Cheers Denis Barov