From owner-svn-ports-all@FreeBSD.ORG Sat Oct 19 16:21:20 2013 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 ESMTP id E8682D17; Sat, 19 Oct 2013 16:21:20 +0000 (UTC) (envelope-from kwm@FreeBSD.org) 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 D62AF22A5; Sat, 19 Oct 2013 16:21:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9JGLKaJ043150; Sat, 19 Oct 2013 16:21:20 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9JGLKQ0043144; Sat, 19 Oct 2013 16:21:20 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201310191621.r9JGLKQ0043144@svn.freebsd.org> From: Koop Mast Date: Sat, 19 Oct 2013 16:21:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330901 - head/devel/libgtop 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.14 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: Sat, 19 Oct 2013 16:21:21 -0000 Author: kwm Date: Sat Oct 19 16:21:20 2013 New Revision: 330901 URL: http://svnweb.freebsd.org/changeset/ports/330901 Log: Support stage. Submitted by: danilo@ Modified: head/devel/libgtop/Makefile head/devel/libgtop/pkg-plist Modified: head/devel/libgtop/Makefile ============================================================================== --- head/devel/libgtop/Makefile Sat Oct 19 16:18:04 2013 (r330900) +++ head/devel/libgtop/Makefile Sat Oct 19 16:21:20 2013 (r330901) @@ -26,13 +26,10 @@ INFO= libgtop2 PKGMESSAGE= ${FILESDIR}/pkg-message -NO_STAGE= yes post-configure: @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f post-install: - @${CHGRP} kmem ${PREFIX}/bin/libgtop_server2 - @${CHMOD} 2555 ${PREFIX}/bin/libgtop_server2 - @${CAT} ${PKGMESSAGE} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtop-2.0.so.7 .include Modified: head/devel/libgtop/pkg-plist ============================================================================== --- head/devel/libgtop/pkg-plist Sat Oct 19 16:18:04 2013 (r330900) +++ head/devel/libgtop/pkg-plist Sat Oct 19 16:21:20 2013 (r330901) @@ -1,5 +1,9 @@ bin/libgtop_daemon2 +@group kmem +@mode 2555 bin/libgtop_server2 +@mode +@group include/libgtop-2.0/glibtop.h include/libgtop-2.0/glibtop/close.h include/libgtop-2.0/glibtop/command.h