aboutsummaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-01-11 15:38:34 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-01-11 15:38:34 +0000
commitfac5d6980ad6ee624a4153e723905019135dce2c (patch)
tree1ed6c49439a47ec8477521bf5ea11cde331499fd /security/ssh
parent9f138ca86b6d89421960662010a100bafe4f3c65 (diff)
downloadports-fac5d6980ad6ee624a4153e723905019135dce2c.tar.gz
ports-fac5d6980ad6ee624a4153e723905019135dce2c.zip
Bump PORTREVISION because of lib-dep change (see below).
From submitter: - Remove an outdated comment in the Makefile. - Fix MASTER_SITES. - Switch from ancient math/libgmp-freebsd to math/libgmp4, the former hardly compiles on architectures other/newer than i386 and alpha. Tested on i386 and sparc64. Submitted by: marius@alchemy.franken.de
Notes
Notes: svn path=/head/; revision=72908
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile17
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