Date: Mon, 7 Mar 2005 01:00:10 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/78496: Update port: audio/tagtool to 0.12 Message-ID: <20050307010010.7110e73d.tkato432@yahoo.com> Resent-Message-ID: <200503061610.j26GA3jr049671@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78496 >Category: ports >Synopsis: Update port: audio/tagtool to 0.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 06 16:10:03 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.12 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/tagtool/Makefile audio/tagtool/Makefile --- /usr/ports/audio/tagtool/Makefile Sat Nov 27 15:05:28 2004 +++ audio/tagtool/Makefile Sat Mar 5 03:29:44 2005 @@ -6,8 +6,7 @@ # PORTNAME= tagtool -PORTVERSION= 0.11.1 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,17 +18,19 @@ vorbis.3:${PORTSDIR}/audio/libvorbis USE_X_PREFIX= yes -USE_GNOME= gnomehier libglade2 +USE_GNOME= gnomehier intlhack libglade2 USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL_VER= 15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib post-patch: - @${REINPLACE_CMD} -e 's|(datadir)/pixmaps|(datadir)/gnome/pixmaps|g' \ + @${REINPLACE_CMD} -e 's|(prefix)/share/app|(prefix)/share/gnome/app|g' \ + ${WRKSRC}/data/Makefile.in + @${REINPLACE_CMD} -e 's|(datadir)/pix|(prefix)/share/gnome/pix|g' \ ${WRKSRC}/pixmaps/Makefile.in .include <bsd.port.mk> diff -urN /usr/ports/audio/tagtool/distinfo audio/tagtool/distinfo --- /usr/ports/audio/tagtool/distinfo Fri Nov 12 02:57:46 2004 +++ audio/tagtool/distinfo Sat Mar 5 03:20:07 2005 @@ -1,2 +1,2 @@ -MD5 (tagtool-0.11.1.tar.gz) = df99222a660659e73c30a8946ea7034a -SIZE (tagtool-0.11.1.tar.gz) = 215470 +MD5 (tagtool-0.12.tar.gz) = 43a05e1b84ffb5639986788b1cf3c5b1 +SIZE (tagtool-0.12.tar.gz) = 287538 diff -urN /usr/ports/audio/tagtool/pkg-plist audio/tagtool/pkg-plist --- /usr/ports/audio/tagtool/pkg-plist Sat Nov 27 15:05:28 2004 +++ audio/tagtool/pkg-plist Sat Mar 5 03:33:54 2005 @@ -1,6 +1,9 @@ bin/tagtool -share/gnome/apps/Multimedia/tagtool.desktop +share/gnome/applications/tagtool.desktop share/gnome/pixmaps/TagTool.png +share/locale/cs/LC_MESSAGES/tagtool.mo +share/locale/fr/LC_MESSAGES/tagtool.mo +share/locale/pt/LC_MESSAGES/tagtool.mo %%DATADIR%%/TagTool.png %%DATADIR%%/edit.png %%DATADIR%%/fail.png >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050307010010.7110e73d.tkato432>