From matthias.andree@gmx.de  Fri Aug 19 01:31:17 2005
Return-Path: <matthias.andree@gmx.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6130816A41F;
	Fri, 19 Aug 2005 01:31:17 +0000 (GMT)
	(envelope-from matthias.andree@gmx.de)
Received: from mail.dt.e-technik.uni-dortmund.de (krusty.dt.E-Technik.uni-dortmund.de [129.217.163.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A8A9B43D46;
	Fri, 19 Aug 2005 01:31:16 +0000 (GMT)
	(envelope-from matthias.andree@gmx.de)
Received: from localhost (localhost [127.0.0.1])
	by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id B3509440DC;
	Fri, 19 Aug 2005 03:31:15 +0200 (CEST)
Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1])
 by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 32767-04; Fri, 19 Aug 2005 03:31:14 +0200 (CEST)
Received: from m2a2.dyndns.org (p50913EAF.dip0.t-ipconnect.de [80.145.62.175])
	by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 20D8D440DA;
	Fri, 19 Aug 2005 03:31:14 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by merlin.emma.line.org (Postfix) with ESMTP id 64EC478F5E;
	Fri, 19 Aug 2005 03:31:13 +0200 (CEST)
Received: from m2a2.dyndns.org ([127.0.0.1])
 by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 29493-12; Fri, 19 Aug 2005 03:31:12 +0200 (CEST)
Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.0.2])
	by merlin.emma.line.org (Postfix) with ESMTP id AD6CD78B30;
	Fri, 19 Aug 2005 03:31:12 +0200 (CEST)
Received: from emma by libertas.emma.line.org with local (Exim 4.52 (FreeBSD))
	id 1E5vjM-0007Oy-VZ; Fri, 19 Aug 2005 03:31:37 +0200
Message-Id: <E1E5vjM-0007Oy-VZ@libertas.emma.line.org>
Date: Fri, 19 Aug 2005 03:31:36 +0200
From: Matthias Andree <matthias.andree@gmx.de>
Sender: Matthias Andree <matthias.andree@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ports@FreeBSD.org
Subject: [PATCH] archivers/lzo2: resolve conflict with lzo port, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         85108
>Category:       ports
>Synopsis:       [PATCH] archivers/lzo2: resolve conflict with lzo port, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sem
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 19 01:40:19 GMT 2005
>Closed-Date:    Mon Aug 29 07:39:40 GMT 2005
>Last-Modified:  Mon Aug 29 07:39:40 GMT 2005
>Originator:     Matthias Andree
>Release:        FreeBSD 4.11-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #1: Sat Jul  2 12:53:26 CEST
>Description:
- Rename this port to lzo2 to remove conflict with lzo, the
  conflicting library has been renamed by the upstream in 
  version 2.01 so that lzo and lzo2 can be installed side-by-side.
- Take maintainership

Port maintainer (ports@FreeBSD.org) is cc'd.

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

--- lzo2-2.01.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/archivers/lzo2/Makefile /usr/home/emma/ports/archivers/lzo2/Makefile
--- /usr/ports/archivers/lzo2/Makefile	Sat Jul  2 12:49:43 2005
+++ /usr/home/emma/ports/archivers/lzo2/Makefile	Fri Aug 19 03:21:09 2005
@@ -5,18 +5,15 @@
 # $FreeBSD: ports/archivers/lzo2/Makefile,v 1.33 2005/06/29 19:31:48 jylefort Exp $
 #
 
-PORTNAME=	lzo
+PORTNAME=	lzo2
 PORTVERSION=	2.01
 CATEGORIES=	archivers devel
 MASTER_SITES=	http://www.oberhumer.com/opensource/lzo/download/
 MASTER_SITE_SUBDIR=	libs/compression
+DISTNAME=	lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	matthias.andree@gmx.de
 COMMENT=	Portable speedy, lossless data compression library
-
-LATEST_LINK=	lzo2
-
-CONFLICTS=	lzo-1.*
 
 USE_LIBTOOL_VER=	15
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
--- lzo2-2.01.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sem 
Responsible-Changed-By: sem 
Responsible-Changed-When: Tue Aug 23 14:57:22 GMT 2005 
Responsible-Changed-Why:  
Take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85108 
State-Changed-From-To: open->closed 
State-Changed-By: sem 
State-Changed-When: Mon Aug 29 07:39:31 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85108 
>Unformatted:
