Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Dec 2000 03:33:01 +0200 (IST)
From:      roman@xpert.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23369: MAINTAINER UPDATE: audio/lopster
Message-ID:  <200012080133.eB81X1V16353@alchemy.oven.org>
Resent-Message-ID: <200012080140.eB81e2H34143@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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




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