git: 2d3cb8388d21 - main - ports-mgmt/pkg_replace: update to 20230119
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Jan 2023 12:32:35 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2d3cb8388d21cf4a49375f1ad892d33b7104e54d
commit 2d3cb8388d21cf4a49375f1ad892d33b7104e54d
Author: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp>
AuthorDate: 2023-01-21 17:15:36 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-01-23 12:28:19 +0000
ports-mgmt/pkg_replace: update to 20230119
ChangeLog: https://github.com/kdeguchi/pkg_replace/releases
* Enabled to handle locked packages with new "-U" option. If "-U" option is not
present, locked packages are skipped. See pkg_replace(1).
* Variables containing file and directory are enclosed in double quotes.
* Fix trap action.
* Cleanup code.
PR: 269043
Reported by: kdeguchi@sz.tokoha-u.ac.jp (maintainer)
---
ports-mgmt/pkg_replace/Makefile | 2 +-
ports-mgmt/pkg_replace/distinfo | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ports-mgmt/pkg_replace/Makefile b/ports-mgmt/pkg_replace/Makefile
index 3a5b3e1324e3..e4cbcf4074cb 100644
--- a/ports-mgmt/pkg_replace/Makefile
+++ b/ports-mgmt/pkg_replace/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pkg_replace
-PORTVERSION= 20230107
+PORTVERSION= 20230119
CATEGORIES= ports-mgmt
MAINTAINER= kdeguchi@sz.tokoha-u.ac.jp
diff --git a/ports-mgmt/pkg_replace/distinfo b/ports-mgmt/pkg_replace/distinfo
index de2746764be0..6c6637a5be7e 100644
--- a/ports-mgmt/pkg_replace/distinfo
+++ b/ports-mgmt/pkg_replace/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1673093909
-SHA256 (kdeguchi-pkg_replace-20230107_GH0.tar.gz) = f69847e4e771d03da2903339dc5c9b9dbc946221c8fc01e75112224c22626284
-SIZE (kdeguchi-pkg_replace-20230107_GH0.tar.gz) = 29531
+TIMESTAMP = 1674121942
+SHA256 (kdeguchi-pkg_replace-20230119_GH0.tar.gz) = 4c386dd5e6178a2b4c8b03a236605653166fa19dcf54a239816158df9756eac8
+SIZE (kdeguchi-pkg_replace-20230119_GH0.tar.gz) = 29959