From owner-svn-ports-all@FreeBSD.ORG Sun Mar 9 14:43:45 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 0E51872F; Sun, 9 Mar 2014 14:43:45 +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 EFC0BFEC; Sun, 9 Mar 2014 14:43:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s29EhiId095887; Sun, 9 Mar 2014 14:43:44 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s29EhiMv095885; Sun, 9 Mar 2014 14:43:44 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201403091443.s29EhiMv095885@svn.freebsd.org> From: Martin Wilke Date: Sun, 9 Mar 2014 14:43:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347636 - head/security/isakmpd 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.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: Sun, 09 Mar 2014 14:43:45 -0000 Author: miwi Date: Sun Mar 9 14:43:44 2014 New Revision: 347636 URL: http://svnweb.freebsd.org/changeset/ports/347636 QAT: https://qat.redports.org/buildarchive/r347636/ Log: - Stage support Modified: head/security/isakmpd/Makefile head/security/isakmpd/pkg-plist Modified: head/security/isakmpd/Makefile ============================================================================== --- head/security/isakmpd/Makefile Sun Mar 9 14:43:30 2014 (r347635) +++ head/security/isakmpd/Makefile Sun Mar 9 14:43:44 2014 (r347636) @@ -24,13 +24,8 @@ BUILD_DEPENDS+= keynote:${PORTSDIR}/secu USE_RC_SUBR= isakmpd MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man LC_ALL=C -MAN5= isakmpd.conf.5 isakmpd.policy.5 -MAN8= certpatch.8 isakmpd.8 -MANCOMPRESSED= yes - USE_OPENSSL= yes -NO_STAGE= yes MAKE_JOBS_UNSAFE= yes .include Modified: head/security/isakmpd/pkg-plist ============================================================================== --- head/security/isakmpd/pkg-plist Sun Mar 9 14:43:30 2014 (r347635) +++ head/security/isakmpd/pkg-plist Sun Mar 9 14:43:44 2014 (r347636) @@ -9,4 +9,8 @@ share/examples/isakmpd/singlehost-east.g share/examples/isakmpd/singlehost-setup.sh share/examples/isakmpd/singlehost-west.conf share/examples/isakmpd/singlehost-west.gdb +man/man5/isakmpd.conf.5.gz +man/man5/isakmpd.policy.5.gz +man/man8/certpatch.8.gz +man/man8/isakmpd.8.gz @dirrm share/examples/isakmpd