Index: head/audio/asunder/Makefile =================================================================== --- head/audio/asunder/Makefile (revision 392303) +++ head/audio/asunder/Makefile (revision 392304) @@ -1,52 +1,52 @@ # Created by: Fraser Tweedale # $FreeBSD$ PORTNAME= asunder -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= audio MASTER_SITES= http://littlesvr.ca/asunder/releases/ MAINTAINER= frase@frase.id.au COMMENT= Lightweight GTK+ CD ripper LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcddb.so:${PORTSDIR}/audio/libcddb RUN_DEPENDS= ${LOCALBASE}/bin/cdparanoia:${PORTSDIR}/audio/cdparanoia OPTIONS_DEFINE= LAME OGG FLAC OPUS WAVPACK APE WINDOWS_CHARS NLS DOCS -OPTIONS_DEFAULT= LAME OGG FLAC +OPTIONS_DEFAULT= OGG FLAC OPTIONS_SUB= yes WINDOWS_CHARS_DESC= Allow Windows special chars in filenames GNU_CONFIGURE= yes -USES= gettext gmake desktop-file-utils pkgconfig tar:bzip2 +USES= desktop-file-utils gettext gmake pkgconfig tar:bzip2 USE_GNOME= gtk20 glib20 intltool intlhack PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO LAME_RUN_DEPENDS= lame:${PORTSDIR}/audio/lame OGG_RUN_DEPENDS= oggenc:${PORTSDIR}/audio/vorbis-tools FLAC_RUN_DEPENDS= flac:${PORTSDIR}/audio/flac OPUS_RUN_DEPENDS= opusenc:${PORTSDIR}/audio/opus-tools WAVPACK_RUN_DEPENDS= wavpack:${PORTSDIR}/audio/wavpack APE_RUN_DEPENDS= mac:${PORTSDIR}/audio/mac NLS_CONFIGURE_ENABLE= yes .include post-patch: @${REINPLACE_CMD} -e 's/^itlocaledir = .*/itlocaledir = @datarootdir@\/locale/' ${WRKSRC}/po/Makefile.in.in .if ${PORT_OPTIONS:MWINDOWS_CHARS} @${REINPLACE_CMD} -e 's^#define[[:blank:]]*BADCHARS.*^#define BADCHARS "/"^' ${WRKSRC}/src/util.h .endif post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .endif .include Index: head/audio/asunder/distinfo =================================================================== --- head/audio/asunder/distinfo (revision 392303) +++ head/audio/asunder/distinfo (revision 392304) @@ -1,2 +1,2 @@ -SHA256 (asunder-2.6.tar.bz2) = 499d39a972770f9a24f3854945c701c4531cdba07f5597cb241e5efd70ec28f6 -SIZE (asunder-2.6.tar.bz2) = 261206 +SHA256 (asunder-2.7.tar.bz2) = e69698f9524e443ac564b5d4b2df135ed7e5b2f94d6b3cabeae5bb2a3c828914 +SIZE (asunder-2.7.tar.bz2) = 268834 Index: head/audio/asunder/files/patch-Makefile.in =================================================================== --- head/audio/asunder/files/patch-Makefile.in (revision 392303) +++ head/audio/asunder/files/patch-Makefile.in (revision 392304) @@ -1,38 +1,38 @@ ---- ./Makefile.in.orig 2014-03-13 03:33:04.000000000 +0000 -+++ ./Makefile.in 2014-05-08 10:39:15.000000000 +0000 -@@ -345,7 +345,7 @@ +--- Makefile.in.orig 2015-01-25 20:25:32 UTC ++++ Makefile.in +@@ -345,7 +345,7 @@ top_srcdir = @top_srcdir@ SUBDIRS = src po pixdir = $(datadir)/pixmaps pix_DATA = pixmaps/asunder.png -EXTRA_DIST = asunder.desktop pixmaps/asunder.png syslogng +EXTRA_DIST = asunder.desktop pixmaps/asunder.png ACLOCAL_AMFLAGS = -I m4 desktopdir = $(datadir)/applications desktop_DATA = asunder.desktop -@@ -793,7 +793,6 @@ +@@ -800,7 +800,6 @@ info-am: install-data-am: install-desktopDATA install-pixDATA @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-dvi: install-dvi-recursive install-dvi-am: -@@ -851,7 +850,7 @@ +@@ -858,7 +857,7 @@ uninstall-am: uninstall-desktopDATA unin distcheck distclean distclean-generic distclean-hdr \ distclean-tags distcleancheck distdir distuninstallcheck dvi \ dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-data-hook \ + install-data install-data-am \ install-desktopDATA install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ -@@ -863,9 +862,6 @@ +@@ -870,9 +869,6 @@ uninstall-am: uninstall-desktopDATA unin uninstall-pixDATA -install-data-hook: - cd syslogng && $(MAKE) install - uninstall-hook: cd syslogng && $(MAKE) uninstall