Date: Tue, 12 Nov 2013 15:35:03 +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: r333580 - head/security/openssh-portable Message-ID: <201311121535.rACFZ3M5093453@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Tue Nov 12 15:35:02 2013 New Revision: 333580 URL: http://svnweb.freebsd.org/changeset/ports/333580 Log: - Fix packaging when not using HPN patches PR: ports/183895 Reported by: mat Modified: head/security/openssh-portable/Makefile Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Tue Nov 12 15:27:44 2013 (r333579) +++ head/security/openssh-portable/Makefile Tue Nov 12 15:35:02 2013 (r333580) @@ -101,12 +101,11 @@ LIBEDIT_CONFIGURE_WITH= libedit BSM_CONFIGURE_ON= --with-audit=bsm -PORTDOCS= * - .include <bsd.port.pre.mk> # http://www.psc.edu/index.php/hpn-ssh .if ${PORT_OPTIONS:MHPN} || ${PORT_OPTIONS:MAES_THREADED} || ${PORT_OPTIONS:MNONECIPHER} +PORTDOCS+= HPN-README HPN_VERSION= 14v2 HPN_DISTVERSION= 6.3p1 PATCH_SITES+= ${MASTER_SITE_SOURCEFORGE:S/$/:hpn/}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311121535.rACFZ3M5093453>