Date: Thu, 1 Feb 2018 16:04:10 +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: r460614 - head/x11/cinnamon-desktop Message-ID: <201802011604.w11G4ACZ005075@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Feb 1 16:04:10 2018 New Revision: 460614 URL: https://svnweb.freebsd.org/changeset/ports/460614 Log: - Add missing python run-dependency, required for correct shebangfix - Remove redundant python_OLD_CMD - Switch to USES=localbase Approved by: portmgr blanket Modified: head/x11/cinnamon-desktop/Makefile Modified: head/x11/cinnamon-desktop/Makefile ============================================================================== --- head/x11/cinnamon-desktop/Makefile Thu Feb 1 16:04:08 2018 (r460613) +++ head/x11/cinnamon-desktop/Makefile Thu Feb 1 16:04:10 2018 (r460614) @@ -3,7 +3,7 @@ PORTNAME= cinnamon-desktop PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome DIST_SUBDIR= gnome3 @@ -17,18 +17,15 @@ RUN_DEPENDS= xkeyboard-config>=0:x11/xkeyboard-config libxkbfile>=0:x11/libxkbfile USE_XORG= x11 xrandr xext -USES= autoreconf gettext gmake libtool pathfix pkgconfig \ - shebangfix tar:xz +USES= autoreconf gettext gmake libtool localbase:ldflags pathfix \ + pkgconfig python:2,run shebangfix tar:xz USE_GITHUB= yes GH_ACCOUNT= linuxmint USE_GNOME= gnomeprefix gtk30 intlhack introspection:build SHEBANG_FILES= files/usr/bin/cinnamon-desktop-migrate-mediakeys -python_OLD_CMD= /usr/bin/python2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.cinnamon.desktop.a11y.applications.gschema.xml \ org.cinnamon.desktop.a11y.keyboard.gschema.xml \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802011604.w11G4ACZ005075>