From eugen@grosbein.pp.ru  Sat Apr  2 12:09:20 2005
Return-Path: <eugen@grosbein.pp.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9099C16A4CE; Sat,  2 Apr 2005 12:09:20 +0000 (GMT)
Received: from grosbein.pp.ru (grgw.svzserv.kemerovo.su [213.184.64.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EDFB243D39; Sat,  2 Apr 2005 12:09:18 +0000 (GMT)
	(envelope-from eugen@grosbein.pp.ru)
Received: from grosbein.pp.ru (eugen@localhost [127.0.0.1])
	by grosbein.pp.ru (8.13.1/8.13.1) with ESMTP id j32C9Giw007348;
	Sat, 2 Apr 2005 20:09:16 +0800 (KRAST)
	(envelope-from eugen@grosbein.pp.ru)
Received: (from eugen@localhost)
	by grosbein.pp.ru (8.13.1/8.13.1/Submit) id j32C9FJN007347;
	Sat, 2 Apr 2005 20:09:15 +0800 (KRAST)
	(envelope-from eugen)
Message-Id: <200504021209.j32C9FJN007347@grosbein.pp.ru>
Date: Sat, 2 Apr 2005 20:09:15 +0800 (KRAST)
From: Eugene Grosbein <eugen@grosbein.pp.ru>
Reply-To: Eugene Grosbein <eugen@grosbein.pp.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: kris@freebsd.org
Subject: fix LATEST_LINK problem for ports/net/AquaGatekeeper[2]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         79444
>Category:       ports
>Synopsis:       fix LATEST_LINK problem for ports/net/AquaGatekeeper[2]
>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:   Sat Apr 02 12:10:08 GMT 2005
>Closed-Date:    Mon Apr 04 18:14:31 GMT 2005
>Last-Modified:  Mon Apr 04 18:14:31 GMT 2005
>Originator:     Eugene Grosbein
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD grosbein.pp.ru 4.11-STABLE FreeBSD 4.11-STABLE #9: Tue Mar 1 21:02:57 KRAT 2005 eu@grosbein.pp.ru:/usr/local/obj/usr/local/src/sys/DADV i386

>Description:
	ports/net/AquaGatekeeper and ports/net/AquaGatekeeper2 have
	same PORTNAME because these ports are for distinct branches
	of the same software. Hence the problem of LATEST_LINK conflict.

>How-To-Repeat:
	See description
>Fix:

Apply the following patch to ports/net. It adds CONFLICTS also.

diff -ur AquaGatekeeper2.orig/Makefile AquaGatekeeper2/Makefile
--- AquaGatekeeper2.orig/Makefile	Mon Mar 21 13:38:28 2005
+++ AquaGatekeeper2/Makefile	Sat Apr  2 19:47:34 2005
@@ -16,6 +16,8 @@
 COMMENT=	Aqua H323 Gatekeeper and proxy
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
+CONFLICTS=	AquaGatekeeper-1.*
+LATEST_LINK=	${PKGNAMEPREFIX}${PORTNAME}2${PKGNAMESUFFIX}
 NO_BUILD=	yes
 ONLY_FOR_ARCHS=	amd64 i386
 MD5_FILE=	${MASTERDIR}/distinfo.${ARCH}
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: flz 
State-Changed-When: Mon Apr 4 18:14:17 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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