FreeBSD Bugzilla – Attachment 221128 Details for
Bug 252304
sysutils/yadm: Update to 3.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Yadm version 3.0.0 update
yadm.diff (text/plain), 2.48 KB, created by
Adam Jimerson
on 2020-12-31 12:00:38 UTC
(
hide
)
Description:
Yadm version 3.0.0 update
Filename:
MIME Type:
Creator:
Adam Jimerson
Created:
2020-12-31 12:00:38 UTC
Size:
2.48 KB
patch
obsolete
>diff --git a/sysutils/yadm/Makefile b/sysutils/yadm/Makefile >index 1172ba12217f..ada952fdcb71 100644 >--- a/sysutils/yadm/Makefile >+++ b/sysutils/yadm/Makefile >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= yadm >-PORTVERSION= 2.5.0 >-PORTREVISION= 1 >+PORTVERSION= 3.0.0 > CATEGORIES= sysutils > > MAINTAINER= vendion@gmail.com >@@ -30,7 +29,9 @@ J2CTL_USES= python > > do-install: > @${MKDIR} ${STAGEDIR} >- ${INSTALL_MAN} ${WRKSRC}/yadm.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ >- ${INSTALL_SCRIPT} ${WRKSRC}/yadm ${STAGEDIR}${PREFIX}/bin/ >+ ${INSTALL_MAN} ${WRKSRC}/yadm.1 \ >+ ${STAGEDIR}${MAN1PREFIX}/man/man1/ >+ ${INSTALL_SCRIPT} ${WRKSRC}/yadm \ >+ ${STAGEDIR}${PREFIX}/bin/ > > .include <bsd.port.mk> >diff --git a/sysutils/yadm/distinfo b/sysutils/yadm/distinfo >index 7ec5245d4974..ec41145e5d08 100644 >--- a/sysutils/yadm/distinfo >+++ b/sysutils/yadm/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1597090060 >-SHA256 (TheLocehiliosan-yadm-2.5.0_GH0.tar.gz) = d022d118a1a477e09afa00c80e10bd94b150d99709e57f01ba48ca2eaaeeb2de >-SIZE (TheLocehiliosan-yadm-2.5.0_GH0.tar.gz) = 101854 >+TIMESTAMP = 1609388603 >+SHA256 (TheLocehiliosan-yadm-3.0.0_GH0.tar.gz) = af968c815817e9de85b60dc9c9a7e6159ed34e4f91ea78cadbcd6c73a0301c06 >+SIZE (TheLocehiliosan-yadm-3.0.0_GH0.tar.gz) = 105214 >diff --git a/sysutils/yadm/files/patch-yadm b/sysutils/yadm/files/patch-yadm >deleted file mode 100644 >index 784b42060e31..000000000000 >--- a/sysutils/yadm/files/patch-yadm >+++ /dev/null >@@ -1,12 +0,0 @@ >---- yadm.orig 2020-08-20 01:05:25 UTC >-+++ yadm >-@@ -1944,7 +1944,8 @@ function get_mode { >- mode=$(stat -c '%a' "$filename" 2>/dev/null) >- if [ -z "$mode" ] ; then >- # BSD-style >-- mode=$(stat -f '%A' "$filename" 2>/dev/null) >-+ # Using the `cut` command to match the output of GNU stat output >-+ mode=$(stat -f '%p' "$filename" | cut -c4-6 2>/dev/null) >- fi >- >- # only accept results if they are octal >diff --git a/sysutils/yadm/pkg-message b/sysutils/yadm/pkg-message >new file mode 100644 >index 000000000000..105cfefc1fda >--- /dev/null >+++ b/sysutils/yadm/pkg-message >@@ -0,0 +1,12 @@ >+[ >+{ >+ type: upgrade >+ maximum_version: "2.0.0" >+ message: "Version 2.0.0 changed the default storage location for storing data, after upgrading run `yadm upgrade`. See https://yadm.io/docs/upgrade_from_1 for more information." >+} >+{ >+ type: upgrade >+ minimum_version: "2.0.0" >+ message: "Version 3.0.0 changed the default storage location for storing data, after upgrading run `yadm upgrade`. See https://yadm.io/docs/upgrade_from_2 for more information." >+} >+]
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:
vendion
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 252304
: 221128
Working