From owner-svn-ports-all@FreeBSD.ORG Thu Mar 6 16:45:34 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4953879; Thu, 6 Mar 2014 16:45:34 +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 A0A99C00; Thu, 6 Mar 2014 16:45:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s26GjYku092913; Thu, 6 Mar 2014 16:45:34 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s26GjYCS092910; Thu, 6 Mar 2014 16:45:34 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201403061645.s26GjYCS092910@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Mar 2014 16:45:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r347277 - branches/2014Q1/databases/kyototycoon X-SVN-Group: ports-branches 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: Thu, 06 Mar 2014 16:45:34 -0000 Author: sunpoet Date: Thu Mar 6 16:45:33 2014 New Revision: 347277 URL: http://svnweb.freebsd.org/changeset/ports/347277 QAT: https://qat.redports.org/buildarchive/r347277/ Log: MFH: r343496 - Fix plist - Allow packaging as a regular user Approved by: portmgr (mat, via IRC) Modified: branches/2014Q1/databases/kyototycoon/Makefile branches/2014Q1/databases/kyototycoon/pkg-plist Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/databases/kyototycoon/Makefile ============================================================================== --- branches/2014Q1/databases/kyototycoon/Makefile Thu Mar 6 16:44:34 2014 (r347276) +++ branches/2014Q1/databases/kyototycoon/Makefile Thu Mar 6 16:45:33 2014 (r347277) @@ -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: branches/2014Q1/databases/kyototycoon/pkg-plist ============================================================================== --- branches/2014Q1/databases/kyototycoon/pkg-plist Thu Mar 6 16:44:34 2014 (r347276) +++ branches/2014Q1/databases/kyototycoon/pkg-plist Thu Mar 6 16:45:33 2014 (r347277) @@ -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