From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 25 15:00:10 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC3DC16A46D for ; Fri, 25 May 2007 15:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9B39A13C4B0 for ; Fri, 25 May 2007 15:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4PF0AJr064201 for ; Fri, 25 May 2007 15:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4PF0A6m064200; Fri, 25 May 2007 15:00:10 GMT (envelope-from gnats) Resent-Date: Fri, 25 May 2007 15:00:10 GMT Resent-Message-Id: <200705251500.l4PF0A6m064200@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan Srzednicki Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CBDB716A46D; Fri, 25 May 2007 14:50:34 +0000 (UTC) (envelope-from winfried@oak.pl) Received: from mx.oak.pl (mx.oak.pl [217.96.108.251]) by mx1.freebsd.org (Postfix) with ESMTP id 7FA3613C44C; Fri, 25 May 2007 14:50:34 +0000 (UTC) (envelope-from winfried@oak.pl) Received: by oak.pl (Postfix, from userid 1002) id 9858117145; Fri, 25 May 2007 16:24:36 +0200 (CEST) Message-Id: <20070525142436.9858117145@oak.pl> Date: Fri, 25 May 2007 16:24:36 +0200 (CEST) From: Jan Srzednicki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: stas@FreeBSD.org Subject: ports/112996: [PATCH] security/ruby-password: fix dependency on cracklib, avoid conflict with pwgen X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2007 15:00:10 -0000 >Number: 112996 >Category: ports >Synopsis: [PATCH] security/ruby-password: fix dependency on cracklib, avoid conflict with pwgen >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 25 15:00:09 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Jan Srzednicki >Release: FreeBSD 6.2 >Organization: >Environment: System: FreeBSD oak.pl 6.2 >Description: This small patch fixes the dependency (which is also run-time) on libcrack.so. And it avoids using the name 'pwgen' to install it's example password generating script (so it doesn't conflict with ports/security/pwgen). I chose the name 'ruby-pwgen' for that small utility. Port maintainer (stas@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- ruby18-password-0.5.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/ruby-password/Makefile /srv/home/winfried/tmp/ports/ruby-password/Makefile --- /usr/ports/security/ruby-password/Makefile Tue Jan 16 16:55:30 2007 +++ /srv/home/winfried/tmp/ports/ruby-password/Makefile Fri May 25 16:19:23 2007 @@ -16,7 +16,7 @@ MAINTAINER= stas@FreeBSD.org COMMENT= A Ruby library to create, verify and manipulate passwords -BUILD_DEPENDS= ${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib +LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib RUN_DEPENDS= ${LOCALBASE}/${SADIR}/termios.so:${PORTSDIR}/comms/ruby-termios USE_RUBY= yes @@ -27,7 +27,7 @@ CONFIGURE_ARGS= --with-crack-dict="${LOCALBASE}/libdata/cracklib/pw_dict.pwd" INSTALL_TARGET= site-install -MAN1= pwgen.1 +MAN1= ruby-pwgen.1 MANCOMPRESSED= no DOCS_EN= CHANGES README @@ -37,8 +37,8 @@ ${WRKSRC}/rbcrack.c ${WRKSRC}/extconf.rb post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/example/pwgen ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/pwgen.1 ${MANPREFIX}/man/man1/ + ${INSTALL_SCRIPT} ${WRKSRC}/example/pwgen ${PREFIX}/bin/ruby-pwgen + ${INSTALL_MAN} ${WRKSRC}/pwgen.1 ${MANPREFIX}/man/man1/ruby-pwgen.1 .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${MKDIR} ${RUBY_MODDOCDIR} diff -ruN --exclude=CVS /usr/ports/security/ruby-password/pkg-plist /srv/home/winfried/tmp/ports/ruby-password/pkg-plist --- /usr/ports/security/ruby-password/pkg-plist Tue Jan 16 16:55:30 2007 +++ /srv/home/winfried/tmp/ports/ruby-password/pkg-plist Fri May 25 16:04:57 2007 @@ -1,4 +1,4 @@ -bin/pwgen +bin/ruby-pwgen %%RUBY_SITEARCHLIBDIR%%/crack.so %%RUBY_SITELIBDIR%%/password.rb %%PORTDOCS%%%%RUBY_MODDOCDIR%%/CHANGES --- ruby18-password-0.5.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: