From owner-svn-ports-all@FreeBSD.ORG Sat Feb 16 03:47:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 699DD59F; Sat, 16 Feb 2013 03:47:21 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 426F2824; Sat, 16 Feb 2013 03:47:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1G3lKlq021923; Sat, 16 Feb 2013 03:47:20 GMT (envelope-from cperciva@svn.freebsd.org) Received: (from cperciva@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1G3lKLF021920; Sat, 16 Feb 2013 03:47:20 GMT (envelope-from cperciva@svn.freebsd.org) Message-Id: <201302160347.r1G3lKLF021920@svn.freebsd.org> From: Colin Percival Date: Sat, 16 Feb 2013 03:47:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312322 - head/devel/p5-Parse-Pidl 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.14 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: Sat, 16 Feb 2013 03:47:21 -0000 Author: cperciva Date: Sat Feb 16 03:47:19 2013 New Revision: 312322 URL: http://svnweb.freebsd.org/changeset/ports/312322 Log: Revert r312313, since it presupposes a move from net/samba4-devel to net/samba4 (which has not yet happened) and thereby breaks INDEX. Modified: head/devel/p5-Parse-Pidl/Makefile Modified: head/devel/p5-Parse-Pidl/Makefile ============================================================================== --- head/devel/p5-Parse-Pidl/Makefile Sat Feb 16 03:03:06 2013 (r312321) +++ head/devel/p5-Parse-Pidl/Makefile Sat Feb 16 03:47:19 2013 (r312322) @@ -17,7 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= -SAMBA4_PORT?= samba4 +SAMBA4_PORT?= samba4-devel SAMBA4_SUBPORT= yes MASTERDIR= ${.CURDIR}/../../net/${SAMBA4_PORT}