From owner-svn-ports-all@FreeBSD.ORG Sun Oct 6 14:53:02 2013 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 ESMTP id 5C885901; Sun, 6 Oct 2013 14:53:02 +0000 (UTC) (envelope-from rene@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 39CB32E20; Sun, 6 Oct 2013 14:53:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r96Er2SN005227; Sun, 6 Oct 2013 14:53:02 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r96Er0H2005217; Sun, 6 Oct 2013 14:53:00 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201310061453.r96Er0H2005217@svn.freebsd.org> From: Rene Ladan Date: Sun, 6 Oct 2013 14:53:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329579 - in head/security: linux-f10-cyrus-sasl2 linux-f10-gnutls linux-f10-libgcrypt linux-f10-libgpg-error linux-f10-libssh2 linux-f10-libtasn1 linux-f10-nss linux-f10-openssl 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: Sun, 06 Oct 2013 14:53:02 -0000 Author: rene Date: Sun Oct 6 14:53:00 2013 New Revision: 329579 URL: http://svnweb.freebsd.org/changeset/ports/329579 Log: Add staging support for linux-f10-* ports maintained by emulation@ (category security). Modified: head/security/linux-f10-cyrus-sasl2/Makefile head/security/linux-f10-gnutls/Makefile head/security/linux-f10-libgcrypt/Makefile head/security/linux-f10-libgpg-error/Makefile head/security/linux-f10-libssh2/Makefile head/security/linux-f10-libtasn1/Makefile head/security/linux-f10-nss/Makefile head/security/linux-f10-openssl/Makefile Modified: head/security/linux-f10-cyrus-sasl2/Makefile ============================================================================== --- head/security/linux-f10-cyrus-sasl2/Makefile Sun Oct 6 14:51:05 2013 (r329578) +++ head/security/linux-f10-cyrus-sasl2/Makefile Sun Oct 6 14:53:00 2013 (r329579) @@ -27,5 +27,4 @@ PLIST_FILES+= "@exec mkdir -p %D/etc/sas DOCSDIR= usr/share/doc/cyrus-sasl-lib-${PORTVERSION} PORTDOCS= AUTHORS COPYING NEWS README advanced.html appconvert.html components.html gssapi.html index.html install.html macosx.html mechanisms.html options.html plugprog.html programming.html readme.html sysadmin.html upgrading.html windows.html -NO_STAGE= yes .include Modified: head/security/linux-f10-gnutls/Makefile ============================================================================== --- head/security/linux-f10-gnutls/Makefile Sun Oct 6 14:51:05 2013 (r329578) +++ head/security/linux-f10-gnutls/Makefile Sun Oct 6 14:53:00 2013 (r329579) @@ -20,5 +20,4 @@ USE_LDCONFIG= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" DESCR= ${PORTSDIR}/security/gnutls/pkg-descr -NO_STAGE= yes .include Modified: head/security/linux-f10-libgcrypt/Makefile ============================================================================== --- head/security/linux-f10-libgcrypt/Makefile Sun Oct 6 14:51:05 2013 (r329578) +++ head/security/linux-f10-libgcrypt/Makefile Sun Oct 6 14:53:00 2013 (r329579) @@ -19,8 +19,7 @@ PLIST_FILES= lib/libgcrypt.so.11 lib/lib PLIST_DIRSTRY= etc/gcrypt DESCR= ${.CURDIR}/../libgcrypt/pkg-descr -NO_STAGE= yes post-install: - @${MKDIR} ${PREFIX}/etc/gcrypt + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/gcrypt .include Modified: head/security/linux-f10-libgpg-error/Makefile ============================================================================== --- head/security/linux-f10-libgpg-error/Makefile Sun Oct 6 14:51:05 2013 (r329578) +++ head/security/linux-f10-libgpg-error/Makefile Sun Oct 6 14:53:00 2013 (r329579) @@ -19,5 +19,4 @@ BRANDELF_FILES= usr/bin/gpg-error PLIST_SUB= PORTVERSION="${PORTVERSION}" DESCR= ${.CURDIR}/../libgpg-error/pkg-descr -NO_STAGE= yes .include Modified: head/security/linux-f10-libssh2/Makefile ============================================================================== --- head/security/linux-f10-libssh2/Makefile Sun Oct 6 14:51:05 2013 (r329578) +++ head/security/linux-f10-libssh2/Makefile Sun Oct 6 14:53:00 2013 (r329579) @@ -9,7 +9,7 @@ PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org -COMMENT= The library implementing the SSH2 protocol (Linux Fedora 10) +COMMENT= Library implementing the SSH2 protocol (Linux Fedora 10) CONFLICTS= linux-f8-libssh2-[0-9]* @@ -24,5 +24,4 @@ DOCSDIR= ${PREFIX}/usr/share/doc/${PORTN PORTDOCS= AUTHORS COPYING ChangeLog NEWS README DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -NO_STAGE= yes .include Modified: head/security/linux-f10-libtasn1/Makefile ============================================================================== --- head/security/linux-f10-libtasn1/Makefile Sun Oct 6 14:51:05 2013 (r329578) +++ head/security/linux-f10-libtasn1/Makefile Sun Oct 6 14:53:00 2013 (r329579) @@ -20,5 +20,4 @@ DOCSDIR_REL= usr/share/doc/${PORTNAME}-$ PORTDOCS= AUTHORS COPYING COPYING.LIB ChangeLog NEWS README THANKS TODO libtasn1.pdf DESCR= ${.CURDIR}/../libtasn1/pkg-descr -NO_STAGE= yes .include Modified: head/security/linux-f10-nss/Makefile ============================================================================== --- head/security/linux-f10-nss/Makefile Sun Oct 6 14:51:05 2013 (r329578) +++ head/security/linux-f10-nss/Makefile Sun Oct 6 14:53:00 2013 (r329579) @@ -23,5 +23,4 @@ USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -NO_STAGE= yes .include Modified: head/security/linux-f10-openssl/Makefile ============================================================================== --- head/security/linux-f10-openssl/Makefile Sun Oct 6 14:51:05 2013 (r329578) +++ head/security/linux-f10-openssl/Makefile Sun Oct 6 14:53:00 2013 (r329579) @@ -9,7 +9,7 @@ PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org -COMMENT= The OpenSSL toolkit (Linux Fedora 10) +COMMENT= OpenSSL toolkit (Linux Fedora 10) CONFLICTS= linux-openssl-[0-9]* linux-f8-openssl-[0-9]* @@ -22,5 +22,4 @@ USE_LDCONFIG= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -NO_STAGE= yes .include