From owner-svn-ports-head@FreeBSD.ORG Mon Oct 7 12:23:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 93BCEE55; Mon, 7 Oct 2013 12:23:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 719342F5F; Mon, 7 Oct 2013 12:23:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r97CN7mj087622; Mon, 7 Oct 2013 12:23:07 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r97CN6AG087616; Mon, 7 Oct 2013 12:23:06 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201310071223.r97CN6AG087616@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 7 Oct 2013 12:23:06 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 12:23:07 -0000 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