svn commit: r303385 - head/lang/sdcc

Guido Falsi madpilot at FreeBSD.org
Thu Aug 30 17:07:54 UTC 2012


Author: madpilot
Date: Thu Aug 30 17:07:53 2012
New Revision: 303385
URL: http://svn.freebsd.org/changeset/ports/303385

Log:
  - Fix CONFLICTS
  - bump PORTREVISION
  
  Reported by:	kwm
  Approved by:	Tijl Coosemans <tijl at coosemans.org> (maintainer, via email)
  Approved by:	crees, tabthorpe (mentors, implicit)

Modified:
  head/lang/sdcc/Makefile

Modified: head/lang/sdcc/Makefile
==============================================================================
--- head/lang/sdcc/Makefile	Thu Aug 30 17:00:38 2012	(r303384)
+++ head/lang/sdcc/Makefile	Thu Aug 30 17:07:53 2012	(r303385)
@@ -8,7 +8,7 @@
 PORTNAME=	sdcc
 PORTVERSION=	3.2.0
 DISTVERSIONPREFIX=	src-
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	SF
 
@@ -19,7 +19,7 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/graph/adjacency_list.hpp:${PORTSDIR}/devel/boost-libs
 
-CONFLICTS=	sdcc-[0-9]*
+CONFLICTS_INSTALL=	sdcc-[0-9]*
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes



More information about the svn-ports-all mailing list