Date: Fri, 12 Oct 2018 23:01:59 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481944 - head/audio/mhwaveedit Message-ID: <201810122301.w9CN1xL3033174@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Oct 12 23:01:58 2018 New Revision: 481944 URL: https://svnweb.freebsd.org/changeset/ports/481944 Log: - Update to 1.4.24 Modified: head/audio/mhwaveedit/Makefile head/audio/mhwaveedit/distinfo head/audio/mhwaveedit/pkg-plist Modified: head/audio/mhwaveedit/Makefile ============================================================================== --- head/audio/mhwaveedit/Makefile Fri Oct 12 22:19:30 2018 (r481943) +++ head/audio/mhwaveedit/Makefile Fri Oct 12 23:01:58 2018 (r481944) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= mhwaveedit -PORTVERSION= 1.4.23 -PORTREVISION= 2 +PORTVERSION= 1.4.24 +DISTVERSIONPREFIX= v CATEGORIES= audio -MASTER_SITES= http://download.gna.org/mhwaveedit/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Graphical program for editing sound files @@ -13,10 +12,16 @@ COMMENT= Graphical program for editing sound files LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= localbase pathfix pkgconfig tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= magnush + +USES= autoreconf localbase pathfix pkgconfig tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-alsalib --without-arts +CONFIGURE_ARGS= --without-alsalib \ + --without-arts \ + --with-build-date="-" \ + --with-build-time="-" BROKEN_powerpc64= fails to compile on powerpc64: convert_inc.c: conflicting types for 'C_FLOAT_PCM32SBEPM' BROKEN_sparc64= fails to compile on sparc64 Modified: head/audio/mhwaveedit/distinfo ============================================================================== --- head/audio/mhwaveedit/distinfo Fri Oct 12 22:19:30 2018 (r481943) +++ head/audio/mhwaveedit/distinfo Fri Oct 12 23:01:58 2018 (r481944) @@ -1,2 +1,3 @@ -SHA256 (mhwaveedit-1.4.23.tar.bz2) = 2352175b63092fda786ca26095b2f6ff6d257a6fcfb18401213a0c932b991904 -SIZE (mhwaveedit-1.4.23.tar.bz2) = 642042 +TIMESTAMP = 1538750259 +SHA256 (magnush-mhwaveedit-v1.4.24_GH0.tar.gz) = a4115b3d18f3f038b08b2bf4ff599703b7ba69bc7ac510d5f7279b3f47ea57dd +SIZE (magnush-mhwaveedit-v1.4.24_GH0.tar.gz) = 943313 Modified: head/audio/mhwaveedit/pkg-plist ============================================================================== --- head/audio/mhwaveedit/pkg-plist Fri Oct 12 22:19:30 2018 (r481943) +++ head/audio/mhwaveedit/pkg-plist Fri Oct 12 23:01:58 2018 (r481944) @@ -1,6 +1,8 @@ bin/mhwaveedit man/man1/mhwaveedit.1.gz share/applications/mhwaveedit.desktop +share/icons/hicolor/32x32/apps/mhwaveedit.png +share/icons/hicolor/64x64/apps/mhwaveedit.png %%NLS%%share/locale/de/LC_MESSAGES/mhwaveedit.mo %%NLS%%share/locale/es/LC_MESSAGES/mhwaveedit.mo %%NLS%%share/locale/fr/LC_MESSAGES/mhwaveedit.mo @@ -9,4 +11,3 @@ share/applications/mhwaveedit.desktop %%NLS%%share/locale/ru/LC_MESSAGES/mhwaveedit.mo %%NLS%%share/locale/sv/LC_MESSAGES/mhwaveedit.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/mhwaveedit.mo -share/pixmaps/mhwaveedit.xpm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810122301.w9CN1xL3033174>