Index: head/comms/anyremote/Makefile =================================================================== --- head/comms/anyremote/Makefile (revision 439604) +++ head/comms/anyremote/Makefile (revision 439605) @@ -1,40 +1,42 @@ # Created by: Alex Samorukov # $FreeBSD$ PORTNAME= anyremote PORTVERSION= 6.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms MASTER_SITES= SF MAINTAINER= samm@os2.kiev.ua COMMENT= Remote control service over Bluetooth, infrared, or TCP/IP networking LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= alias iconv pkgconfig shebangfix -SHEBANG_FILES= cfg-data/Utils/imdb-mf.sh +USES= alias iconv pkgconfig python shebangfix +SHEBANG_FILES= cfg-data/Utils/imdb-mf.sh \ + cfg-data/Utils/all-in-1.py USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} +LIB_DEPENDS+= libdbus-1.so:devel/dbus OPTIONS_DEFINE= DOCS DBUS X11 OPTIONS_DEFAULT= DBUS X11 DBUS_CONFIGURE_ENABLE=dbus DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib X11_CONFIGURE_ENABLE=xtest X11_USE= XORG=x11,xtst MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e 's|(datadir)/man/man1|(mandir)/man1|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|xtext|xtest|g' ${WRKSRC}/configure post-patch-DOCS-on: @${REINPLACE_CMD} -e '/doc\/${PORTNAME}/d' ${WRKSRC}/Makefile.in .include Index: head/devel/py-glance-store/Makefile =================================================================== --- head/devel/py-glance-store/Makefile (revision 439604) +++ head/devel/py-glance-store/Makefile (revision 439605) @@ -1,34 +1,37 @@ # Created by: Alexander Nusov # $FreeBSD$ PORTNAME= glance-store PORTVERSION= 0.20.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= glance_store-${PORTVERSION} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= OpenStack Image Service Store Library BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enum34>=0:devel/py-enum34 \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.17.1:devel/py-stevedore \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=3.8.0:net/py-python-keystoneclient \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.18.0:devel/py-oslo.utils \ ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.8.0:devel/py-oslo.concurrency \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema \ ${PYTHON_PKGNAMEPREFIX}eventlet>=0:net/py-eventlet \ ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector NO_ARCH= yes -USES= python +USES= python shebangfix USE_PYTHON= autoplist distutils +SHEBANG_FILES= glance_store/tests/functional/hooks/post_test_hook.sh \ + glance_store/tests/functional/hooks/gate_hook.sh .include Index: head/math/py-networkx/Makefile =================================================================== --- head/math/py-networkx/Makefile (revision 439604) +++ head/math/py-networkx/Makefile (revision 439605) @@ -1,64 +1,67 @@ # Created by: dikshie # $FreeBSD$ PORTNAME= networkx PORTVERSION= 1.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= http://networkx.lanl.gov/download/networkx/ \ CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dikshie@sfc.wide.ad.jp COMMENT= Tools for complex networks LICENSE= BSD3CLAUSE RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator # ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.3:textproc/py-sphinx \ # ${PYTHON_PKGNAMEPREFIX}docutils>=0.12:textproc/py-docutils NO_ARCH= yes USES= python shebangfix USE_PYTHON= autoplist concurrent distutils +SHEBANG_FILES= examples/graph/atlas.py \ + examples/multigraph/chess_masters.py \ + networkx/generators/tests/test_random_graphs.py PLIST_SUB+= PYTHON_MAJOR_VER=${PYTHON_MAJOR_VER} OPTIONS_DEFINE= EXAMPLES YAML OPTIONS_GROUP= MATRIX RENDER OPTIONS_GROUP_MATRIX= NUMPY SCIPY OPTIONS_GROUP_RENDER= MPL GRAPHVIZ OPTIONS_DEFAULT= NUMPY SCIPY MPL GRAPHVIZ YAML NUMPY_DESC= Matrix representation of graphs NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.2,1:math/py-numpy SCIPY_DESC= Sparse matrix representation of graphs SCIPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>=0.15.1:science/py-scipy \ ${PYTHON_PKGNAMEPREFIX}scikit-sparse>=0.2:science/py-scikit-sparse MPL_DESC= Flexible graph rendering MPL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4.0:math/py-matplotlib GRAPHVIZ_DESC= Additional graph layout and rendering algorithms GRAPHVIZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.2:graphics/py-pygraphviz YAML_DESC= Reading and writing YAML files YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml .include .if ${PYTHON_REL} >= 3000 . if ${PORT_OPTIONS:MMPL} || ${PORT_OPTIONS:MGRAPHVIZ} BROKEN= Neither math/py-matplotlib nor graphics/py-graphviz support Python 3.x yet. Please disable both the MPL and GRAPHVIZ options . endif .endif PORTEXAMPLES= * post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include Index: head/misc/shuffle-db/Makefile =================================================================== --- head/misc/shuffle-db/Makefile (revision 439604) +++ head/misc/shuffle-db/Makefile (revision 439605) @@ -1,23 +1,25 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= shuffle-db DISTVERSION= 1.0-rc1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/rebuild_db/1.0-rc1 DISTNAME= rebuild_db-${DISTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= IPod shuffle database builder -USES= python +USES= python shebangfix NO_ARCH= yes NO_BUILD= yes +SHEBANG_FILES= rebuild_db.py WRKSRC= ${WRKDIR}/rebuild_db PLIST_FILES= bin/rebuild_db.py do-install: ${INSTALL_SCRIPT} ${WRKSRC}/rebuild_db.py ${STAGEDIR}${PREFIX}/bin .include Index: head/sysutils/cfengine-masterfiles310/Makefile =================================================================== --- head/sysutils/cfengine-masterfiles310/Makefile (revision 439604) +++ head/sysutils/cfengine-masterfiles310/Makefile (revision 439605) @@ -1,34 +1,36 @@ # Created by: cy@FreeBSD.org # $FreeBSD$ PORTNAME= cfengine-masterfiles PORTVERSION= 3.10.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ MAINTAINER= cy@FreeBSD.org # gjb@FreeBSD.org is also committer for this port # skreuzer@FreeBSD.org is also committer for this port COMMENT= cfengine sample policies for installations and upgrades LICENSE= GPLv3 CPE_VENDOR= gnu .if !defined(MASTERDIR) PKGNAMESUFFIX= 310 .endif RUN_DEPENDS= cf-agent:sysutils/cfengine${PKGNAMESUFFIX} FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} CONFLICTS= cfengine-masterfiles[6-9]* MAKE_JOBS_UNSAFE= yes -USES= cpe gmake +USES= cpe gmake python:build shebangfix HAS_CONFIGURE= yes EXAMPLESDIR= ${PREFIX}/share/examples/cfengine-masterfiles CONFIGURE_ARGS= --prefix=${EXAMPLESDIR} +SHEBANG_FILES= modules/packages/yum .include