Date: Wed, 9 Oct 2024 06:51:54 GMT From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 16dc8709bf72 - main - sysutils/bmd-plugin-hookcmd: Update to 3.0 Message-ID: <202410090651.4996psHh077707@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=16dc8709bf725c12a141574d2154a606d0101d5b commit 16dc8709bf725c12a141574d2154a606d0101d5b Author: Yuichiro NAITO <naito.yuichiro@gmail.com> AuthorDate: 2024-10-09 06:50:38 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-10-09 06:50:38 +0000 sysutils/bmd-plugin-hookcmd: Update to 3.0 ChangeLog at: https://github.com/yuichiro-naito/bmd-plugin-hookcmd/releases PR: 277854 Reported by: maintainer --- sysutils/bmd-plugin-hookcmd/Makefile | 3 +-- sysutils/bmd-plugin-hookcmd/distinfo | 6 +++--- sysutils/bmd-plugin-hookcmd/files/patch-Makefile | 14 ++------------ 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/sysutils/bmd-plugin-hookcmd/Makefile b/sysutils/bmd-plugin-hookcmd/Makefile index 2c70c5212da3..394740d4403b 100644 --- a/sysutils/bmd-plugin-hookcmd/Makefile +++ b/sysutils/bmd-plugin-hookcmd/Makefile @@ -1,6 +1,5 @@ PORTNAME= bmd-plugin-hookcmd -DISTVERSION= 2.1 -PORTREVISION= 1 +DISTVERSION= 3.0 CATEGORIES= sysutils MAINTAINER= naito.yuichiro@gmail.com diff --git a/sysutils/bmd-plugin-hookcmd/distinfo b/sysutils/bmd-plugin-hookcmd/distinfo index 0b9dcd2d2c88..45c154e7e7d3 100644 --- a/sysutils/bmd-plugin-hookcmd/distinfo +++ b/sysutils/bmd-plugin-hookcmd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695373130 -SHA256 (yuichiro-naito-bmd-plugin-hookcmd-2.1_GH0.tar.gz) = 76151bff1c4e9a270a0a788dccdb7453ddbe39733e18f2d875f31e30d1a9f04f -SIZE (yuichiro-naito-bmd-plugin-hookcmd-2.1_GH0.tar.gz) = 2699 +TIMESTAMP = 1728456519 +SHA256 (yuichiro-naito-bmd-plugin-hookcmd-3.0_GH0.tar.gz) = b0c9a6497f1743c5c783617055eef4633aa1d3724212ca6d4026b6b83997f5d2 +SIZE (yuichiro-naito-bmd-plugin-hookcmd-3.0_GH0.tar.gz) = 5103 diff --git a/sysutils/bmd-plugin-hookcmd/files/patch-Makefile b/sysutils/bmd-plugin-hookcmd/files/patch-Makefile index faffc3fa96d7..ed46beba33e0 100644 --- a/sysutils/bmd-plugin-hookcmd/files/patch-Makefile +++ b/sysutils/bmd-plugin-hookcmd/files/patch-Makefile @@ -1,19 +1,9 @@ ---- Makefile.orig 2023-09-15 03:21:14 UTC +--- Makefile.orig 2024-07-23 08:00:58 UTC +++ Makefile -@@ -1,11 +1,15 @@ MK_DEBUG_FILES= no - LOCALBASE?= /usr/local +@@ -1,4 +1,6 @@ MK_DEBUG_FILES= no +BINOWN!= id -u +BINGRP!= id -g -+SHAREOWN= ${BINOWN} -+SHAREGRP= ${BINGRP} SHLIB= bmdplugin_hookcmd SHLIB_MAJOR= 1 CFLAGS+= -I${LOCALBASE}/include -DLOCALBASE=\"${LOCALBASE}\" - LIBDIR= $(LOCALBASE)/libexec/bmd - SRCS= hookcmd.c - MAN= bmd-plugin-hookcmd.8 --MANDIR= $(LOCALBASE)/man/man -+MANDIR= $(LOCALBASE)/share/man/man - - .include <bsd.lib.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410090651.4996psHh077707>