Date: Thu, 4 Jun 2015 09:40:53 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388511 - head/ports-mgmt/packagekit Message-ID: <201506040940.t549erOK058174@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 4 09:40:52 2015 New Revision: 388511 URL: https://svnweb.freebsd.org/changeset/ports/388511 Log: - Fix bash shebangs, add bash run-dependency - Add CPE info Approved by: portmgr blanket Modified: head/ports-mgmt/packagekit/Makefile Modified: head/ports-mgmt/packagekit/Makefile ============================================================================== --- head/ports-mgmt/packagekit/Makefile Thu Jun 4 09:40:14 2015 (r388510) +++ head/ports-mgmt/packagekit/Makefile Thu Jun 4 09:40:52 2015 (r388511) @@ -15,10 +15,14 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2 LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \ libck-connector.so:${PORTSDIR}/sysutils/consolekit -RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof +RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof \ + bash:${PORTSDIR}/shells/bash -USES= execinfo gettext gmake iconv libtool pathfix pkgconfig \ - python:build shared-mime-info +USES= cpe execinfo gettext gmake iconv libtool pathfix pkgconfig \ + python:build shared-mime-info shebangfix +CPE_VENDOR= packagekit_project +SHEBANG_FILES= backends/test/helpers/search-name.sh \ + contrib/cron/packagekit-background.cron USE_GNOME= glib20 intltool introspection USE_SQLITE= 3 USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506040940.t549erOK058174>