From owner-svn-ports-head@freebsd.org Sun Oct 4 18:00:11 2015 Return-Path: Delivered-To: svn-ports-head@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 735D9A0F317; Sun, 4 Oct 2015 18:00:11 +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 5B7F11AD3; Sun, 4 Oct 2015 18:00:11 +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 t94I0Bde041539; Sun, 4 Oct 2015 18:00:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t94I0Ax2041537; Sun, 4 Oct 2015 18:00:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510041800.t94I0Ax2041537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 4 Oct 2015 18:00:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398594 - in head/databases/kyotocabinet: . 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2015 18:00:11 -0000 Author: sunpoet Date: Sun Oct 4 18:00:10 2015 New Revision: 398594 URL: https://svnweb.freebsd.org/changeset/ports/398594 Log: - Convert to new test framework - Pet portlint: fix diff header of patch files Modified: head/databases/kyotocabinet/Makefile head/databases/kyotocabinet/files/patch-kccommon.h Modified: head/databases/kyotocabinet/Makefile ============================================================================== --- head/databases/kyotocabinet/Makefile Sun Oct 4 18:00:05 2015 (r398593) +++ head/databases/kyotocabinet/Makefile Sun Oct 4 18:00:10 2015 (r398594) @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_ARGS= PCDIR=${PREFIX}/libdata/pkgconfig REINPLACE_ARGS= -i '' +TEST_TARGET= check USE_LDCONFIG= yes USES= gmake @@ -34,7 +35,4 @@ post-install: ${FIND} ${STAGEDIR}${DOCSDIR}/ -type d -exec ${CHMOD} ${BINMODE} '{}' \; ${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${DOCMODE} '{}' \; -regression-test test: build - cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check - .include Modified: head/databases/kyotocabinet/files/patch-kccommon.h ============================================================================== --- head/databases/kyotocabinet/files/patch-kccommon.h Sun Oct 4 18:00:05 2015 (r398593) +++ head/databases/kyotocabinet/files/patch-kccommon.h Sun Oct 4 18:00:10 2015 (r398594) @@ -1,5 +1,5 @@ ---- kccommon.h.orig 2012-05-25 00:27:59.000000000 +0800 -+++ kccommon.h 2013-12-28 01:25:49.838357594 +0800 +--- kccommon.h.orig 2012-05-24 16:27:59 UTC ++++ kccommon.h @@ -82,7 +82,7 @@ using ::snprintf; }