From owner-svn-ports-all@FreeBSD.ORG Sun Feb 9 12:54:56 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28F03794; Sun, 9 Feb 2014 12:54:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 121CB136C; Sun, 9 Feb 2014 12:54:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s19CstmZ020376; Sun, 9 Feb 2014 12:54:55 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s19Cst7M020374; Sun, 9 Feb 2014 12:54:55 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402091254.s19Cst7M020374@svn.freebsd.org> From: Antoine Brodin Date: Sun, 9 Feb 2014 12:54:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343496 - head/databases/kyototycoon 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.17 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: Sun, 09 Feb 2014 12:54:56 -0000 Author: antoine Date: Sun Feb 9 12:54:55 2014 New Revision: 343496 URL: http://svnweb.freebsd.org/changeset/ports/343496 QAT: https://qat.redports.org/buildarchive/r343496/ Log: - Fix plist - Allow packaging as a regular user Modified: head/databases/kyototycoon/Makefile head/databases/kyototycoon/pkg-plist Modified: head/databases/kyototycoon/Makefile ============================================================================== --- head/databases/kyototycoon/Makefile Sun Feb 9 12:53:39 2014 (r343495) +++ head/databases/kyototycoon/Makefile Sun Feb 9 12:54:55 2014 (r343496) @@ -3,7 +3,7 @@ PORTNAME= kyototycoon PORTVERSION= 0.9.56 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://fallabs.com/${PORTNAME}/pkg/ \ LOCAL/sunpoet @@ -42,7 +42,6 @@ post-install: .if ${PORT_OPTIONS:MDOCS} ${FIND} ${STAGEDIR}${DOCSDIR}/ -type d -exec ${CHMOD} 755 '{}' \; ${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} 444 '{}' \; - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR}/ .endif regression-test test: build Modified: head/databases/kyototycoon/pkg-plist ============================================================================== --- head/databases/kyototycoon/pkg-plist Sun Feb 9 12:53:39 2014 (r343495) +++ head/databases/kyototycoon/pkg-plist Sun Feb 9 12:54:55 2014 (r343496) @@ -20,6 +20,9 @@ include/kttimeddb.h include/ktulog.h include/ktutil.h lib/libkyototycoon.a +lib/libkyototycoon.so +lib/libkyototycoon.so.2 +lib/libkyototycoon.so.2.19.0 libdata/pkgconfig/kyototycoon.pc libexec/ktplugdbvoid.so libexec/ktplugservmemc.so