From owner-dev-commits-ports-all@freebsd.org Sat Jul 10 23:23:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7863D65D9B3; Sat, 10 Jul 2021 23:23:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GMmLh32Hdz3m9j; Sat, 10 Jul 2021 23:23:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 502E0113A8; Sat, 10 Jul 2021 23:23:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16ANNuIw081365; Sat, 10 Jul 2021 23:23:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16ANNukq081364; Sat, 10 Jul 2021 23:23:56 GMT (envelope-from git) Date: Sat, 10 Jul 2021 23:23:56 GMT Message-Id: <202107102323.16ANNukq081364@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Nuno Teixeira Subject: git: e7fb378921a3 - 2021Q3 - audio/grip: Update to 4.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: eduardo X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: e7fb378921a3352b423dc6940d37dcc63ed585a5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jul 2021 23:23:56 -0000 The branch 2021Q3 has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7fb378921a3352b423dc6940d37dcc63ed585a5 commit e7fb378921a3352b423dc6940d37dcc63ed585a5 Author: Jens Grassel AuthorDate: 2021-07-09 13:59:50 +0000 Commit: Nuno Teixeira CommitDate: 2021-07-10 23:23:34 +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 (cherry picked from commit 05751868a5962c75c22621cf8390f6088a3d29e8) --- 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 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