Date: Mon, 26 Mar 2012 16:52:46 +0400 (MSK) From: Gleb Smirnoff <glebius@cell.glebius.int.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/166413: [patch] security/openssh-portable doesn't need perl as run depend Message-ID: <201203261252.q2QCqklt075208@cell.glebius.int.ru> Resent-Message-ID: <201203261300.q2QD0Aqw027579@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166413 >Category: ports >Synopsis: [patch] security/openssh-portable doesn't need perl as run depend >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 26 13:00:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Gleb Smirnoff >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD 9.0-STABLE >Description: Port security/openssh-portable doesn't need perl as run dependency, only as build one. >How-To-Repeat: >Fix: diff -Nur /usr/ports/security/openssh-portable/Makefile openssh-portable/Makefile --- /usr/ports/security/openssh-portable/Makefile 2012-03-26 16:42:28.000000000 +0400 +++ openssh-portable/Makefile 2011-12-23 16:52:28.000000000 +0400 @@ -7,7 +7,7 @@ PORTNAME= openssh DISTVERSION= 5.8p2 -PORTREVISION= 2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security ipv6 MASTER_SITES= ${MASTER_SITE_OPENBSD} @@ -26,6 +26,7 @@ CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* +USE_PERL5= yes USE_PERL5_BUILD= yes USE_OPENSSL= yes GNU_CONFIGURE= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203261252.q2QCqklt075208>