Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 14:14:22 +0000 (UTC)
From:      Johannes Jost Meixner <xmj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370338 - in head/editors/sublime: . files
Message-ID:  <201410071414.s97EEM4Y011940@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410071414.s97EEM4Y011940>