1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

editors/sublime: amend patch

- Remove an import that cannot work on Python 2.7

Differential Revision:	https://reviews.freebsd.org/D910
Approved by:	swills (mentor)
This commit is contained in:
Johannes Jost Meixner 2014-10-07 14:14:22 +00:00
parent 0cff199e46
commit 026a98832e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370338
2 changed files with 7 additions and 4 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= sublime
PORTVERSION= 2.0.2
PORTREVISION= 1
CATEGORIES= editors linux
MASTER_SITES= http://c758482.r82.cf2.rackcdn.com/
DISTNAME= Sublime%20Text%202.0.2

View File

@ -1,8 +1,10 @@
--- ./PackageSetup.py.orig 2014-03-22 14:57:27.290782685 +0200
+++ ./PackageSetup.py 2014-03-22 14:57:40.220307481 +0200
@@ -1,4 +1,4 @@
--- PackageSetup.py.orig 2013-07-08 01:21:09 UTC
+++ PackageSetup.py
@@ -1,6 +1,5 @@
-#!python
+#!/usr/bin/env python
from __future__ import with_statement
-from __future__ import with_statement
import glob
import os.path
import shutil