Date: Mon, 24 Apr 2017 12:58:02 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439287 - in head: astro/foxtrotgps cad/brickutils deskutils/gcalcli deskutils/rox-memo net-im/libpurple net/ceph-devel sysutils/cfengine-masterfiles37 sysutils/cfengine-masterfiles38 w... Message-ID: <201704241258.v3OCw2UM068472@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon Apr 24 12:58:02 2017 New Revision: 439287 URL: https://svnweb.freebsd.org/changeset/ports/439287 Log: - Fix shebangs Submitted by: Jochen Neumeister (via irc) Modified: head/astro/foxtrotgps/Makefile head/cad/brickutils/Makefile head/deskutils/gcalcli/Makefile head/deskutils/rox-memo/Makefile head/net-im/libpurple/Makefile head/net/ceph-devel/Makefile head/sysutils/cfengine-masterfiles37/Makefile head/sysutils/cfengine-masterfiles38/Makefile head/www/cppcms/Makefile head/www/py-imdbpy/Makefile head/x11-fm/sunflower/Makefile Modified: head/astro/foxtrotgps/Makefile ============================================================================== --- head/astro/foxtrotgps/Makefile Mon Apr 24 12:42:07 2017 (r439286) +++ head/astro/foxtrotgps/Makefile Mon Apr 24 12:58:02 2017 (r439287) @@ -3,7 +3,7 @@ PORTNAME= foxtrotgps PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro geography MASTER_SITES= http://www.foxtrotgps.org/releases/ @@ -14,17 +14,21 @@ LICENSE= GPLv2 LIB_DEPENDS= libcurl.so:ftp/curl \ libexif.so:graphics/libexif \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ libsoup-2.4.so:devel/libsoup \ libgps.so:astro/gpsd GNU_CONFIGURE= yes CONFIGURE_ENV= DATADIRNAME=share CONFIGURE_ARGS= --disable-schemas-install -USES= gettext gmake pkgconfig shebangfix sqlite:3 +USES= gettext gmake pkgconfig python shebangfix sqlite:3 SHEBANG_FILES= contrib/convert2gpx \ contrib/convert2osm \ contrib/georss2foxtrotgps-poi\ - contrib/gpx2osm + contrib/gpx2osm \ + contrib/poi2osm \ + contrib/osb2foxtrot \ USE_GNOME= gtk20 gconf2 libxml2 intltool libglade2 INSTALLS_ICONS= yes Modified: head/cad/brickutils/Makefile ============================================================================== --- head/cad/brickutils/Makefile Mon Apr 24 12:42:07 2017 (r439286) +++ head/cad/brickutils/Makefile Mon Apr 24 12:58:02 2017 (r439287) @@ -3,7 +3,7 @@ PORTNAME= brickutils PORTVERSION= 0.1.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-obsolete/ \ SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-obsolete/:docs \ @@ -25,8 +25,10 @@ RUN_DEPENDS= ${LOCALBASE}/share/ldraw/mo WRKSRC= ${WRKDIR}/BrickUtils-${PORTVERSION} NO_ARCH= yes -USES= python:2 +USES= python:2 shebangfix USE_GNOME= pygtk2 +SHEBANG_FILES= pyBrickUtils.py \ + BrickUtils/*.py PORTDOCS= * Modified: head/deskutils/gcalcli/Makefile ============================================================================== --- head/deskutils/gcalcli/Makefile Mon Apr 24 12:42:07 2017 (r439286) +++ head/deskutils/gcalcli/Makefile Mon Apr 24 12:58:02 2017 (r439287) @@ -4,7 +4,7 @@ PORTNAME= gcalcli PORTVERSION= 3.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils python MAINTAINER= ports@thelanman.net @@ -18,8 +18,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}date ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2 \ ${PYTHON_PKGNAMEPREFIX}python-gflags>=0:devel/py-python-gflags -USES= python:-2.7 +USES= python:-2.7 shebangfix USE_GITHUB= yes +SHEBANG_FILES= gcalcli GH_ACCOUNT= insanum Modified: head/deskutils/rox-memo/Makefile ============================================================================== --- head/deskutils/rox-memo/Makefile Mon Apr 24 12:42:07 2017 (r439286) +++ head/deskutils/rox-memo/Makefile Mon Apr 24 12:58:02 2017 (r439287) @@ -2,7 +2,7 @@ PORTNAME= rox-memo PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= SF/rox/Memo/${PORTVERSION} DISTNAME= memo-${PORTVERSION} @@ -13,7 +13,8 @@ COMMENT= Appointment/TODO management for RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \ ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:devel/py-roxlib -USES= python tar:bzip2 +USES= python shebangfix tar:bzip2 +SHEBANG_FILES= Memo/AppRun Memo/AppletRun do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Mon Apr 24 12:42:07 2017 (r439286) +++ head/net-im/libpurple/Makefile Mon Apr 24 12:58:02 2017 (r439287) @@ -3,7 +3,7 @@ PORTNAME?= libpurple PORTVERSION= 2.12.0 -PORTREVISION?= 0 +PORTREVISION= 1 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} @@ -26,9 +26,11 @@ INSTALL_TARGET= install-strip .if !defined(PIDGIN_SLAVE) # Pidgin slave ports that require the following functionality, must explicitly # set these macros themselves. -USES+= iconv python +USES+= iconv python shebangfix USE_LDCONFIG= yes WANT_GNOME= yes +SHEBANG_FILES= libpurple/purple-remote \ + libpurple/purple-url-handler .if defined(PACKAGE_BUILDING) .undef WITHOUT_GNOME Modified: head/net/ceph-devel/Makefile ============================================================================== --- head/net/ceph-devel/Makefile Mon Apr 24 12:42:07 2017 (r439286) +++ head/net/ceph-devel/Makefile Mon Apr 24 12:58:02 2017 (r439287) @@ -3,6 +3,7 @@ PORTNAME= ceph DISTVERSION= wip.v2017-2-14 +PORTREVISION= 1 CATEGORIES= net PKGNAMESUFFIX= -devel @@ -72,8 +73,11 @@ CMAKE_ARGS= \ -D WITH_CEPHFS:BOOL=OFF \ -D WITH_EMBEDDED:BOOL=OFF -USES= gmake cmake:outsource python:2.7 gettext-runtime shebangfix -SHEBANG_FILES=src/rbdmap src/ceph-post-file.in src/rbd-replay-many +USES= gmake gettext-runtime cmake:outsource python:2.7 shebangfix +SHEBANG_FILES= src/rbdmap src/ceph-post-file.in src/rbd-replay-many \ + src/ceph-rest-api src/ceph-create-keys \ + src/brag/client/ceph-brag \ + src/tools/ceph-monstore-update-crush.sh # even though i386 will build, it is not really advised. ONLY_FOR_ARCHS= amd64 Modified: head/sysutils/cfengine-masterfiles37/Makefile ============================================================================== --- head/sysutils/cfengine-masterfiles37/Makefile Mon Apr 24 12:42:07 2017 (r439286) +++ head/sysutils/cfengine-masterfiles37/Makefile Mon Apr 24 12:58:02 2017 (r439287) @@ -3,6 +3,7 @@ PORTNAME= cfengine-masterfiles PORTVERSION= 3.7.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ @@ -26,9 +27,11 @@ FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTF CONFLICTS= cfengine-masterfiles[1689]* MAKE_JOBS_UNSAFE= yes -USES= cpe +USES= cpe python:build shebangfix HAS_CONFIGURE= yes EXAMPLESDIR= ${PREFIX}/share/examples/cfengine-masterfiles CONFIGURE_ARGS= --prefix=${EXAMPLESDIR} +SHEBANG_FILES= modules/packages/apt_get \ + modules/packages/yum .include <bsd.port.mk> Modified: head/sysutils/cfengine-masterfiles38/Makefile ============================================================================== --- head/sysutils/cfengine-masterfiles38/Makefile Mon Apr 24 12:42:07 2017 (r439286) +++ head/sysutils/cfengine-masterfiles38/Makefile Mon Apr 24 12:58:02 2017 (r439287) @@ -3,6 +3,7 @@ PORTNAME= cfengine-masterfiles PORTVERSION= 3.8.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ @@ -26,9 +27,11 @@ FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTF CONFLICTS= cfengine-masterfiles[1679]* MAKE_JOBS_UNSAFE= yes -USES= cpe +USES= cpe python:build shebangfix HAS_CONFIGURE= yes EXAMPLESDIR= ${PREFIX}/share/examples/cfengine-masterfiles CONFIGURE_ARGS= --prefix=${EXAMPLESDIR} +SHEBANG_FILES= modules/packages/apt_get \ + modules/packages/yum .include <bsd.port.mk> Modified: head/www/cppcms/Makefile ============================================================================== --- head/www/cppcms/Makefile Mon Apr 24 12:42:07 2017 (r439286) +++ head/www/cppcms/Makefile Mon Apr 24 12:58:02 2017 (r439287) @@ -2,7 +2,7 @@ PORTNAME= cppcms PORTVERSION= 1.0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= SF/cppcms/${PORTNAME}/${PORTVERSION} @@ -15,8 +15,9 @@ BROKEN_powerpc64= Does not build LIB_DEPENDS= libpcre.so:devel/pcre -USES= cmake python:2 tar:bzip2 ssl +USES= cmake python:2 shebangfix tar:bzip2 ssl USE_LDCONFIG= yes +SHEBANG_FILES= bin/cppcms_tmpl_cc OPTIONS_DEFINE= EXAMPLES GCRYPT ICU OPTIONS_DEFAULT= ICU Modified: head/www/py-imdbpy/Makefile ============================================================================== --- head/www/py-imdbpy/Makefile Mon Apr 24 12:42:07 2017 (r439286) +++ head/www/py-imdbpy/Makefile Mon Apr 24 12:58:02 2017 (r439287) @@ -3,6 +3,7 @@ PORTNAME= imdbpy PORTVERSION= 5.1.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ SF/${PORTNAME}/IMDbPY/${PORTVERSION} @@ -23,7 +24,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml OPTIONS_DEFINE= DOCS USES= python:2 shebangfix -SHEBANG_FILES= docs/goodies/reduce.sh +SHEBANG_FILES= docs/goodies/download_applydiffs.py \ + docs/goodies/reduce.sh USE_PYTHON= distutils autoplist DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} Modified: head/x11-fm/sunflower/Makefile ============================================================================== --- head/x11-fm/sunflower/Makefile Mon Apr 24 12:42:07 2017 (r439286) +++ head/x11-fm/sunflower/Makefile Mon Apr 24 12:58:02 2017 (r439287) @@ -2,6 +2,7 @@ PORTNAME= sunflower DISTVERSION= 0.3-61 +PORTREVISION= 1 CATEGORIES= x11-fm python MASTER_SITES= http://sunflower-fm.org/pub/ @@ -18,10 +19,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}c WRKSRC= ${WRKDIR}/Sunflower -USES= desktop-file-utils gettext python:2.7 tar:tgz +USES= desktop-file-utils gettext python:2.7 shebangfix tar:tgz USE_GNOME= gtk20 pygtk2 pygobject NO_ARCH= yes INSTALLS_ICONS= yes +SHEBANG_FILES= Sunflower.py OPTIONS_DEFINE= VTE OPTIONS_DEFAULT= VTE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704241258.v3OCw2UM068472>