Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 12:32:38 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367537 - head/security/isakmpd
Message-ID:  <201409071232.s87CWcvS060708@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Sep  7 12:32:37 2014
New Revision: 367537
URL: http://svnweb.freebsd.org/changeset/ports/367537
QAT: https://qat.redports.org/buildarchive/r367537/

Log:
  Allow staging as a regular user

Modified:
  head/security/isakmpd/Makefile

Modified: head/security/isakmpd/Makefile
==============================================================================
--- head/security/isakmpd/Makefile	Sun Sep  7 12:31:05 2014	(r367536)
+++ head/security/isakmpd/Makefile	Sun Sep  7 12:32:37 2014	(r367537)
@@ -5,8 +5,7 @@ PORTNAME=	isakmpd
 PORTVERSION=	20041207
 PORTREVISION=	3
 CATEGORIES=	security net
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	simon
+MASTER_SITES=	LOCAL/simon
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	OpenBSD IKE daemon
@@ -21,6 +20,7 @@ BROKEN=		requires IPsec support
 BUILD_DEPENDS+=	keynote:${PORTSDIR}/security/keynote
 .endif
 
+USES=		uidfix
 USE_RC_SUBR=	isakmpd
 MAKE_ENV+=	BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man LC_ALL=C
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409071232.s87CWcvS060708>