From owner-svn-ports-head@FreeBSD.ORG Sun Jun 9 13:15:18 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A9204E6E; Sun, 9 Jun 2013 13:15:18 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9CC2A1972; Sun, 9 Jun 2013 13:15:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r59DFIF6017367; Sun, 9 Jun 2013 13:15:18 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r59DFIWw017366; Sun, 9 Jun 2013 13:15:18 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201306091315.r59DFIWw017366@svn.freebsd.org> From: William Grzybowski Date: Sun, 9 Jun 2013 13:15:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320334 - head/x11/xtrlock 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.14 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, 09 Jun 2013 13:15:18 -0000 Author: wg Date: Sun Jun 9 13:15:18 2013 New Revision: 320334 URL: http://svnweb.freebsd.org/changeset/ports/320334 Log: - This port needs to install with setuid bit PR: ports/177347 Submitted by: Klaus Aehlig Approved by: culot / jpaetzel (mentors, implicit) Modified: head/x11/xtrlock/Makefile Modified: head/x11/xtrlock/Makefile ============================================================================== --- head/x11/xtrlock/Makefile Sun Jun 9 13:07:50 2013 (r320333) +++ head/x11/xtrlock/Makefile Sun Jun 9 13:15:18 2013 (r320334) @@ -3,6 +3,7 @@ PORTNAME= xtrlock PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -21,6 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lcry MAN1= xtrlock.1 PLIST_FILES= bin/xtrlock +BINMODE= 4555 post-extract: @${LN} -sf xtrlock.man ${WRKSRC}/xtrlock.1