Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2003 12:46:26 +0100 (MET)
From:      Roland Jesse <roland.jesse@gmx.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48370: Update misc/mango to 0.24
Message-ID:  <200302171146.h1HBkQhT004693@arthur.cs.uni-magdeburg.de>

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

>Number:         48370
>Category:       ports
>Synopsis:       Update misc/mango to 0.24
>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 Feb 17 03:50:10 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Roland Jesse
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Private
>Environment:
System: FreeBSD 4.7-STABLE #9: Tue Nov 19 13:06:45 CET 2002 i386
>Description:
Update of port misc/mango to version 0.24. This update adds a "-kde"
or "-nokde" package name suffix, in case it is build with WITH_KDE=yes
or without, respectively.
>How-To-Repeat:
build and install port misc/mango (optionally passing WITH_KDE=yes)
>Fix:
diff -ruN mango/Makefile mango.new/Makefile
--- mango/Makefile	Thu Jan 23 01:14:12 2003
+++ mango.new/Makefile	Mon Feb 17 11:53:39 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mango
-PORTVERSION=	0.23
+PORTVERSION=	0.24
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=mango
@@ -16,8 +16,10 @@
 
 .if defined(WITH_KDE)
 LIB_DEPENDS+=	kextmdi.2:${PORTSDIR}/devel/qextmdi
+PKGNAMESUFFIX=	-kde
 .else
 LIB_DEPENDS+=	qextmdi.2:${PORTSDIR}/devel/qextmdi
+PKGNAMESUFFIX=	-nokde
 .endif
 
 USE_BZIP2=	yes
diff -ruN mango/distinfo mango.new/distinfo
--- mango/distinfo	Thu Jan 16 01:12:51 2003
+++ mango.new/distinfo	Fri Feb 14 11:21:56 2003
@@ -1 +1 @@
-MD5 (KDE/mango-0.23.tar.bz2) = c982c2efcfb32ee654b345eb9d4e2e19
+MD5 (KDE/mango-0.24.tar.bz2) = f0bf708ad8173425a9cd0f36e8942dff
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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