Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jun 2005 19:20:24 GMT
From:      Daniel Gerzo <danger@rulez.sk>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/81948: Update port: security/openssh-portable
Message-ID:  <200506061920.j56JKOXX037008@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/81948; it has been noted by GNATS.

From: Daniel Gerzo <danger@rulez.sk>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/81948: Update port: security/openssh-portable
Date: Mon, 6 Jun 2005 21:19:48 +0200

 Hello bug-followup,
 
   The original diff from the Makefile didn't work, something went
   wrong. Here's the working one:
 
 --- Makefile.orig       Mon Apr 11 23:31:07 2005
 +++ Makefile    Mon Jun  6 21:12:31 2005
 @@ -6,7 +6,7 @@
  #
 
  PORTNAME=      openssh
 -PORTVERSION=   4.0.0.1
 +PORTVERSION=   4.1.0.1
  .if defined(OPENSSH_SNAPSHOT)
  PORTREVISION!= date -v-1d +%Y%m%d
  .endif
 @@ -21,7 +21,7 @@
  MAINTAINER=    ports@FreeBSD.org
  COMMENT=       The portable version of OpenBSD's OpenSSH
 
 -OPENSSHVERSION=        4.0p1
 +OPENSSHVERSION=        4.1p1
  .if defined(OPENSSH_SNAPSHOT)
  MASTER_SITE_SUBDIR2=   snapshot/
  DISTNAME2=     ${PORTNAME}-SNAP-${PORTREVISION}
 @@ -44,7 +44,7 @@
  GNU_CONFIGURE= yes
  USE_REINPLACE= yes
  USE_PERL5_BUILD=       yes
 -CONFIGURE_ARGS+=       --prefix=${PREFIX} --with-md5-passwords
 +CONFIGURE_ARGS+=       --prefix=${PREFIX} --with-md5-passwords --without-zlib-version-check
  PRECIOUS=      ssh_config sshd_config \
                 ssh_host_key ssh_host_key.pub \
                 ssh_host_rsa_key ssh_host_rsa_key.pub \  
 
 -- 
 Best regards
 
 +----------==/\/\==----------+       (__)      FreeBSD
 |  DanGer <danger@rulez.sk>  |    \\\'',)      The
 | DanGer@IRCnet ICQ261701668 |      \/  \ ^    Power
 |   http://danger.rulez.sk   |      .\._/_)    To
 +----------==\/\/==----------+                 Serve
 
 [ NSA Keywords:  Drugs, Bush Terrorist, Ocelot, Iraq. ]
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506061920.j56JKOXX037008>