Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2014 14:38:48 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346909 - head/shells/bash-completion
Message-ID:  <201403031438.s23Ecm3A054266@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Mon Mar  3 14:38:48 2014
New Revision: 346909
URL: http://svnweb.freebsd.org/changeset/ports/346909
QAT: https://qat.redports.org/buildarchive/r346909/

Log:
  Remove CONFLICTS against non-existant port.

Modified:
  head/shells/bash-completion/Makefile

Modified: head/shells/bash-completion/Makefile
==============================================================================
--- head/shells/bash-completion/Makefile	Mon Mar  3 14:38:30 2014	(r346908)
+++ head/shells/bash-completion/Makefile	Mon Mar  3 14:38:48 2014	(r346909)
@@ -3,7 +3,7 @@
 
 PORTNAME=		bash-completion
 PORTVERSION=	2.1
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=		1
 CATEGORIES=		shells
 MASTER_SITES=	${MASTER_SITE_LOCAL}
@@ -12,8 +12,6 @@ MASTER_SITE_SUBDIR=	adamw
 MAINTAINER=	adamw@FreeBSD.org
 COMMENT=	Programmable completion library for Bash
 
-CONFLICTS=	bash-completion-classic-[0-9]*
-
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
 USE_BZIP2=		yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403031438.s23Ecm3A054266>