Date: Sun, 12 Dec 2021 00:48:54 GMT From: Diane Bruce <db@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7e75ad93a052 - main - comms/grig: update to grig to work with hamlib 4 Message-ID: <202112120048.1BC0msdg066979@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by db: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e75ad93a052e537d4a84238ba8464b8678000dc commit 7e75ad93a052e537d4a84238ba8464b8678000dc Author: Diane Bruce <db@FreeBSD.org> AuthorDate: 2021-12-12 00:32:54 +0000 Commit: Diane Bruce <db@FreeBSD.org> CommitDate: 2021-12-12 00:37:34 +0000 comms/grig: update to grig to work with hamlib 4 - switch to fillods git [git log] commit 77ab785dcdd09a75f7108d9c92b5fa2415fb3e05 Author: Stephane Fillod <fillods@users.sf.net> Date: Sat Mar 13 09:55:18 2021 +0100 Misc l10n update commit 97c2ff30e9a4f6eec915a688bc47a01e5dbf99bf Author: Stephane Fillod <fillods@users.sf.net> Date: Fri Mar 12 21:55:35 2021 +0100 Align with Hamlib 4.x commit 7498b7c875e8b86ad6b05a967432e6ab9c1f0361 Author: Stephane Fillod <fillods@users.sf.net> Date: Sun Dec 20 21:13:09 2015 +0000 --- comms/grig/Makefile | 22 +++++++++++++--------- comms/grig/distinfo | 5 +++-- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/comms/grig/Makefile b/comms/grig/Makefile index 112e7cfee969..48b98ee1eee6 100644 --- a/comms/grig/Makefile +++ b/comms/grig/Makefile @@ -1,9 +1,9 @@ # Created by: Matt Dawson <matt@mattsnetwork.co.uk> PORTNAME= grig -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.0 +#DISTNAME= Grig CATEGORIES= comms hamradio -MASTER_SITES= SF/groundstation/Grig/${PORTVERSION} MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio control front-end @@ -11,16 +11,20 @@ COMMENT= Amateur Radio control front-end LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libhamlib.so:comms/hamlib +USE_GITHUB= yes +GH_ACCOUNT= fillods +GH_PROJECT= grig +GH_TAGNAME= 77ab785 -USE_GNOME= gtk20 intltool +LIB_DEPENDS= libhamlib.so:comms/hamlib \ + libharfbuzz.so:print/harfbuzz \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + +USE_GNOME= cairo gdkpixbuf2 gtk20 intltool GNU_CONFIGURE= yes -USES= gettext gmake gnome pkgconfig +USES= autoreconf gettext gmake gnome libtool pkgconfig LIBS+= -lm -post-patch: - @${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-D.*_DISABLE_DEPRECATED||g' - .include <bsd.port.mk> diff --git a/comms/grig/distinfo b/comms/grig/distinfo index 8baa313d30ac..b1e32fd458e1 100644 --- a/comms/grig/distinfo +++ b/comms/grig/distinfo @@ -1,2 +1,3 @@ -SHA256 (grig-0.8.1.tar.gz) = be8687418fb23efa0468674c3fdd15340fed06eef09be9de21106cc17e033c25 -SIZE (grig-0.8.1.tar.gz) = 621728 +TIMESTAMP = 1639268901 +SHA256 (fillods-grig-0.9.0-77ab785_GH0.tar.gz) = 560452617f95a4bf7aafa52fa8b75452b6d797a9321810c27e4eb024ecc525e9 +SIZE (fillods-grig-0.9.0-77ab785_GH0.tar.gz) = 213282
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112120048.1BC0msdg066979>