Date: Fri, 9 Jul 2021 14:13:40 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 05751868a596 - main - audio/grip: Update to 4.2.2 Message-ID: <202107091413.169EDeED029761@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=05751868a5962c75c22621cf8390f6088a3d29e8 commit 05751868a5962c75c22621cf8390f6088a3d29e8 Author: Jens Grassel <freebsd-ports@jan0sch.de> AuthorDate: 2021-07-09 13:59:50 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2021-07-09 13:59:50 +0000 audio/grip: Update to 4.2.2 * Use DISTVERSION instead of PORTVERSION * pet portlint * pet portclippy * pet portfmt ChangeLog: https://sourceforge.net/p/grip/code/ci/master/tree/ChangeLog PR: 257054 --- audio/grip/Makefile | 33 ++++++++++++++++----------------- audio/grip/distinfo | 6 +++--- 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/audio/grip/Makefile b/audio/grip/Makefile index 5cfda94f626c..cb7b1e78936a 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -1,10 +1,9 @@ # Created by: kbyanc@posi.net PORTNAME= grip -PORTVERSION= 4.2.1 -PORTREVISION= 1 +DISTVERSION= 4.2.2 CATEGORIES= audio -MASTER_SITES= SF/grip/${PORTVERSION} +MASTER_SITES= SF/grip/${DISTVERSION} MAINTAINER= freebsd-ports@jan0sch.de COMMENT= GTK front-end to external cd rippers and audio encoders @@ -17,16 +16,16 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libfreetype.so:print/freetype2 \ libid3.so:audio/id3lib -USES= compiler:c++11-lang gmake gnome libtool localbase \ - pathfix pkgconfig xorg gnome +USES= compiler:c++11-lang gmake gnome libtool localbase pathfix \ + pkgconfig xorg USE_GNOME= cairo gdkpixbuf2 gtk20 INSTALLS_ICONS= yes USE_XORG= ice sm x11 xext -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--disable-werror +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-werror -OPTIONS_DEFINE= CDPARANOIA CDDA2WAV LAME VORBIS FAAC FLAC NLS +OPTIONS_DEFINE= CDDA2WAV CDPARANOIA FAAC FLAC LAME NLS VORBIS OPTIONS_DEFAULT= CDPARANOIA FLAC VORBIS .if !defined(PACKAGE_BUILDING) @@ -35,19 +34,19 @@ OPTIONS_DEFAULT+= LAME OPTIONS_SUB= yes -CDPARANOIA_LIB_DEPENDS= libcdda_paranoia.so:audio/cdparanoia +CDDA2WAV_RUN_DEPENDS= cdda2wav:sysutils/cdrtools +CDPARANOIA_LIB_DEPENDS= libcdda_paranoia.so:audio/cdparanoia CDPARANOIA_CONFIGURE_ENABLE= cdpar -CDDA2WAV_RUN_DEPENDS= cdda2wav:sysutils/cdrtools -FAAC_RUN_DEPENDS= faac:audio/faac -FLAC_RUN_DEPENDS= flac:audio/flac -LAME_RUN_DEPENDS= lame:audio/lame -VORBIS_RUN_DEPENDS= ogg123:audio/vorbis-tools -NLS_USES= gettext +FAAC_RUN_DEPENDS= faac:audio/faac +FLAC_RUN_DEPENDS= flac:audio/flac +LAME_RUN_DEPENDS= lame:audio/lame +VORBIS_RUN_DEPENDS= ogg123:audio/vorbis-tools +NLS_USES= gettext .if defined(WITH_CDROM_DEVICE) -DEFAULT_CDROM_DEVICE=${WITH_CDROM_DEVICE} +DEFAULT_CDROM_DEVICE= ${WITH_CDROM_DEVICE} .else -DEFAULT_CDROM_DEVICE=/dev/cd0 +DEFAULT_CDROM_DEVICE= /dev/cd0 .endif .include <bsd.port.pre.mk> diff --git a/audio/grip/distinfo b/audio/grip/distinfo index 22fa938692cd..c52dbd9d6f19 100644 --- a/audio/grip/distinfo +++ b/audio/grip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622477995 -SHA256 (grip-4.2.1.tar.gz) = ddb1495113dbabdaf32ec242a6946348046170e2710b87927f0e55c6f6604374 -SIZE (grip-4.2.1.tar.gz) = 1210309 +TIMESTAMP = 1625758321 +SHA256 (grip-4.2.2.tar.gz) = 9d7b4680978d60cf25ca594d8bd51d9ac9d57073825dfaf25a628667d4054c71 +SIZE (grip-4.2.2.tar.gz) = 1210481
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107091413.169EDeED029761>