From owner-freebsd-ports Thu Dec 7 17:40:10 2000 From owner-freebsd-ports@FreeBSD.ORG Thu Dec 7 17:40:07 2000 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B3C837B401 for ; Thu, 7 Dec 2000 17:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB81e2H34143; Thu, 7 Dec 2000 17:40:02 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 7 Dec 2000 17:40:02 -0800 (PST) Resent-Message-Id: <200012080140.eB81e2H34143@freefall.freebsd.org> Resent-From: gnats-admin@FreeBSD.org (GNATS Management) Resent-To: freebsd-ports@FreeBSD.org Resent-Reply-To: gnats-admin@FreeBSD.org, roman@xpert.com Received: from mailgw2.netvision.net.il (mailgw2.netvision.net.il [194.90.1.9]) by hub.freebsd.org (Postfix) with ESMTP id 6566C37B400 for ; Thu, 7 Dec 2000 17:32:55 -0800 (PST) Received: from alchemy.oven.org (ras1-p103.hfa.netvision.net.il [62.0.145.103]) by mailgw2.netvision.net.il (8.9.3/8.9.3) with ESMTP id DAA03408 for ; Fri, 8 Dec 2000 03:33:24 +0200 (IST) Received: (from mapc@localhost) by alchemy.oven.org (8.11.1/8.11.1) id eB81X1V16353; Fri, 8 Dec 2000 03:33:01 +0200 (IST) (envelope-from mapc) Message-Id: <200012080133.eB81X1V16353@alchemy.oven.org> Date: Fri, 8 Dec 2000 03:33:01 +0200 (IST) From: roman@xpert.com Sender: mapc@alchemy.oven.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/23369: MAINTAINER UPDATE: audio/lopster Resent-Sender: gnats@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23369 >Category: ports >Synopsis: MAINTAINER UPDATE: audio/lopster 0.96->0.97-1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 07 17:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Roman Shterenzon >Release: FreeBSD 4.2-RELEASE i386 >Organization: >Environment: >Description: As you see the patch file isn't needed anymore. :) The author has a weird way of versioning, the small bugfix version is called 0.9.7-1 instead of 0.9.8 or perhaps 0.9.7.1 . I'm using portrevision since author still counts this version as 0.9.7 (?!) I hope that this hack will dissapear in the future. >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/lopster/Makefile lopster/Makefile --- /usr/ports/audio/lopster/Makefile Tue Nov 14 23:27:32 2000 +++ lopster/Makefile Fri Dec 8 03:15:16 2000 @@ -6,9 +6,10 @@ # PORTNAME= lopster -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 PORTREVISION= 1 CATEGORIES= audio +DISTNAME= ${PORTNAME}-${PORTVERSION}-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN /usr/ports/audio/lopster/distinfo lopster/distinfo --- /usr/ports/audio/lopster/distinfo Sat Nov 11 00:57:28 2000 +++ lopster/distinfo Fri Dec 8 03:16:05 2000 @@ -1 +1 @@ -MD5 (lopster-0.9.6.tar.gz) = 0266c76e28bf81efb50b46d4c1dc1f67 +MD5 (lopster-0.9.7-1.tar.gz) = f71a5a99b24c26c6801e0d347191f5e6 diff -urN /usr/ports/audio/lopster/files/patch-aa lopster/files/patch-aa --- /usr/ports/audio/lopster/files/patch-aa Tue Nov 14 17:21:56 2000 +++ lopster/files/patch-aa Thu Jan 1 02:00:00 1970 @@ -1,14 +0,0 @@ ---- src/resume.c.orig 2000/10/31 20:31:29 1.11 -+++ src/resume.c 2000/11/09 14:25:15 1.12 -@@ -230,9 +230,10 @@ - void resume_list_remove(resume_t* resume) { - GList* dlist; - -- resume = resume_clist_remove(resume); - if (!resume) return; - -+ resume_clist_remove(resume); -+ - dlist = g_list_first(resume->potentials); - while (dlist) { - destroy_file_row(dlist->data); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message