svn commit: r463304 - head/editors/rox-edit

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 1 13:19:20 UTC 2018


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 at 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}


More information about the svn-ports-all mailing list