From owner-freebsd-ruby@FreeBSD.ORG Sun Jun 23 02:20:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6386E7B9 for ; Sun, 23 Jun 2013 02:20:01 +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 55FB3195A for ; Sun, 23 Jun 2013 02:20:01 +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 r5N2K1HF065458 for ; Sun, 23 Jun 2013 02:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5N2K1Xb065457; Sun, 23 Jun 2013 02:20:01 GMT (envelope-from gnats) Date: Sun, 23 Jun 2013 02:20:01 GMT Message-Id: <201306230220.r5N2K1Xb065457@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/179789: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jun 2013 02:20:01 -0000 The following reply was made to PR ports/179789; it has been noted by GNATS. 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 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 -# +# Created by: Akinori MUSHA aka knu # $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"