From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 15:54:39 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 ESMTPS id 1F836D79; Mon, 25 Nov 2013 15:54:39 +0000 (UTC) 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 0EFC02384; Mon, 25 Nov 2013 15:54:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPFscDq003386; Mon, 25 Nov 2013 15:54:38 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPFsccA003385; Mon, 25 Nov 2013 15:54:38 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201311251554.rAPFsccA003385@svn.freebsd.org> From: Boris Samorodov Date: Mon, 25 Nov 2013 15:54:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334858 - head/sysutils/slurm-hpc 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.16 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, 25 Nov 2013 15:54:39 -0000 Author: bsam Date: Mon Nov 25 15:54:38 2013 New Revision: 334858 URL: http://svnweb.freebsd.org/changeset/ports/334858 Log: Add PKGNAMESUFFIX=-hpc to have a non-conflict package name with net/slurm. Submitted by: Jason Bacon (maintainer, via e-mail) Modified: head/sysutils/slurm-hpc/Makefile Modified: head/sysutils/slurm-hpc/Makefile ============================================================================== --- head/sysutils/slurm-hpc/Makefile Mon Nov 25 15:27:46 2013 (r334857) +++ head/sysutils/slurm-hpc/Makefile Mon Nov 25 15:54:38 2013 (r334858) @@ -7,6 +7,7 @@ CATEGORIES= sysutils MASTER_SITES= http://www.schedmd.com/download/archive/ \ http://www.schedmd.com/download/latest/ \ http://www.schedmd.com/download/development/ +PKGNAMESUFFIX= -hpc MAINTAINER= jwbacon@tds.net COMMENT= Simple Linux Utility for Resource Management