From nobody@FreeBSD.org  Thu Jul 30 08:34:00 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D8D321065672
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Jul 2009 08:34:00 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id C783D8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Jul 2009 08:34:00 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n6U8Y0p0002097
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Jul 2009 08:34:00 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n6U8Y0Ab002094;
	Thu, 30 Jul 2009 08:34:00 GMT
	(envelope-from nobody)
Message-Id: <200907300834.n6U8Y0Ab002094@www.freebsd.org>
Date: Thu, 30 Jul 2009 08:34:00 GMT
From: Anders F Bjrklund <afb@rpm5.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] rpm5 update
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         137259
>Category:       ports
>Synopsis:       [PATCH] archivers/rpm5 update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 30 08:40:08 UTC 2009
>Closed-Date:    Fri Aug 14 19:58:01 UTC 2009
>Last-Modified:  Fri Aug 14 20:00:32 UTC 2009
>Originator:     Anders F Bjrklund
>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:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Aug 14 19:58:00 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137259 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/137259: commit references a PR
Date: Fri, 14 Aug 2009 19:58:02 +0000 (UTC)

 miwi        2009-08-14 19:57:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers/rpm5       Makefile distinfo 
   Log:
   - A minor upstream patch that fixes a problem with the
     display of error strings
   
   PR:             137259
   Submitted by:   Anders F Bjrklund <afb@rpm5.org> (maintainer)
   
   Revision  Changes    Path
   1.26      +4 -2      ports/archivers/rpm5/Makefile
   1.5       +3 -0      ports/archivers/rpm5/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
