Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2013 10:41:10 +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: r329681 - head/security/openssh-portable
Message-ID:  <201310071041.r97AfAdo033495@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Mon Oct  7 10:41:10 2013
New Revision: 329681
URL: http://svnweb.freebsd.org/changeset/ports/329681

Log:
  - Now that :DEFAULT can be used in PATCH_SITES (fixed in 329679),
    depend on the upstream mirror for the x509 patch and my mirror
    as a fallback

Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Mon Oct  7 10:37:52 2013	(r329680)
+++ head/security/openssh-portable/Makefile	Mon Oct  7 10:41:10 2013	(r329681)
@@ -17,10 +17,6 @@ LICENSE=	BSD
 
 CONFLICTS?=		openssh-3.* ssh-1.* ssh2-3.*
 
-# XXX: ports/52706 will allow using DEFAULT,x509 here.
-PATCH_SITES+=		http://mirror.shatow.net/freebsd/${PORTNAME}/ \
-			http://mirror.shatow.net/freebsd/${PORTNAME}/:x509
-
 USE_AUTOTOOLS=		autoconf autoheader
 USE_OPENSSL=		yes
 GNU_CONFIGURE=		yes
@@ -215,6 +211,7 @@ PLIST_SUB+=		BASE="@comment "
 .endif
 
 # After all
+PATCH_SITES+=		http://mirror.shatow.net/freebsd/${PORTNAME}/:DEFAULT,x509
 SUB_LIST+=		ETCSSH="${ETCSSH}"
 CONFIGURE_ARGS+=	--sysconfdir=${ETCSSH} --with-privsep-path=${EMPTYDIR}
 .if !empty(CONFIGURE_LIBS)



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