Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 21:47:50 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179789: [PATCH] security/ruby-password: Fix LIB_DEPENDS of libcrack
Message-ID:  <201306202147.r5KLlomG022576@oldred.freebsd.org>
Resent-Message-ID: <201306202150.r5KLo0DP036826@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $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:



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