From 7105ed6a9d14b53b7a9a32640dd81c118690de20 Mon Sep 17 00:00:00 2001 From: netchild Date: Sat, 11 Jan 2003 15:38:34 +0000 Subject: 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 --- security/ssh/Makefile | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 6317b30b5b3..2a6613af883 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 .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 -- cgit