svn commit: r370338 - in head/editors/sublime: . files

Johannes Jost Meixner xmj at FreeBSD.org
Tue Oct 7 14:14:23 UTC 2014


Author: xmj
Date: Tue Oct  7 14:14:22 2014
New Revision: 370338
URL: https://svnweb.freebsd.org/changeset/ports/370338
QAT: https://qat.redports.org/buildarchive/r370338/

Log:
  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)

Modified:
  head/editors/sublime/Makefile
  head/editors/sublime/files/patch-PackageSetup.py

Modified: head/editors/sublime/Makefile
==============================================================================
--- head/editors/sublime/Makefile	Tue Oct  7 14:12:04 2014	(r370337)
+++ head/editors/sublime/Makefile	Tue Oct  7 14:14:22 2014	(r370338)
@@ -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

Modified: head/editors/sublime/files/patch-PackageSetup.py
==============================================================================
--- head/editors/sublime/files/patch-PackageSetup.py	Tue Oct  7 14:12:04 2014	(r370337)
+++ head/editors/sublime/files/patch-PackageSetup.py	Tue Oct  7 14:14:22 2014	(r370338)
@@ -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


More information about the svn-ports-all mailing list