Date: Sun, 4 Oct 2015 18:00:10 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398594 - in head/databases/kyotocabinet: . files Message-ID: <201510041800.t94I0Ax2041537@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510041800.t94I0Ax2041537>