diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2021-10-08 22:13:42 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2021-10-08 22:13:42 +0000 |
commit | 61371856575be63adacc0dd57e7ea42d34459e05 (patch) | |
tree | 470982bd77317348b1caf88388c4616c40c75eb2 /x11/menulibre/Makefile | |
parent | a39761de5bc23e3ea420a029a4eec57954847ab7 (diff) | |
download | ports-61371856575be63adacc0dd57e7ea42d34459e05.tar.gz ports-61371856575be63adacc0dd57e7ea42d34459e05.zip |
x11/menulibre: Update to 2.2.3
- Project moved to github
- New runtie dependency on polkit due to pkexec usage
Diffstat (limited to 'x11/menulibre/Makefile')
-rw-r--r-- | x11/menulibre/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/menulibre/Makefile b/x11/menulibre/Makefile index 1c37fbe8303e..ed7e437b8308 100644 --- a/x11/menulibre/Makefile +++ b/x11/menulibre/Makefile @@ -1,7 +1,7 @@ PORTNAME= menulibre -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.3 +DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= x11 -MASTER_SITES= https://launchpad.net/menulibre/${PORTVERSION:R}/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= madpilot@FreeBSD.org @@ -13,6 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>=2.38:devel/py-pyth ${PYTHON_PKGNAMEPREFIX}psutil>=2.0:sysutils/py-psutil@${PY_FLAVOR} LIB_DEPENDS= libgnome-menu-3.so:x11/gnome-menus RUN_DEPENDS= xdg-open:devel/xdg-utils \ + pkexec:sysutils/polkit \ ${PYTHON_PKGNAMEPREFIX}psutil>=2.0:sysutils/py-psutil@${PY_FLAVOR} USES= desktop-file-utils gettext gnome python:3.4+ @@ -21,6 +22,9 @@ USE_PYTHON= distutils INSTALLS_ICONS= yes +USE_GITHUB= yes +GH_ACCOUNT= bluesabre + OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> |