Date: Wed, 9 Jun 2004 20:21:28 -0500 (CDT) From: Craig Boston <craig@yekse.gank.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/67771: [maintainer update] Audacity 1.2.1 Message-ID: <20040610012128.8BB912CC6E@ion.gank.org> Resent-Message-ID: <200406100130.i5A1U79M084241@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 67771 >Category: ports >Synopsis: [maintainer update] Audacity 1.2.1 >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: Thu Jun 10 01:30:06 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Craig Boston >Release: FreeBSD 5.2-CURRENT i386 >Organization: Infinity, Ltd. >Environment: System: FreeBSD `hostname` 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sun May 9 14:45:44 CDT 2004 root@`hostname`:/usr/obj/usr/src/sys/`hostname -s|tr [:lower:] [:upper:]` i386 >Description: Two changes: * Update Audacity to version 1.2.1 (no major changes that affect our local patches) * Move to libtool 1.5 >How-To-Repeat: N/A >Fix: --- audacity.1.2.1.diff begins here --- diff -uPr audacity.orig/Makefile audacity/Makefile --- audacity.orig/Makefile Wed Jun 9 18:31:34 2004 +++ audacity/Makefile Wed Jun 9 20:11:39 2004 @@ -5,8 +5,7 @@ # $FreeBSD: ports/audio/audacity/Makefile,v 1.17 2004/04/05 03:30:42 marcus Exp $ PORTNAME= audacity -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,9 +19,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION} GNU_CONFIGURE= yes +USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER= 15 CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ diff -uPr audacity.orig/distinfo audacity/distinfo --- audacity.orig/distinfo Wed Jun 9 18:31:34 2004 +++ audacity/distinfo Wed Jun 9 18:38:53 2004 @@ -1,2 +1,2 @@ -MD5 (audacity-src-1.2.0.tar.gz) = 2cc3dca5327954b876f47124ab6f3586 -SIZE (audacity-src-1.2.0.tar.gz) = 3341562 +MD5 (audacity-src-1.2.1.tar.bz2) = 8914538a3edb6f88e2f70fb2fec3790f +SIZE (audacity-src-1.2.1.tar.bz2) = 2742327 diff -uPr audacity.orig/pkg-plist audacity/pkg-plist --- audacity.orig/pkg-plist Wed Jun 9 18:31:34 2004 +++ audacity/pkg-plist Wed Jun 9 18:57:02 2004 @@ -31,11 +31,18 @@ share/locale/da/LC_MESSAGES/audacity.mo share/locale/de/LC_MESSAGES/audacity.mo share/locale/es/LC_MESSAGES/audacity.mo +share/locale/fi/LC_MESSAGES/audacity.mo +share/locale/fr/LC_MESSAGES/audacity.mo +share/locale/hu/LC_MESSAGES/audacity.mo share/locale/it/LC_MESSAGES/audacity.mo +share/locale/ja/LC_MESSAGES/audacity.mo share/locale/mk/LC_MESSAGES/audacity.mo +share/locale/nb/LC_MESSAGES/audacity.mo share/locale/nl/LC_MESSAGES/audacity.mo +share/locale/pl/LC_MESSAGES/audacity.mo share/locale/pt/LC_MESSAGES/audacity.mo share/locale/ru/LC_MESSAGES/audacity.mo +share/locale/sl/LC_MESSAGES/audacity.mo share/locale/sv/LC_MESSAGES/audacity.mo @dirrm share/audacity/plug-ins @dirrm share/audacity/nyquist --- audacity.1.2.1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040610012128.8BB912CC6E>