Date: Fri, 5 Jul 2013 18:27:51 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322345 - in head/security: . openssh-portable openssh-portable-base Message-ID: <201307051827.r65IRpk1030326@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Fri Jul 5 18:27:50 2013 New Revision: 322345 URL: http://svnweb.freebsd.org/changeset/ports/322345 Log: Add an openssh-portable-base slave port to install with OVERWRITE_BASE Added: head/security/openssh-portable-base/ head/security/openssh-portable-base/Makefile (contents, props changed) Modified: head/security/Makefile head/security/openssh-portable/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Jul 5 17:55:09 2013 (r322344) +++ head/security/Makefile Fri Jul 5 18:27:50 2013 (r322345) @@ -359,6 +359,7 @@ SUBDIR += openscep SUBDIR += openssh-askpass SUBDIR += openssh-portable + SUBDIR += openssh-portable-base SUBDIR += openssl SUBDIR += openssl_tpm_engine SUBDIR += openvas-client Added: head/security/openssh-portable-base/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openssh-portable-base/Makefile Fri Jul 5 18:27:50 2013 (r322345) @@ -0,0 +1,10 @@ +# $FreeBSD$ + +PORTNAME= openssh +PKGNAMESUFFIX= -portable-base + +MASTERDIR= ${.CURDIR}/../openssh-portable + +OPTIONS_SLAVE= OVERWRITE_BASE + +.include "${MASTERDIR}/Makefile" Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Fri Jul 5 17:55:09 2013 (r322344) +++ head/security/openssh-portable/Makefile Fri Jul 5 18:27:50 2013 (r322345) @@ -8,7 +8,7 @@ PORTEPOCH= 1 CATEGORIES= security ipv6 MASTER_SITES= ${MASTER_SITE_OPENBSD} MASTER_SITE_SUBDIR= OpenSSH/portable -PKGNAMESUFFIX= -portable +PKGNAMESUFFIX?= -portable MAINTAINER= bdrewery@FreeBSD.org COMMENT= The portable version of OpenBSD's OpenSSH
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307051827.r65IRpk1030326>