svn commit: r320334 - head/x11/xtrlock

William Grzybowski wg at FreeBSD.org
Sun Jun 9 13:15:18 UTC 2013


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 <aehlig at linta.de>
  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


More information about the svn-ports-all mailing list