svn commit: r313773 - head/lang/newlisp

Jimmy Olgeni olgeni at FreeBSD.org
Sat Mar 9 23:01:45 UTC 2013


Author: olgeni
Date: Sat Mar  9 23:01:45 2013
New Revision: 313773
URL: http://svnweb.freebsd.org/changeset/ports/313773

Log:
  Register conflicts with lang/newlisp-devel.

Modified:
  head/lang/newlisp/Makefile

Modified: head/lang/newlisp/Makefile
==============================================================================
--- head/lang/newlisp/Makefile	Sat Mar  9 22:59:34 2013	(r313772)
+++ head/lang/newlisp/Makefile	Sat Mar  9 23:01:45 2013	(r313773)
@@ -3,6 +3,7 @@
 
 PORTNAME=	newlisp
 PORTVERSION=	10.4.5
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	http://www.newlisp.org/downloads/
 EXTRACT_SUFX=	.tgz
@@ -12,6 +13,8 @@ COMMENT=	LISP like scripting language
 
 LIB_DEPENDS=	ffi:${PORTSDIR}/devel/libffi
 
+CONFLICTS=	newlisp-devel-[0-9]*
+
 HAS_CONFIGURE=	yes
 ALL_TARGET=	default
 


More information about the svn-ports-head mailing list