svn commit: r463035 - head/x11/rox-wallpaper

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 26 18:48:15 UTC 2018


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
 


More information about the svn-ports-head mailing list