Date: Thu, 30 Jul 2015 12:12:29 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393234 - branches/2015Q3/comms/anyremote Message-ID: <201507301212.t6UCCTUm012379@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507301212.t6UCCTUm012379>