aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2003-01-11 23:38:34 +0800
committernetchild <netchild@FreeBSD.org>2003-01-11 23:38:34 +0800
commit7105ed6a9d14b53b7a9a32640dd81c118690de20 (patch)
treee9105d1486b7809e74a47fef3c5c3e3fcd20f605 /security
parent0578383dff6e28276a129884fcc1ba78fec2ef3f (diff)
downloadfreebsd-ports-gnome-7105ed6a9d14b53b7a9a32640dd81c118690de20.tar.gz
freebsd-ports-gnome-7105ed6a9d14b53b7a9a32640dd81c118690de20.tar.zst
freebsd-ports-gnome-7105ed6a9d14b53b7a9a32640dd81c118690de20.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
Diffstat (limited to 'security')
-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