From owner-freebsd-ports Sun Aug 11 15:40:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 147F537B401 for ; Sun, 11 Aug 2002 15:40:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9DF643E72 for ; Sun, 11 Aug 2002 15:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7BMe2JU077364 for ; Sun, 11 Aug 2002 15:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7BMe2Ii077363; Sun, 11 Aug 2002 15:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A78237B400 for ; Sun, 11 Aug 2002 15:34:52 -0700 (PDT) Received: from host217-41-37-46.in-addr.btopenworld.com (host217-41-37-46.in-addr.btopenworld.com [217.41.37.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFDE943E4A for ; Sun, 11 Aug 2002 15:34:51 -0700 (PDT) (envelope-from dom@host217-41-37-46.in-addr.btopenworld.com) Received: by host217-41-37-46.in-addr.btopenworld.com (Postfix, from userid 1000) id 5F1E615B; Sun, 11 Aug 2002 23:36:44 +0100 (BST) Message-Id: <20020811223644.5F1E615B@host217-41-37-46.in-addr.btopenworld.com> Date: Sun, 11 Aug 2002 23:36:44 +0100 (BST) From: Dominic Marks Reply-To: Dominic Marks To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41561: Port Update: audio/easytag Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41561 >Category: ports >Synopsis: Port Update: audio/easytag >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Aug 11 15:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dominic Marks >Release: FreeBSD 4.6-STABLE i386 >Organization: National Physical Laboratory, UK >Environment: System: FreeBSD gallium 4.6-STABLE FreeBSD 4.6-STABLE #3: Sun Aug 11 15:48:10 BST 2002 dom@gallium:/usr/obj/media/cvs/src/sys/GALLIUM i386 >Description: easytag 0.21 -> 0.23 >How-To-Repeat: I haven't fully tested this, but I don't anticipate any major problems with it. I'd feel better if someone could give it a proper workout before it is committed. The reason I haven't tested is that I do not have XFree86 installed at the moment (makes the machine panic regularly). Thanks. >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/easytag/Makefile,v retrieving revision 1.8 diff -u -3 -p -r1.8 Makefile --- Makefile 2002/07/20 15:32:36 1.8 +++ Makefile 2002/08/11 22:23:54 @@ -7,8 +7,7 @@ # PORTNAME= easytag -PORTVERSION= 0.21 -PORTREVISION= 1 +PORTVERSION= 0.23 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,16 +17,17 @@ MAINTAINER= dominic_marks@btinternet.com LIB_DEPENDS= id3-3.7.13:${PORTSDIR}/audio/id3lib \ vorbis.2:${PORTSDIR}/audio/libvorbis +USE_REINPLACE= yes USE_GTK= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-patch: - @${PERL} -pi -e 's|`gtk-config |`\$$GTK_CONFIG |g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ - 's|^gnome_menu|#gnome_menu|g ; \ - s|^icon|#icon|g' + @${REINPLACE_CMD} -e 's,`gtk-config ,`\$$GTK_CONFIG ,g' \ + -e 's,DATADIRNAME=lib,DATADIRNAME=share,g' ${WRKSRC}/configure + @${FIND} ${WRKSRC} -name "Makefile.in" | \ + ${XARGS} ${REINPLACE_CMD} -e 's,^gnome_menu,#gnome_menu,g' \ + -e 's,^icon,#icon,g' .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/easytag/distinfo,v retrieving revision 1.8 diff -u -3 -p -r1.8 distinfo --- distinfo 2002/05/27 20:14:31 1.8 +++ distinfo 2002/08/11 22:23:54 @@ -1 +1 @@ -MD5 (easytag-0.21.tar.gz) = 8bd773ec88c56867dacae5d10cc985e1 +MD5 (easytag-0.23.tar.gz) = 1c3b4f5197e4e3f6995724f3c269d1b8 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message