Date: Fri, 22 May 2009 23:31:06 +0200 (CEST) From: Martin Wilke <miwi@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: olgeni@FreeBSD.org Subject: ports/134864: [PATCH] editors/rox-edit: update to 2.1 Message-ID: <20090522213106.56FA665E21@miwi.homeunix.com> Resent-Message-ID: <200905222140.n4MLe0XB087168@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134864 >Category: ports >Synopsis: [PATCH] editors/rox-edit: update to 2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 22 21:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Martin Wilke >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD miwi.homeunix.com 8.0-CURRENT FreeBSD 8.0-CURRENT #18: Thu May 14 17:54:02 CEST 2009 >Description: - Update to 2.1 Changelog: - Allow running unit-tests with 0test. Also, remove hard-coded Python version. - Allow releasing using 0release. - Fix for Python 2.6: "with" is now a keyword. Reported on ROX web- site. We need this update to move python 2.6.2 as default version. Port maintainer (olgeni@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- rox-edit-2.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/editors/rox-edit/Makefile,v retrieving revision 1.17 diff -u -u -r1.17 Makefile --- Makefile 8 Nov 2008 22:54:16 -0000 1.17 +++ Makefile 22 May 2009 21:29:12 -0000 @@ -6,13 +6,10 @@ # PORTNAME= rox-edit -PORTVERSION= 2.0 -PORTREVISION= 2 +PORTVERSION= 2.1 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= rox +MASTER_SITES= SF/rox DISTNAME= edit-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= olgeni@FreeBSD.org COMMENT= Text editor for the ROX desktop @@ -21,6 +18,7 @@ ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib USE_PYTHON= yes +USE_BZIP2= yes post-extract: @${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM} Index: distinfo =================================================================== RCS file: /home/pcvs/ports/editors/rox-edit/distinfo,v retrieving revision 1.8 diff -u -u -r1.8 distinfo --- distinfo 14 Dec 2005 21:59:42 -0000 1.8 +++ distinfo 22 May 2009 21:29:16 -0000 @@ -1,3 +1,3 @@ -MD5 (edit-2.0.tgz) = 55eb8c8b7b4bf630e626514b8bfa1f6e -SHA256 (edit-2.0.tgz) = 3fc97b68f8ff9e5eca241ac59a0c0f6eb54e74335c4250d24e7422ae9625a746 -SIZE (edit-2.0.tgz) = 61195 +MD5 (edit-2.1.tar.bz2) = e3a29bd0e1183fd10c5a4a2da21dc0e5 +SHA256 (edit-2.1.tar.bz2) = 6c82ca54c4479de1aca8e869ab59a0c14720e00ba75b622fb35d95045e284faa +SIZE (edit-2.1.tar.bz2) = 57624 --- rox-edit-2.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090522213106.56FA665E21>