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/Makefile | |
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/Makefile')
-rw-r--r-- | comms/grig/Makefile | 4 |
1 files changed, 3 insertions, 1 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 \ |