From owner-svn-ports-head@FreeBSD.ORG Tue Jul 29 13:27:09 2014 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 34C2A4CC for ; Tue, 29 Jul 2014 13:27:09 +0000 (UTC) Received: from mail-lb0-f172.google.com (mail-lb0-f172.google.com [209.85.217.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A848A2F88 for ; Tue, 29 Jul 2014 13:27:08 +0000 (UTC) Received: by mail-lb0-f172.google.com with SMTP id z11so7044839lbi.3 for ; Tue, 29 Jul 2014 06:26:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=AIBBNucEpj69a7wga95vOoiRoQ1yp3+F4xbQrXpKpVs=; b=mkaje9v5VtPM2CD2Sz4JojovlDQ7qfV/XuLCQtfFaznW5C23hkP0EtHrgoFhSnC4P/ yoFuO3PEjWN5S85hSF9HeEdm6Wp7uJhxPBlkDL8GsqWC8SLCr7VKySFZeg53ORthw+88 Ggt2Uz7Sh7LUvh74k4FmSB6kuSMZpc3pLECO+caCrSLjDxLOUo7DS2XJQ+jIIPu4F/k5 xslQ1M+AYw8ReDDirOT4wWJgr3/uRDPyh4Uwq2VXWbYMaUWXWOI1mWvAK9fy4bJCLTQH BCECdsuqKNHrQlyI5p+OltnM9B4qDqPDgC0cr8yCjKpmYQBrk8NQIy9rWry1oAq/mHSq hWDA== X-Gm-Message-State: ALoCoQlhuVir4Z6Xk3lloSrUNIJSvWjfg1dvpebz72Y33GUdXO2Vwy9fuT1y8QoMaoN0u9tDoh9F X-Received: by 10.152.8.166 with SMTP id s6mr2281267laa.85.1406640419567; Tue, 29 Jul 2014 06:26:59 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.161.100 with HTTP; Tue, 29 Jul 2014 06:26:39 -0700 (PDT) In-Reply-To: <201407290852.s6T8qIfG049523@svn.freebsd.org> References: <201407290852.s6T8qIfG049523@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 29 Jul 2014 21:26:39 +0800 X-Google-Sender-Auth: ZKyhtKpVyEGArHw-XSY8tXW0cX8 Message-ID: Subject: Re: svn commit: r363300 - head/databases/p5-DBD-Pg32 To: Matthew Seaman Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 29 Jul 2014 13:27:09 -0000 On Tue, Jul 29, 2014 at 4:52 PM, Matthew Seaman wrote: > Author: matthew > Date: Tue Jul 29 08:52:17 2014 > New Revision: 363300 > URL: http://svnweb.freebsd.org/changeset/ports/363300 > QAT: https://qat.redports.org/buildarchive/r363300/ > > Log: > Add the forgotten CONFLICTS_INSTALL line (D'Oh!) > > Modified: > head/databases/p5-DBD-Pg32/Makefile > > Modified: head/databases/p5-DBD-Pg32/Makefile > > ============================================================================== > --- head/databases/p5-DBD-Pg32/Makefile Tue Jul 29 08:43:49 2014 > (r363299) > +++ head/databases/p5-DBD-Pg32/Makefile Tue Jul 29 08:52:17 2014 > (r363300) > @@ -17,6 +17,8 @@ LICENSE_COMB= dual > BUILD_DEPENDS= p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI > RUN_DEPENDS:= ${BUILD_DEPENDS} > > +CONFLICTS_INSTALL= p5-DBD-Pg-3.3.* > + > USES= pgsql perl5 > USE_PERL5= configure FYI, I think it conflicts with p5-DBD-Pg of all versions, not only 3.3.*. It should be "CONFLICTS_INSTALL=p5-DBD-Pg-[0-9]*". Regards, sunpoet