Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2018 18:48:15 +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: r463035 - head/x11/rox-wallpaper
Message-ID:  <201802261848.w1QImFvw009544@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Feb 26 18:48:15 2018
New Revision: 463035
URL: https://svnweb.freebsd.org/changeset/ports/463035

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

Modified:
  head/x11/rox-wallpaper/Makefile

Modified: head/x11/rox-wallpaper/Makefile
==============================================================================
--- head/x11/rox-wallpaper/Makefile	Mon Feb 26 18:47:08 2018	(r463034)
+++ head/x11/rox-wallpaper/Makefile	Mon Feb 26 18:48:15 2018	(r463035)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rox-wallpaper
 PORTVERSION=	2.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 MASTER_SITES=	SF/rox/Wallpaper/${PORTVERSION}
 DISTNAME=	Wallpaper-${PORTVERSION}
@@ -13,7 +13,9 @@ COMMENT=	Wallpaper management tool for the ROX desktop
 RUN_DEPENDS=	${LOCALBASE}/bin/rox:x11-fm/rox-filer \
 		${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib
 
-USES=		python:2.7
+USES=		python:2.7 shebangfix
+SHEBANG_FILES=	AppRun
+NO_ARCH=	yes
 
 WRKSRC=		${WRKDIR}/Wallpaper
 



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