From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 20 21:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BFDF310C for ; Thu, 20 Jun 2013 21:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8CF3118F6 for ; Thu, 20 Jun 2013 21:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5KLo0nC036827 for ; Thu, 20 Jun 2013 21:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5KLo0DP036826; Thu, 20 Jun 2013 21:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 20 Jun 2013 21:50:00 GMT Resent-Message-Id: <201306202150.r5KLo0DP036826@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Marino Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B878EED for ; Thu, 20 Jun 2013 21:47:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id A94B218E6 for ; Thu, 20 Jun 2013 21:47:50 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5KLloY1022577 for ; Thu, 20 Jun 2013 21:47:50 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5KLlomG022576; Thu, 20 Jun 2013 21:47:50 GMT (envelope-from nobody) Message-Id: <201306202147.r5KLlomG022576@oldred.freebsd.org> Date: Thu, 20 Jun 2013 21:47:50 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179789: [PATCH] security/ruby-password: Fix LIB_DEPENDS of libcrack X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2013 21:50:00 -0000 >Number: 179789 >Category: ports >Synopsis: [PATCH] security/ruby-password: Fix LIB_DEPENDS of libcrack >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 20 21:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: libcrack is now at so.11, but ruby-password specifically asks for so.10. Make the dependency generic so it builds again. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2012-11-17 06:01:19.000000000 +0000 +++ Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Ruby/Password -# Date created: 18 September 2002 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD: ports/security/ruby-password/Makefile,v 1.17 2012/11/17 06:01:19 svnexp Exp $ -# PORTNAME= password PORTVERSION= 0.5.3 @@ -17,7 +13,7 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby library to create, verify, and manipulate passwords -LIB_DEPENDS= crack.10:${PORTSDIR}/security/cracklib +LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib RUN_DEPENDS= rubygem-ruby-termios>=0:${PORTSDIR}/comms/rubygem-ruby-termios USE_RUBY= yes >Release-Note: >Audit-Trail: >Unformatted: