ports/144246: [PATCH] archivers/rpm5: Debump beecrypt shlib version after update

Greg Larkin glarkin at FreeBSD.org
Tue Feb 23 22:00:12 UTC 2010


>Number:         144246
>Category:       ports
>Synopsis:       [PATCH] archivers/rpm5: Debump beecrypt shlib version after update
>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:   Tue Feb 23 22:00:11 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Greg Larkin
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD fbsd70.entropy.prv 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
security/beecrypt was recently updated to version 4.2.1.  For some reason,
the shlib version was decremented from .10 to .7 in the upstream
distribution. This change ensures that rpm5 looks for the correct version
of the library.

Port maintainer (afb at rpm5.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- rpm-5.0.3_7.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/archivers/rpm5/Makefile,v
retrieving revision 1.28
diff -u -u -r1.28 Makefile
--- Makefile	5 Feb 2010 11:33:48 -0000	1.28
+++ Makefile	23 Feb 2010 21:12:09 -0000
@@ -6,7 +6,7 @@
 
 PORTNAME=	rpm
 PORTVERSION=	5.0.3
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	archivers
 MASTER_SITES=	http://rpm5.org/files/rpm/rpm-5.0/
 PATCHFILES=	rpm-5.0.3.1.patch
@@ -18,7 +18,7 @@
 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 \
+		beecrypt.7:${PORTSDIR}/security/beecrypt \
 		neon.28:${PORTSDIR}/www/neon28 \
 		magic:${PORTSDIR}/sysutils/file \
 		xar:${PORTSDIR}/archivers/xar \
--- rpm-5.0.3_7.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list