Bug 179789 - [PATCH] security/ruby-password: Fix LIB_DEPENDS of libcrack
Summary: [PATCH] security/ruby-password: Fix LIB_DEPENDS of libcrack
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-20 22:50 UTC by John Marino
Modified: 2013-06-23 03:20 UTC (History)
0 users

See Also:


Attachments
file.diff (751 bytes, patch)
2013-06-20 22:50 UTC, John Marino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-06-20 22:50:00 UTC
libcrack is now at so.11, but ruby-password specifically asks for so.10.  Make the dependency generic so it builds again.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-20 22:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-06-23 03:15:23 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-23 03:15:23 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"