diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-10-13 07:01:58 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-10-13 07:01:58 +0800 |
commit | 074b76d3bd5742d8ae24db9a49b9775b20cd0b43 (patch) | |
tree | 2e5240ae3faefda8feb8a14f87d72c02e1e4de25 /audio/mhwaveedit | |
parent | 00b0ffedd3e14bf87ac22a18ca77c307851d4b35 (diff) | |
download | freebsd-ports-gnome-074b76d3bd5742d8ae24db9a49b9775b20cd0b43.tar.gz freebsd-ports-gnome-074b76d3bd5742d8ae24db9a49b9775b20cd0b43.tar.zst freebsd-ports-gnome-074b76d3bd5742d8ae24db9a49b9775b20cd0b43.zip |
- Update to 1.4.24
Diffstat (limited to 'audio/mhwaveedit')
-rw-r--r-- | audio/mhwaveedit/Makefile | 15 | ||||
-rw-r--r-- | audio/mhwaveedit/distinfo | 5 | ||||
-rw-r--r-- | audio/mhwaveedit/pkg-plist | 3 |
3 files changed, 15 insertions, 8 deletions
diff --git a/audio/mhwaveedit/Makefile b/audio/mhwaveedit/Makefile index c9d071e4e2dc..64771680d0f2 100644 --- a/audio/mhwaveedit/Makefile +++ b/audio/mhwaveedit/Makefile @@ -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 diff --git a/audio/mhwaveedit/distinfo b/audio/mhwaveedit/distinfo index 71cbcdcb164f..3db39bccab07 100644 --- a/audio/mhwaveedit/distinfo +++ b/audio/mhwaveedit/distinfo @@ -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 diff --git a/audio/mhwaveedit/pkg-plist b/audio/mhwaveedit/pkg-plist index 3489a8d3d56c..13a0fec97b0b 100644 --- a/audio/mhwaveedit/pkg-plist +++ b/audio/mhwaveedit/pkg-plist @@ -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 |