ports/134935: [MAINTAINER] Adjust devel/bzrtools to work with new >devel/bazaar-ng version

Matthew D. Fuller fullermd at over-yonder.net
Mon May 25 13:40:02 UTC 2009


>Number:         134935
>Category:       ports
>Synopsis:       [MAINTAINER] Adjust devel/bzrtools to work with new >devel/bazaar-ng version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 25 13:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Matthew D. Fuller
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD draco.over-yonder.net 7.1-STABLE FreeBSD 7.1-STABLE #0: Tue Feb 17 18:07:44 CST 2009 root at draco.over-yonder.net:/bsd/obj/bsd/src/sys/DRACO i386


	
>Description:
	bzrtools ties itself to devel/bazaar-ng releases.  No release has
	been made to match bazaar 1.15, but no code changes are required,
	just an adjustment of the compatibility description.

	NOTE: Patch file created, don't forget to `cvs add`!

>How-To-Repeat:
	
>Fix:


Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/devel/bzrtools/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- Makefile	1 May 2009 13:36:32 -0000	1.36
+++ Makefile	25 May 2009 13:21:04 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	bzrtools
 PORTVERSION=	1.14.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://launchpadlibrarian.net/25223897/
 
Index: files/patch-version.py
===================================================================
RCS file: files/patch-version.py
diff -N files/patch-version.py
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-version.py	25 May 2009 13:23:28 -0000
@@ -0,0 +1,6 @@
+--- version.py.orig	2009-04-10 16:11:51.000000000 -0500
++++ version.py	2009-05-25 08:23:15.000000000 -0500
+@@ -1,2 +1,2 @@
+ __version__ = '1.14.0'
+-version_info = tuple(int(n) for n in __version__.split('.'))
++version_info = tuple(int(n) for n in '1.15.0'.split('.'))

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list