ports/179789: [PATCH] security/ruby-password: Fix LIB_DEPENDS of libcrack
John Marino
draco at marino.st
Thu Jun 20 21:50:00 UTC 2013
>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 at idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu at 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 at 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:
More information about the freebsd-ports-bugs
mailing list