From nobody@FreeBSD.org  Thu Jun 20 21:47:50 2013
Return-Path: <nobody@FreeBSD.org>
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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <draco@marino.st>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] security/ruby-password: Fix LIB_DEPENDS of libcrack
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         179789
>Category:       ports
>Synopsis:       [PATCH] security/ruby-password: Fix LIB_DEPENDS of libcrack
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ruby
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 20 21:50:00 UTC 2013
>Closed-Date:    Sun Jun 23 02:15:23 UTC 2013
>Last-Modified:  Sun Jun 23 02:20:00 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->ruby 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 20 21:50:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179789 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Sun Jun 23 02:15:23 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179789 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179789: commit references a PR
Date: Sun, 23 Jun 2013 02:15:23 +0000 (UTC)

 Author: swills
 Date: Sun Jun 23 02:15:09 2013
 New Revision: 321605
 URL: http://svnweb.freebsd.org/changeset/ports/321605
 
 Log:
   - Make dep on libcrack less specific to fix build
   
   PR:		ports/179789
   Submitted by:	John Marino <draco@marino.st>
 
 Modified:
   head/security/ruby-password/Makefile   (contents, props changed)
 
 Modified: head/security/ruby-password/Makefile
 ==============================================================================
 --- head/security/ruby-password/Makefile	Sun Jun 23 02:02:41 2013	(r321604)
 +++ head/security/ruby-password/Makefile	Sun Jun 23 02:15:09 2013	(r321605)
 @@ -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$
 -#
  
  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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
