diff options
author | Yuichiro NAITO <naito.yuichiro@gmail.com> | 2023-09-08 04:50:08 +0200 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-09-10 12:13:05 -0400 |
commit | 05a5aefd0f6142c3147bf764cb102620b2f12a77 (patch) | |
tree | 806a66227ec0de16061554fe74f8360e813335f8 | |
parent | 0dc9e4e281004f9ac05167e96abb5275855e2303 (diff) | |
download | freebsd-ports-05a5aefd0f6142c3147bf764cb102620b2f12a77.zip |
sysutils/bmd-plugin-avahi: update to 2.0
Changelog: https://github.com/yuichiro-naito/bmd-plugin-avahi/releases/tag/2.0
PR: 273630
-rw-r--r-- | sysutils/bmd-plugin-avahi/Makefile | 4 | ||||
-rw-r--r-- | sysutils/bmd-plugin-avahi/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/bmd-plugin-avahi/Makefile b/sysutils/bmd-plugin-avahi/Makefile index 284d98ccb6fb..c2af97b04649 100644 --- a/sysutils/bmd-plugin-avahi/Makefile +++ b/sysutils/bmd-plugin-avahi/Makefile @@ -1,5 +1,5 @@ PORTNAME= bmd-plugin-avahi -DISTVERSION= 1.0 +DISTVERSION= 2.0 CATEGORIES= sysutils MAINTAINER= naito.yuichiro@gmail.com @@ -9,8 +9,8 @@ WWW= https://github.com/yuichiro-naito/bmd-plugin-avahi LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -# Because bhyve runs on amd64 only. ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= bhyve runs on amd64 only BUILD_DEPENDS= bmd>0:sysutils/bmd RUN_DEPENDS= bmd>0:sysutils/bmd \ diff --git a/sysutils/bmd-plugin-avahi/distinfo b/sysutils/bmd-plugin-avahi/distinfo index e803cdf0383b..fb8e6aff396f 100644 --- a/sysutils/bmd-plugin-avahi/distinfo +++ b/sysutils/bmd-plugin-avahi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1692698325 -SHA256 (yuichiro-naito-bmd-plugin-avahi-1.0_GH0.tar.gz) = 88b0e2c3dcd1d11f6a8e16ce609e8fc2c2d0d18fb2bc2c9aa5c4be194e35f0f2 -SIZE (yuichiro-naito-bmd-plugin-avahi-1.0_GH0.tar.gz) = 2818 +TIMESTAMP = 1694074691 +SHA256 (yuichiro-naito-bmd-plugin-avahi-2.0_GH0.tar.gz) = 6e527783a432ff32dbb87d951bf7461d17ee26bba7c7f4ca9b750516075b43c9 +SIZE (yuichiro-naito-bmd-plugin-avahi-2.0_GH0.tar.gz) = 2930 |