Date: Sun, 19 Nov 2006 14:22:21 +0100 (CET) From: Martin Wilke <miwi@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: rainer.alves@gmail.com Subject: ports/105663: [PATCH] archivers/rvm: update to 1.01 Message-ID: <200611191322.kAJDMLTV032654@miwi.homeunix.org> Resent-Message-ID: <200611191330.kAJDUKrv094893@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105663 >Category: ports >Synopsis: [PATCH] archivers/rvm: update to 1.01 >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: Sun Nov 19 13:30:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Martin Wilke >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD miwi.homeunix.org 7.0-CURRENT FreeBSD 7.0-CURRENT #193: Tue Nov 14 10:31:54 CET 2006 >Description: - Update to 1.01 - Marked BROKEN for 4.X Tinderbox checked: http://miwibox.org/tb/index.php?action=describe_port&id=1414 Port maintainer (rainer.alves@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- rvm-1.01.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/archivers/rvm/Makefile,v retrieving revision 1.14 diff -u -u -r1.14 Makefile --- Makefile 29 Jan 2006 23:20:45 -0000 1.14 +++ Makefile 19 Nov 2006 13:11:12 -0000 @@ -7,7 +7,7 @@ # PORTNAME= rvm -PORTVERSION= 1.0 +PORTVERSION= 1.01 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -31,4 +31,10 @@ MAN1= rvm.1 PLIST_FILES= bin/rvm -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/archivers/rvm/distinfo,v retrieving revision 1.7 diff -u -u -r1.7 distinfo --- distinfo 30 Dec 2005 19:04:39 -0000 1.7 +++ distinfo 19 Nov 2006 12:10:52 -0000 @@ -1,3 +1,3 @@ -MD5 (rvm_1.0.tar.gz) = 4890592dc383573c52cad762983031c6 -SHA256 (rvm_1.0.tar.gz) = 26156a3509d08f879b0593d22d404e51bbbc79ce270bf0cbc2c52d9e7126a974 -SIZE (rvm_1.0.tar.gz) = 240510 +MD5 (rvm_1.01.tar.gz) = af8330e0819329b09a527c2f177d0164 +SHA256 (rvm_1.01.tar.gz) = 5cde986f6d4c3690aaa8d1701df55b3711610f747775db5ccf684f3cf16e181e +SIZE (rvm_1.01.tar.gz) = 234247 --- rvm-1.01.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?200611191322.kAJDMLTV032654>