svn commit: r400198 - head/x11/cinnamon-desktop

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 26 17:44:55 UTC 2015


Author: amdmi3
Date: Mon Oct 26 17:44:53 2015
New Revision: 400198
URL: https://svnweb.freebsd.org/changeset/ports/400198

Log:
  - Fix shebang properly
  
  Approved by:	portmgr blanket

Modified:
  head/x11/cinnamon-desktop/Makefile

Modified: head/x11/cinnamon-desktop/Makefile
==============================================================================
--- head/x11/cinnamon-desktop/Makefile	Mon Oct 26 17:44:39 2015	(r400197)
+++ head/x11/cinnamon-desktop/Makefile	Mon Oct 26 17:44:53 2015	(r400198)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cinnamon-desktop
 PORTVERSION=	2.4.2
+PORTREVISION=	1
 CATEGORIES=	x11 gnome
 DIST_SUBDIR=	gnome3
 
@@ -22,6 +23,7 @@ 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
 PATHFIX_MAKEFILEIN=	Makefile.am


More information about the svn-ports-all mailing list