From owner-svn-ports-head@freebsd.org Mon Feb 15 16:04:17 2016 Return-Path: Delivered-To: svn-ports-head@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 A03CCAA940C; Mon, 15 Feb 2016 16:04:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 734431EB4; Mon, 15 Feb 2016 16:04:17 +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 u1FG4GHc029555; Mon, 15 Feb 2016 16:04:16 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FG4GBu029552; Mon, 15 Feb 2016 16:04:16 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201602151604.u1FG4GBu029552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 15 Feb 2016 16:04:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408944 - in head: archivers/php70-phar archivers/php70-zlib net-mgmt/php70-snmp 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.20 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, 15 Feb 2016 16:04:17 -0000 Author: mat Date: Mon Feb 15 16:04:16 2016 New Revision: 408944 URL: https://svnweb.freebsd.org/changeset/ports/408944 Log: Fix dupplicate package names. With hat: portmgr Sponsored by: Absolight Modified: head/archivers/php70-phar/Makefile head/archivers/php70-zlib/Makefile head/net-mgmt/php70-snmp/Makefile Modified: head/archivers/php70-phar/Makefile ============================================================================== --- head/archivers/php70-phar/Makefile Mon Feb 15 15:54:39 2016 (r408943) +++ head/archivers/php70-phar/Makefile Mon Feb 15 16:04:16 2016 (r408944) @@ -3,7 +3,7 @@ CATEGORIES= archivers -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -phar Modified: head/archivers/php70-zlib/Makefile ============================================================================== --- head/archivers/php70-zlib/Makefile Mon Feb 15 15:54:39 2016 (r408943) +++ head/archivers/php70-zlib/Makefile Mon Feb 15 16:04:16 2016 (r408944) @@ -3,7 +3,7 @@ CATEGORIES= archivers -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -zlib Modified: head/net-mgmt/php70-snmp/Makefile ============================================================================== --- head/net-mgmt/php70-snmp/Makefile Mon Feb 15 15:54:39 2016 (r408943) +++ head/net-mgmt/php70-snmp/Makefile Mon Feb 15 16:04:16 2016 (r408944) @@ -3,7 +3,7 @@ CATEGORIES= net-mgmt -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -snmp