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:
parent
0cff199e46
commit
026a98832e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370338
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user