FreeBSD Bugzilla – Attachment 252410 Details for
Bug 277854
sysutils/bmd: update to 3.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bmd-3.0.patch
bmd-3.0.patch (text/plain), 2.31 KB, created by
Yuichiro NAITO
on 2024-08-01 00:48:08 UTC
(
hide
)
Description:
bmd-3.0.patch
Filename:
MIME Type:
Creator:
Yuichiro NAITO
Created:
2024-08-01 00:48:08 UTC
Size:
2.31 KB
patch
obsolete
>commit e566e0392a17224804ab602c5029bf7c7b13299a >Author: Yuichiro NAITO <naito.yuichiro@gmail.com> >Date: Wed Jul 31 23:35:21 2024 > > sysutils/bmd: update to 3.0. > >diff --git a/sysutils/bmd/Makefile b/sysutils/bmd/Makefile >index 4bc82e92de7d..07af102e2e12 100644 >--- a/sysutils/bmd/Makefile >+++ b/sysutils/bmd/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= bmd >-DISTVERSION= 2.3 >-PORTREVISION= 1 >+DISTVERSION= 3.0 > CATEGORIES= sysutils > > MAINTAINER= naito.yuichiro@gmail.com >diff --git a/sysutils/bmd/distinfo b/sysutils/bmd/distinfo >index 0121187749a8..467062884ce1 100644 >--- a/sysutils/bmd/distinfo >+++ b/sysutils/bmd/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1709649980 >-SHA256 (yuichiro-naito-bmd-2.3_GH0.tar.gz) = 807abfbac0a845c998b16c54b593d4bd59c35fc83891801f5fead70e87f69531 >-SIZE (yuichiro-naito-bmd-2.3_GH0.tar.gz) = 68487 >+TIMESTAMP = 1722435732 >+SHA256 (yuichiro-naito-bmd-3.0_GH0.tar.gz) = 5f763b1d0b288739970914e1760d13ab210d8ad46bc805eae0e5922755e1f0e1 >+SIZE (yuichiro-naito-bmd-3.0_GH0.tar.gz) = 83621 >diff --git a/sysutils/bmd/files/patch-Makefile b/sysutils/bmd/files/patch-Makefile >index 512222015b0b..ad1b25167b63 100644 >--- a/sysutils/bmd/files/patch-Makefile >+++ b/sysutils/bmd/files/patch-Makefile >@@ -1,4 +1,4 @@ >---- Makefile.orig 2024-03-04 14:55:37 UTC >+--- Makefile.orig 2024-07-15 15:34:49 UTC > +++ Makefile > @@ -1,10 +1,20 @@ > +BINOWN!= id -u >@@ -10,8 +10,7 @@ > MK_DEBUG_FILES?= no > SUBDIR= rc.d > BINDIR= $(LOCALBASE)/sbin >--MANDIR= $(LOCALBASE)/man/man >-+MANDIR= $(LOCALBASE)/share/man/man >+ MANDIR= $(LOCALBASE)/share/man/man > DIRS= UEFIVARDIR PLUGINDIR > UEFIVARDIR= $(LOCALBASE)/var/cache/bmd > +UEFIVARDIR_OWN= $(BINOWN) >diff --git a/sysutils/bmd/files/patch-rc.d_Makefile b/sysutils/bmd/files/patch-rc.d_Makefile >index 3551d9dce548..ea75b0503da5 100644 >--- a/sysutils/bmd/files/patch-rc.d_Makefile >+++ b/sysutils/bmd/files/patch-rc.d_Makefile >@@ -1,11 +1,11 @@ >---- rc.d/Makefile.orig 2023-08-08 05:39:45 UTC >+--- rc.d/Makefile.orig 2024-07-15 15:34:49 UTC > +++ rc.d/Makefile >-@@ -2,6 +2,8 @@ SCRIPTSDIR= $(LOCALBASE)/etc/rc.d >+@@ -1,6 +1,8 @@ SCRIPTSDIR= $(LOCALBASE)/etc/rc.d > SCRIPTS= bmd > SCRIPTSNAME_bmd=bmd > SCRIPTSDIR= $(LOCALBASE)/etc/rc.d > +SCRIPTSOWN!= id -u > +SCRIPTSGRP!= id -g >- >+ > bmd: bmd.in >- sed 's|%%LOCALBASE%%|$(LOCALBASE)|' < bmd.in > bmd >+ sed 's|%%LOCALBASE%%|$(LOCALBASE)|' < ${.ALLSRC} > ${.TARGET}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 277854
:
249358
|
250235
|
252410
|
252411
|
252412
|
254084