diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-01-11 15:38:34 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-01-11 15:38:34 +0000 |
commit | fac5d6980ad6ee624a4153e723905019135dce2c (patch) | |
tree | 1ed6c49439a47ec8477521bf5ea11cde331499fd /security/ssh | |
parent | 9f138ca86b6d89421960662010a100bafe4f3c65 (diff) | |
download | ports-fac5d6980ad6ee624a4153e723905019135dce2c.tar.gz ports-fac5d6980ad6ee624a4153e723905019135dce2c.zip |
Notes
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 6317b30b5b3e..2a6613af883f 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -4,20 +4,15 @@ # # $FreeBSD$ # -# Maximal ssh package requires YES values for -# WITH_PERL, WITH_TCPWRAP -# PORTNAME= ssh PORTVERSION= 1.2.33 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security ipv6 -MASTER_SITES= ftp://ftp.tokyonet.ad.jp/pub/security/ssh/ \ - ftp://ftp.tokyonet.ad.jp/pub/security/ssh/old/ \ - ftp://ftp.dei.uc.pt/pub/ssh/ \ - ftp://ftp.ssh.com/ \ - ftp://ftp.nsysu.edu.tw/Unix/Security/ssh/old/ \ - ftp://ftp.cronyx.ru/mirror/ssh/old/ +MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/ \ + ftp://ftp.nsysu.edu.tw/Unix/Security/ssh/ \ + ftp://ftp.cronyx.ru/mirror/ssh/ \ + ftp://ftp.univie.ac.at/applications/ssh.com/ MAINTAINER= ports@FreeBSD.org @@ -65,7 +60,7 @@ CONFIGURE_ARGS+= --without-idea .include <bsd.port.pre.mk> .if ${OSVERSION} > 500023 -LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp-freebsd +LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 MAKE_ENV+= GMPINCDIR="${LOCALBASE}/include" \ GMPLIBDIR="${LOCALBASE}/lib" .endif |