Date: Thu, 30 Jul 2009 08:34:00 GMT From: Anders F Björklund <afb@rpm5.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/137259: [PATCH] rpm5 update Message-ID: <200907300834.n6U8Y0Ab002094@www.freebsd.org> Resent-Message-ID: <200907300840.n6U8e8ZW043833@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137259 >Category: ports >Synopsis: [PATCH] rpm5 update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 30 08:40:08 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Anders F Björklund >Release: 7.2 >Organization: >Environment: >Description: A minor upstream (dist) patch that fixes a problem with the display of error strings, and a dependency change to make it respect e.g. DB_VERSION=4.6 (reported by Rudolf Cejka) >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2008-12-09 16:01:21.000000000 +0100 +++ Makefile 2009-07-29 20:31:07.000000000 +0200 @@ -6,14 +6,16 @@ PORTNAME= rpm PORTVERSION= 5.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= http://rpm5.org/files/rpm/rpm-5.0/ +PATCHFILES= rpm-5.0.3.1.patch +PATCH_SITES= ${MASTER_SITES} MAINTAINER= afb@rpm5.org COMMENT= The RPM Package Manager -LIB_DEPENDS= db-4.5:${PORTSDIR}/databases/db45 \ +LIB_DEPENDS= db-${DB_VERSION:C/(.)/\1./}:${PORTSDIR}/databases/db${DB_VERSION} \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ popt.0:${PORTSDIR}/devel/popt \ beecrypt.10:${PORTSDIR}/security/beecrypt \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907300834.n6U8Y0Ab002094>