diff options
author | Diane Bruce <db@FreeBSD.org> | 2023-01-28 18:07:45 -0500 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2023-01-28 18:12:24 -0500 |
commit | 4920d07f4204a0a84877436eb31084b87cb4ee10 (patch) | |
tree | c308c053e53a089db4132f8a5fb1a4b9c64a5f88 /comms/grig | |
parent | 1c81e0d96add75c049da1db145fb3dd92a35fa36 (diff) | |
download | freebsd-ports-4920d07f4204a0a84877436eb31084b87cb4ee10.zip |
comms/grig: Update to head to fix hamlib API change
Update to head to fix grig with hamlib 4.5.3 API change
Also correct pkg-plist
Diffstat (limited to 'comms/grig')
-rw-r--r-- | comms/grig/Makefile | 4 | ||||
-rw-r--r-- | comms/grig/pkg-plist | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/comms/grig/Makefile b/comms/grig/Makefile index c63a79563db1..8ecd0b78eac7 100644 --- a/comms/grig/Makefile +++ b/comms/grig/Makefile @@ -1,5 +1,6 @@ PORTNAME= grig PORTVERSION= 0.9.0 +PORTREVISION= 1 #DISTNAME= Grig CATEGORIES= comms hamradio @@ -13,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= fillods GH_PROJECT= grig -GH_TAGNAME= 77ab785 +#GH_TAGNAME= 77ab785 +GH_TAGNAME= 9d79adb LIB_DEPENDS= libhamlib.so:comms/hamlib \ libharfbuzz.so:print/harfbuzz \ diff --git a/comms/grig/pkg-plist b/comms/grig/pkg-plist index 6a711fdf0588..36819efd7d4a 100644 --- a/comms/grig/pkg-plist +++ b/comms/grig/pkg-plist @@ -1,13 +1,14 @@ bin/grig -share/locale/fr/LC_MESSAGES/grig.mo share/locale/de/LC_MESSAGES/grig.mo +share/locale/it/LC_MESSAGES/grig.mo +share/locale/fr/LC_MESSAGES/grig.mo share/locale/tr/LC_MESSAGES/grig.mo man/man1/grig.1.gz %%DATADIR%%/AUTHORS %%DATADIR%%/COPYING %%DATADIR%%/ChangeLog %%DATADIR%%/NEWS -%%DATADIR%%/README +%%DATADIR%%/README.md share/pixmaps/grig/digits_normal.png share/pixmaps/grig/digits_small.png share/pixmaps/grig/grig-logo.png |