diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-09-27 02:13:52 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-09-27 02:13:52 +0800 |
commit | 4eab04811294efc0cd3c903357e6ceca2417ee03 (patch) | |
tree | d00df161c3ec682cb5f0c69bb28aab64b4d71788 /security/openssh-portable/Makefile | |
parent | c296481974bcdae841f33e447a8116da1fad1f4a (diff) | |
download | freebsd-ports-gnome-4eab04811294efc0cd3c903357e6ceca2417ee03.tar.gz freebsd-ports-gnome-4eab04811294efc0cd3c903357e6ceca2417ee03.tar.zst freebsd-ports-gnome-4eab04811294efc0cd3c903357e6ceca2417ee03.zip |
- update to 3.7.1p2
more regressions tests successfull
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r-- | security/openssh-portable/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index a6927bc37185..5a8a09698c26 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -6,8 +6,7 @@ # PORTNAME= openssh -PORTVERSION= 3.6.1p2 -PORTREVISION= 5 +PORTVERSION= 3.7.1p2 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ ftp://carroll.cac.psu.edu/pub/OpenBSD/OpenSSH/portable/ @@ -31,7 +30,6 @@ PRECIOUS= ssh_config sshd_config \ ssh_host_rsa_key ssh_host_rsa_key.pub \ ssh_host_dsa_key ssh_host_dsa_key.pub ETCOLD= ${PREFIX}/etc -ADDME+= auth2-pam-freebsd.c .if exists(/usr/include/security/pam_modules.h) CONFIGURE_ARGS+= --with-pam @@ -74,11 +72,6 @@ CONFIGURE_ARGS+= --with-privsep-path=${EMPTYDIR} EXTRA_PATCHES+= ${FILESDIR}/batch.patch .endif -post-extract: -.for i in ${ADDME} - @${CP} ${FILESDIR}/${i} ${WRKSRC}/ -.endfor - .if defined(KRB5_HOME) && exists(${KRB5_HOME}) PKGNAMESUFFIX= -gssapi GSSAPI_PATCH= ${PORTNAME}-3.6.1p2-gssapi-20030430.diff |