Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2013 10:56:41 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329689 - head/devel/gdb66
Message-ID:  <201310071056.r97AufGx040892@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Oct  7 10:56:41 2013
New Revision: 329689
URL: http://svnweb.freebsd.org/changeset/ports/329689

Log:
  Fix pkg name collision
  
  With hat:	portmgr

Modified:
  head/devel/gdb66/Makefile

Modified: head/devel/gdb66/Makefile
==============================================================================
--- head/devel/gdb66/Makefile	Mon Oct  7 10:55:42 2013	(r329688)
+++ head/devel/gdb66/Makefile	Mon Oct  7 10:56:41 2013	(r329689)
@@ -13,7 +13,7 @@ DISTFILES=	${PORTNAME}-${PORTVERSION}${E
 MAINTAINER=	mi@aldan.algebra.com
 COMMENT?=	GNU GDB of newer version than comes with the system
 
-LATEST_LINK?=	gdb66
+PKGNAMESUFFIX=	66
 
 OPTIONS_DEFINE=	INSIGHT
 INSIGHT_DESC=	Tcl/Tk GUI (experimental!)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310071056.r97AufGx040892>