Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2013 22:04:52 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323130 - head/editors/nano
Message-ID:  <201307162204.r6GM4qiL013157@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Tue Jul 16 22:04:52 2013
New Revision: 323130
URL: http://svnweb.freebsd.org/changeset/ports/323130

Log:
  - Remove the conflicts with itself
  - Move sections to pet portlint

Modified:
  head/editors/nano/Makefile

Modified: head/editors/nano/Makefile
==============================================================================
--- head/editors/nano/Makefile	Tue Jul 16 21:59:48 2013	(r323129)
+++ head/editors/nano/Makefile	Tue Jul 16 22:04:52 2013	(r323130)
@@ -11,10 +11,10 @@ MASTER_SITE_SUBDIR=	${PORTNAME}
 MAINTAINER=	eadler@FreeBSD.org
 COMMENT=	Nano's ANOther editor, an enhanced free Pico clone
 
-CONFLICTS=	nano-2*
-
 LICENSE=	GPLv3
 
+CONFLICTS=	nano-devel-2*
+
 GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS=	--docdir=${DOCSDIR}



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