Date: Thu, 8 Aug 2002 15:38:53 +0200 (MEST) From: Roland Jesse <roland.jesse@gmx.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/41448: Update misc/mango to version 0.17 (SUPERCEEDS ports/41112) Message-ID: <200208081338.g78DcrgV054744@arthur.cs.uni-magdeburg.de>
next in thread | raw e-mail | index | archive | help
>Number: 41448 >Category: ports >Synopsis: Update misc/mango to version 0.17 (SUPERCEEDS ports/41112) >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 Aug 08 06:40:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Roland Jesse >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD 4.6-STABLE FreeBSD 4.6-STABLE #7: Thu Jul 11 17:55:56 CEST 2002 >Description: This is an update of port misc/mango. This update requires the qextmdi library (ports/37567). No new files are introduced by this update. >How-To-Repeat: build and install port misc/mango >Fix: diff -ruN mango/Makefile mango.new/Makefile --- mango/Makefile Mon May 13 10:04:29 2002 +++ mango.new/Makefile Thu Aug 8 14:25:22 2002 @@ -1,31 +1,32 @@ # New ports collection makefile for: mango # Date created: 23 March 2001 -# Whom: Roland Jesse <jesse@cs.uni-magdeburg.de> +# Whom: Roland Jesse <roland.jesse@gmx.net> # # $FreeBSD: ports/misc/mango/Makefile,v 1.4 2002/05/11 09:33:46 kris Exp $ # PORTNAME= mango -PORTVERSION= 0.3 -PORTREVISION= 2 +PORTVERSION= 0.17 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=mango -MAINTAINER= jesse@cs.uni-magdeburg.de +MAINTAINER= roland.jesse@gmx.net -BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake +LIB_DEPENDS+= qextmdi.2:${PORTSDIR}/devel/qextmdi USE_BZIP2= yes -USE_QT_VER= 2 -TMAKEENV= TMAKEPATH=${PREFIX}/share/tmake/freebsd-g++ QTDIR=${X11BASE} +USE_QT_VER= 3 MAKE_ENV+= QTDIR=${X11BASE} -do-build: - (cd ${WRKSRC}; ${SETENV} ${TMAKEENV} tmake -o Makefile mango.pro) - (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) +do-configure: + @(cd ${WRKSRC} && \ + ${SED} -i -e 's|warn_on debug|warn_off release thread|' mango.pro) + @(cd ${WRKSRC} && \ + ${SETENV} QTDIR=${X11BASE} PREFIX=${PREFIX} QMAKESPEC=freebsd-g++ \ + qmake mango.pro) -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/mango ${PREFIX}/bin +pre-install: + @${STRIP_CMD} ${WRKSRC}/mango .include <bsd.port.mk> diff -ruN mango/distinfo mango.new/distinfo --- mango/distinfo Sat Mar 31 04:25:18 2001 +++ mango.new/distinfo Thu Aug 8 15:23:15 2002 @@ -1 +1 @@ -MD5 (mango-0.3.tar.bz2) = ac9cb32f5174890552e4711065890f1d +MD5 (mango-0.17.tar.bz2) = 6c7b3f2acffee523a0d23d5c97d78ca2 diff -ruN mango/pkg-descr mango.new/pkg-descr --- mango/pkg-descr Sat Mar 31 04:25:18 2001 +++ mango.new/pkg-descr Mon Jul 29 10:18:25 2002 @@ -1,8 +1,7 @@ Mango is a recipe management software. The main motivation of the -project is to provide a mealmaster compatible application for UNIX and -similar systems. +project is to provide an open source mealmaster compatible +application. WWW: http://mango.sourceforge.net/ - Roland -jesse@cs.uni-magdeburg.de >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?200208081338.g78DcrgV054744>