svn commit: r393234 - branches/2015Q3/comms/anyremote

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 30 12:12:29 UTC 2015


Author: amdmi3
Date: Thu Jul 30 12:12:28 2015
New Revision: 393234
URL: https://svnweb.freebsd.org/changeset/ports/393234

Log:
  MFH: r393233
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/comms/anyremote/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/comms/anyremote/Makefile
==============================================================================
--- branches/2015Q3/comms/anyremote/Makefile	Thu Jul 30 12:11:01 2015	(r393233)
+++ branches/2015Q3/comms/anyremote/Makefile	Thu Jul 30 12:12:28 2015	(r393234)
@@ -3,7 +3,7 @@
 
 PORTNAME=	anyremote
 PORTVERSION=	6.3.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	comms
 MASTER_SITES=	SF
 
@@ -13,7 +13,8 @@ COMMENT=	Remote control service over Blu
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		alias iconv pkgconfig
+USES=		alias iconv pkgconfig shebangfix
+SHEBANG_FILES=	cfg-data/Utils/imdb-mf.sh
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-branches mailing list