Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2014 13:59:39 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346622 - head/devel/scons
Message-ID:  <201403011359.s21DxdMk089693@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sat Mar  1 13:59:38 2014
New Revision: 346622
URL: http://svnweb.freebsd.org/changeset/ports/346622
QAT: https://qat.redports.org/buildarchive/r346622/

Log:
  devel/scons: Add LICENSE, Fix depends, pet portlint
  
   - Add LICENSE (MIT)
  
  Fix:
  
   - FATAL: Makefile: [21]: contiguous blank lines (> 1 lines) found.
   - Unecessary RUN_DEPENDS on python2 (has USE_PYTHON=2)
   - Remove duplicate USE_PYTHON=yes (scons is for 2.x only)
  
  Reviewed by:	antoine
  Approved by:	portmgr (blanket)

Modified:
  head/devel/scons/Makefile

Modified: head/devel/scons/Makefile
==============================================================================
--- head/devel/scons/Makefile	Sat Mar  1 13:57:00 2014	(r346621)
+++ head/devel/scons/Makefile	Sat Mar  1 13:59:38 2014	(r346622)
@@ -9,17 +9,14 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	gavin@16degrees.com.au
 COMMENT=	Build tool alternative to make
 
-RUN_DEPENDS+=	python2:${PORTSDIR}/lang/python2
+LICENSE=	MIT
 
-USE_PYTHON=	yes
+USE_PYTHON=		2
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
 PLIST_SUB+=	SCONS_VER=${PORTVERSION}
 
-USE_PYTHON=	2
-
-
 post-patch:
 	@${REINPLACE_CMD} \
 		-e 's,distutils\.command\.install$$,setuptools\.command\.install,' \



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