ports/179789: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sun Jun 23 02:20:01 UTC 2013


The following reply was made to PR ports/179789; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at 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 at idaemons.org>
 -#
 +# Created by: Akinori MUSHA aka knu <knu at idaemons.org>
  # $FreeBSD$
 -#
  
  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
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ruby mailing list