From owner-svn-ports-all@freebsd.org Tue Jul 10 04:58:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF3C4104468B; Tue, 10 Jul 2018 04:58:15 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3EFF2801D1; Tue, 10 Jul 2018 04:58:14 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id ckiyfPALHOFAwckj0fclor; Mon, 09 Jul 2018 22:58:07 -0600 X-Authority-Analysis: v=2.3 cv=Y4XWTCWN c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=kj9zAlcOel0A:10 a=R9QF1RCXAYgA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=wPZdqBkZQRev-tcrAN8A:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 141F849FE; Mon, 9 Jul 2018 21:58:04 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id w6A4w3Do073409; Mon, 9 Jul 2018 21:58:03 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id w6A4w3DK073402; Mon, 9 Jul 2018 21:58:03 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201807100458.w6A4w3DK073402@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Cy Schubert cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r474328 - head/devel/e2fsprogs-libss In-Reply-To: Message from Cy Schubert of "Tue, 10 Jul 2018 04:55:59 -0000." <201807100455.w6A4txOc004168@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 09 Jul 2018 21:58:03 -0700 X-CMAE-Envelope: MS4wfAywtkVsmYYaP76o9/aFAemv1Uz8H1VWwvUp5mpvZc0IG/05EZr5rdVIH7CGCV71cOkwbVFnCmAVkyQScG56vp4D5uLlgBoHznlQTrpx5/BLW8iA4dqV 7vGg8vm10FznUGjob3Ed5q7LQVyXS1AC1EX1U46vdahotTN08/xkqQVgwQ9TUrCC/98Wx/EWvX0XmboJ+wntMrIKzTTfTA25v4AKfFtX0zZNVWnm6/HfkC+z urwa2leFGJPVnSrISuiUeCxkkt81MNIi6q7DGH9vwgYDXQjwneHRvUqkZRRNgXhsxIISB/WlSgwO5FcrSsYZgg== X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Tue, 10 Jul 2018 04:58:16 -0000 In message <201807100455.w6A4txOc004168@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Tue Jul 10 04:55:59 2018 > New Revision: 474328 > URL: https://svnweb.freebsd.org/changeset/ports/474328 > > Log: > devel/e2fsprogs-libss has not conflicted with security/heimdal > since 1.4. Remove the conflict registration. Discovered while resolving ports fallout due to private heimdal in base. > > PR: 229464 > Submitted by: cy > Reported by: cy > Approved by: bjk (maintainer) > MFH: 2018Q3 > > Modified: > head/devel/e2fsprogs-libss/Makefile (contents, props changed) > > Modified: head/devel/e2fsprogs-libss/Makefile > ============================================================================= > = > --- head/devel/e2fsprogs-libss/Makefile Tue Jul 10 04:53:09 2018 > (r474327) > +++ head/devel/e2fsprogs-libss/Makefile Tue Jul 10 04:55:59 2018 > (r474328) > @@ -1,7 +1,7 @@ > # Created by: Ben Kaduk > # $FreeBSD$ > > -PORTREVISION= 0 > +PORTREVISION= 1 > CATEGORIES= devel > PKGNAMESUFFIX= -libss > > @@ -10,9 +10,6 @@ COMMENT= Command-line interface parsing library from e > > LICENSE= MIT > LICENSE_FILE= ${INSTALL_WRKSRC}/ss.h > - > -CONFLICTS= heimdal-[0-9]* > -CONFLICTS+= krb4-[0-9]* > > OPTIONS_EXCLUDE= DOCS EXAMPLES IPV6 NLS > CONFIGURE_ARGS= --enable-elf-shlibs > -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.