svn commit: r393233 - head/comms/anyremote
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jul 30 12:11:02 UTC 2015
Author: amdmi3
Date: Thu Jul 30 12:11:01 2015
New Revision: 393233
URL: https://svnweb.freebsd.org/changeset/ports/393233
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Modified:
head/comms/anyremote/Makefile
Modified: head/comms/anyremote/Makefile
==============================================================================
--- head/comms/anyremote/Makefile Thu Jul 30 11:36:23 2015 (r393232)
+++ head/comms/anyremote/Makefile Thu Jul 30 12:11:01 2015 (r393233)
@@ -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-all
mailing list