Date: Sun, 20 May 2012 20:56:56 -0700 From: Timothy Beyer <beyert@cs.ucr.edu> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Timothy Beyer <beyert@cs.ucr.edu> Subject: ports/168184: update port: audio/libmp3splt Message-ID: <87vcjqchkn.wl@fastmail.fm> Resent-Message-ID: <201205210400.q4L4072s023211@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 168184 >Category: ports >Synopsis: update port: audio/libmp3splt >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 21 04:00:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Timothy Beyer >Release: FreeBSD 9.0-RELEASE i386 >Organization: no organization >Environment: System: FreeBSD aeonserv.aeonnet 9.0-RELEASE-p1 FreeBSD 9.0-RELEASE-p1 #11: Fri May 11 22:49:12 PDT 2012 root@aeonserv.aeonnet:/usr/obj/usr/src/sys/CUSTOM i386 >Description: - Update to version 0.7.2. - Put files of PLIST_FILES variable in alphabetical order for easier maintenance. - Add support for hr language. >How-To-Repeat: apply the patch and build >Fix: Apply the patch and build --- libmp3splt.diff begins here --- Index: Makefile ================================================================== --- Makefile +++ Makefile @@ -4,11 +4,11 @@ # # $FreeBSD: ports/audio/libmp3splt/Makefile,v 1.18 2012/04/18 08:24:07 crees Exp $ # PORTNAME= libmp3splt -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= audio MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION} MAINTAINER= citrin@citrin.ru COMMENT= Library for mp3splt and mp3splt-gtk @@ -23,12 +23,12 @@ PCRE "pcre support to set tags from input filename" on \ VORBIS "ogg vorbis support" on \ NLS "native language support" on PLIST_DIRS= include/libmp3splt lib/libmp3splt -PLIST_FILES= include/libmp3splt/mp3splt.h lib/libmp3splt.so.0 \ - lib/libmp3splt.so lib/libmp3splt.la lib/libmp3splt.a \ +PLIST_FILES= include/libmp3splt/mp3splt.h lib/libmp3splt.a \ + lib/libmp3splt.la lib/libmp3splt.so lib/libmp3splt.so.0 \ share/aclocal/mp3splt.m4 .include <bsd.port.pre.mk> .if defined(WITHOUT_MP3) && defined(WITHOUT_VORBIS) @@ -70,11 +70,11 @@ .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls .else USE_GETTEXT= yes -LANGUAGES= de_DE cs es fr_FR +LANGUAGES= de_DE cs es fr_FR hr .for language in ${LANGUAGES} PLIST_FILES+= share/locale/${language}/LC_MESSAGES/libmp3splt.mo .endfor PLIST_FILES+= "@dirrmtry share/locale/de_DE/LC_MESSAGES" PLIST_FILES+= "@dirrmtry share/locale/de_DE" Index: distinfo ================================================================== --- distinfo +++ distinfo @@ -1,2 +1,2 @@ -SHA256 (libmp3splt-0.7.1.tar.gz) = c006436db293a21da2ebc65ceaecf775cbf694b82b20a8506b827e236d7e0e73 -SIZE (libmp3splt-0.7.1.tar.gz) = 638672 +SHA256 (libmp3splt-0.7.2.tar.gz) = a3304038d48bfa3c44c946140ff7ba1e0c325e5460a94f33173fc1d09ab6f99e +SIZE (libmp3splt-0.7.2.tar.gz) = 644218 --- libmp3splt.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?87vcjqchkn.wl>