Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2013 12:23:06 +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: r329696 - in head: editors/joe2 editors/openoffice-3 editors/openoffice-devel japanese/ng-devel sysutils/qjail2 textproc/stardict2
Message-ID:  <201310071223.r97CN6AG087616@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Oct  7 12:23:05 2013
New Revision: 329696
URL: http://svnweb.freebsd.org/changeset/ports/329696

Log:
  Fix pkgname collision

Modified:
  head/editors/joe2/Makefile
  head/editors/openoffice-3/Makefile
  head/editors/openoffice-devel/Makefile
  head/japanese/ng-devel/Makefile
  head/sysutils/qjail2/Makefile
  head/textproc/stardict2/Makefile

Modified: head/editors/joe2/Makefile
==============================================================================
--- head/editors/joe2/Makefile	Mon Oct  7 11:51:29 2013	(r329695)
+++ head/editors/joe2/Makefile	Mon Oct  7 12:23:05 2013	(r329696)
@@ -11,7 +11,7 @@ COMMENT?=	Joe's Own Editor
 
 RUN_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell
 
-LATEST_LINK?=	joe2
+PKGNAMESUFFIX=	2
 CONFLICTS=	joe-3*
 
 GNU_CONFIGURE=	yes

Modified: head/editors/openoffice-3/Makefile
==============================================================================
--- head/editors/openoffice-3/Makefile	Mon Oct  7 11:51:29 2013	(r329695)
+++ head/editors/openoffice-3/Makefile	Mon Oct  7 12:23:05 2013	(r329696)
@@ -17,7 +17,7 @@ COMMENT=	Integrated wordprocessor/dbase/
 
 LICENSE=	AL2
 
-NO_LATEST_LINK=	yes
+PKGNAMESUFFIX=	3
 
 USE_GNOME=	desktopfileutils gtk20 libxslt libidl glib20
 USE_XORG=	x11 ice xaw xau xext xrender xrandr \

Modified: head/editors/openoffice-devel/Makefile
==============================================================================
--- head/editors/openoffice-devel/Makefile	Mon Oct  7 11:51:29 2013	(r329695)
+++ head/editors/openoffice-devel/Makefile	Mon Oct  7 12:23:05 2013	(r329696)
@@ -17,7 +17,7 @@ COMMENT=	Integrated wordprocessor/dbase/
 
 LICENSE=	AL2
 
-NO_LATEST_LINK=	yes
+PKGNAMESUFFIX=	-devel
 
 USE_GNOME=	desktopfileutils gtk20 libxslt libidl glib20
 USE_XORG=	x11 ice xaw xau xext xrender xrandr \

Modified: head/japanese/ng-devel/Makefile
==============================================================================
--- head/japanese/ng-devel/Makefile	Mon Oct  7 11:51:29 2013	(r329695)
+++ head/japanese/ng-devel/Makefile	Mon Oct  7 12:23:05 2013	(r329696)
@@ -15,7 +15,7 @@ GNU_CONFIGURE=	yes
 
 MYPORTDOCS=	CHANGES.1_3 CHANGES.1_4 CHANGES.doc Ng.FAQ Ng.doc Ng.ref Ng.tut \
 		README.Ng README.SKG
-LATEST_LINK=	ng-devel
+PKGNAMESUFFIX=	-devel
 DOCSDIR=	${PREFIX}/share/doc/ja/${PORTNAME}
 
 NO_STAGE=	yes

Modified: head/sysutils/qjail2/Makefile
==============================================================================
--- head/sysutils/qjail2/Makefile	Mon Oct  7 11:51:29 2013	(r329695)
+++ head/sysutils/qjail2/Makefile	Mon Oct  7 12:23:05 2013	(r329696)
@@ -11,7 +11,7 @@ COMMENT=	Utility to quickly deploy and m
 
 USE_BZIP2=	yes
 NO_BUILD=	yes
-LATEST_LINK=	${PORTNAME}2
+PKGNAMESUFFIX=	2
 
 MAN8=		qjail.8 qjail-intro.8 qjail.conf.8 qjail-howto.8
 

Modified: head/textproc/stardict2/Makefile
==============================================================================
--- head/textproc/stardict2/Makefile	Mon Oct  7 11:51:29 2013	(r329695)
+++ head/textproc/stardict2/Makefile	Mon Oct  7 12:23:05 2013	(r329696)
@@ -18,7 +18,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 USE_BZIP2=	yes
 USE_GNOME=	gnomehack gnomeprefix
 USES=		gettext gmake pkgconfig
-LATEST_LINK=	stardict2
+PKGNAMESUFFIX=	2
 
 OPTIONS_DEFINE=	GNOME
 OPTIONS_DEFAULT=	GNOME



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