FreeBSD Bugzilla – Attachment 254084 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.1.patch
bmd-3.1.patch (text/plain), 2.15 KB, created by
Yuichiro NAITO
on 2024-10-08 03:04:58 UTC
(
hide
)
Description:
bmd-3.1.patch
Filename:
MIME Type:
Creator:
Yuichiro NAITO
Created:
2024-10-08 03:04:58 UTC
Size:
2.15 KB
patch
obsolete
>diff --git a/sysutils/bmd/Makefile b/sysutils/bmd/Makefile >index 4bc82e92de7d..6293fbdb2475 100644 >--- a/sysutils/bmd/Makefile >+++ b/sysutils/bmd/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= bmd >-DISTVERSION= 2.3 >-PORTREVISION= 1 >+DISTVERSION= 3.1 > CATEGORIES= sysutils > > MAINTAINER= naito.yuichiro@gmail.com >diff --git a/sysutils/bmd/distinfo b/sysutils/bmd/distinfo >index 0121187749a8..315eb4a01017 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 = 1728282736 >+SHA256 (yuichiro-naito-bmd-3.1_GH0.tar.gz) = beff31d68ace1784f2e376d7bede8e9416aa1e76ee6b4033b434137b8779d4e6 >+SIZE (yuichiro-naito-bmd-3.1_GH0.tar.gz) = 85244 >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
Flags:
naito.yuichiro
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 277854
:
249358
|
250235
|
252410
|
252411
|
252412
| 254084