Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Mar 2018 13:19:19 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463304 - head/editors/rox-edit
Message-ID:  <201803011319.w21DJJ8E059923@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Mar  1 13:19:19 2018
New Revision: 463304
URL: https://svnweb.freebsd.org/changeset/ports/463304

Log:
  - Add LICENSE
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/editors/rox-edit/Makefile

Modified: head/editors/rox-edit/Makefile
==============================================================================
--- head/editors/rox-edit/Makefile	Thu Mar  1 13:19:04 2018	(r463303)
+++ head/editors/rox-edit/Makefile	Thu Mar  1 13:19:19 2018	(r463304)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rox-edit
 PORTVERSION=	2.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	editors
 MASTER_SITES=	SF/rox/Edit/${PORTVERSION}
 DISTNAME=	edit-${PORTVERSION}
@@ -10,10 +10,15 @@ DISTNAME=	edit-${PORTVERSION}
 MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	Text editor for the ROX desktop
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/Edit/Help/COPYING
+
 RUN_DEPENDS=	${LOCALBASE}/bin/rox:x11-fm/rox-filer \
 		${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib
 
-USES=		python:2.7 tar:bzip2
+USES=		python:2.7 shebangfix tar:bzip2
+SHEBANG_FILES=	Edit/tests/testreplace.py Edit/AppRun
+NO_ARCH=	yes
 
 post-extract:
 	@${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM}



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