ports/137259: [PATCH] rpm5 update

Anders F Björklund afb at rpm5.org
Thu Jul 30 08:40:08 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list