From owner-svn-ports-all@freebsd.org Thu Aug 13 17:31:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C09A9B80E5; Thu, 13 Aug 2015 17:31:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54185DD7; Thu, 13 Aug 2015 17:31:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7DHVRXc044024; Thu, 13 Aug 2015 17:31:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7DHVQJ7044021; Thu, 13 Aug 2015 17:31:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508131731.t7DHVQJ7044021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 13 Aug 2015 17:31:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394077 - in head/devel/libcheck: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2015 17:31:27 -0000 Author: sunpoet Date: Thu Aug 13 17:31:25 2015 New Revision: 394077 URL: https://svnweb.freebsd.org/changeset/ports/394077 Log: - Update to 0.10.0 - Regenerate patch file with makepatch: Changes: http://sourceforge.net/p/check/code/HEAD/tree/trunk/NEWS Modified: head/devel/libcheck/Makefile head/devel/libcheck/distinfo head/devel/libcheck/files/patch-check.m4 Modified: head/devel/libcheck/Makefile ============================================================================== --- head/devel/libcheck/Makefile Thu Aug 13 17:31:20 2015 (r394076) +++ head/devel/libcheck/Makefile Thu Aug 13 17:31:25 2015 (r394077) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libcheck -PORTVERSION= 0.9.14 -PORTREVISION= 1 +PORTVERSION= 0.10.0 CATEGORIES= devel MASTER_SITES= SF/check/check/${PORTVERSION} DISTNAME= check-${PORTVERSION} Modified: head/devel/libcheck/distinfo ============================================================================== --- head/devel/libcheck/distinfo Thu Aug 13 17:31:20 2015 (r394076) +++ head/devel/libcheck/distinfo Thu Aug 13 17:31:25 2015 (r394077) @@ -1,2 +1,2 @@ -SHA256 (check-0.9.14.tar.gz) = c272624645b1b738cf57fd5d81a3e4d9b722b99d6133ee3f3c4007d4d279840a -SIZE (check-0.9.14.tar.gz) = 758197 +SHA256 (check-0.10.0.tar.gz) = f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052 +SIZE (check-0.10.0.tar.gz) = 769119 Modified: head/devel/libcheck/files/patch-check.m4 ============================================================================== --- head/devel/libcheck/files/patch-check.m4 Thu Aug 13 17:31:20 2015 (r394076) +++ head/devel/libcheck/files/patch-check.m4 Thu Aug 13 17:31:25 2015 (r394077) @@ -1,6 +1,6 @@ ---- check.m4.orig 2008-12-29 21:48:46.000000000 +0800 -+++ check.m4 2009-01-07 09:02:41.452952376 +0800 -@@ -21,8 +21,20 @@ +--- check.m4.orig 2015-08-02 19:31:25 UTC ++++ check.m4 +@@ -21,8 +21,20 @@ AC_DEFUN([AM_PATH_CHECK], CHECK_CFLAGS="-I$with_check/include" CHECK_LIBS="-L$with_check/lib -lcheck" else