From owner-svn-ports-head@freebsd.org Sun Oct 4 18:00:16 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 2A6C3A0F35A; Sun, 4 Oct 2015 18:00:16 +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 1A7731BF3; Sun, 4 Oct 2015 18:00:16 +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 t94I0FKg041658; Sun, 4 Oct 2015 18:00:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t94I0FMd041656; Sun, 4 Oct 2015 18:00:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510041800.t94I0FMd041656@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:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398595 - in head/databases/kyototycoon: . 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:16 -0000 Author: sunpoet Date: Sun Oct 4 18:00:14 2015 New Revision: 398595 URL: https://svnweb.freebsd.org/changeset/ports/398595 Log: - Convert to new test framework - Pet portlint: fix diff header of patch files Modified: head/databases/kyototycoon/Makefile head/databases/kyototycoon/files/patch-ktdbext.h Modified: head/databases/kyototycoon/Makefile ============================================================================== --- head/databases/kyototycoon/Makefile Sun Oct 4 18:00:10 2015 (r398594) +++ head/databases/kyototycoon/Makefile Sun Oct 4 18:00:14 2015 (r398595) @@ -23,6 +23,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 pkgconfig @@ -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/kyototycoon/files/patch-ktdbext.h ============================================================================== --- head/databases/kyototycoon/files/patch-ktdbext.h Sun Oct 4 18:00:10 2015 (r398594) +++ head/databases/kyototycoon/files/patch-ktdbext.h Sun Oct 4 18:00:14 2015 (r398595) @@ -1,5 +1,5 @@ ---- ktdbext.h.orig 2012-05-25 01:44:34.000000000 +0800 -+++ ktdbext.h 2013-12-28 01:21:30.081508681 +0800 +--- ktdbext.h.orig 2012-05-24 17:44:34 UTC ++++ ktdbext.h @@ -16,6 +16,7 @@ #ifndef _KTDBEXT_H // duplication check #define _KTDBEXT_H