Date: Sun, 6 Oct 2013 14:53:00 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> 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 Message-ID: <201310061453.r96Er0H2005217@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310061453.r96Er0H2005217>