From owner-svn-ports-all@freebsd.org Thu Mar 30 14:29:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24498D26C04; Thu, 30 Mar 2017 14:29:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E855FB12; Thu, 30 Mar 2017 14:29:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UESCPK006332; Thu, 30 Mar 2017 14:28:12 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UESCO9006331; Thu, 30 Mar 2017 14:28:12 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703301428.v2UESCO9006331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 30 Mar 2017 14:28:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437299 - head/devel/phpunit6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 14:29:28 -0000 Author: mat Date: Thu Mar 30 14:28:11 2017 New Revision: 437299 URL: https://svnweb.freebsd.org/changeset/ports/437299 Log: Fix PKGBASE conflict with devel/phpunit. Pointy hat: tz Sponsored by: Absolight Modified: head/devel/phpunit6/Makefile (contents, props changed) Modified: head/devel/phpunit6/Makefile ============================================================================== --- head/devel/phpunit6/Makefile Thu Mar 30 14:28:07 2017 (r437298) +++ head/devel/phpunit6/Makefile Thu Mar 30 14:28:11 2017 (r437299) @@ -5,6 +5,7 @@ PORTNAME= phpunit PORTVERSION= 6.0.11 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ +PKGNAMESUFFIX= 6 EXTRACT_SUFX= .phar MAINTAINER= joneum@bsdproject.de