Hi,
Today I was presenting the OpenBSD ports and packages system to my local
Unix User Group. I was asked how to update a port and showed this at the
simple example of archives/gtar.
Maintainer on CC.
Changes in gtar:
* POSIX extended format headers do not include PID by default.
* --delay-directory-restore works for archives with reversed member ordering.
* Fix extraction of a symbolic link hardlinked to another symbolic link.
* Wildcards in exclude-vcs-ignore mode don't match slash.
* Fix the --no-overwrite-dir option.
* Fix handling of chained renames in incremental backups.
* Link counting works for file names supplied with -T.
* Accept only position-sensitive (file-selection) options in file list files.
Port changes:
* removed REVISION
* bumped version
portcheck, make port-lib-depends-check: ok
make test:
amd64 - up to test 165 all good, then I ran out of disk space
sparc64 - passed
OK?
Best Regards,
Stefan
Index: archivers/gtar/Makefile
===================================================================
RCS file: /cvs/ports/archivers/gtar/Makefile,v
retrieving revision 1.85
diff -u -p -u -p -r1.85 Makefile
--- archivers/gtar/Makefile 16 Jul 2019 21:29:41 -0000 1.85
+++ archivers/gtar/Makefile 8 Jan 2021 23:07:49 -0000
@@ -2,9 +2,8 @@
COMMENT= GNU version of the traditional tape archiver
-DISTNAME= tar-1.32
+DISTNAME= tar-1.33
PKGNAME= g${DISTNAME}
-REVISION= 1
CATEGORIES= archivers
HOMEPAGE= https://www.gnu.org/software/tar/
Index: archivers/gtar/distinfo
===================================================================
RCS file: /cvs/ports/archivers/gtar/distinfo,v
retrieving revision 1.26
diff -u -p -u -p -r1.26 distinfo
--- archivers/gtar/distinfo 25 Feb 2019 21:01:58 -0000 1.26
+++ archivers/gtar/distinfo 8 Jan 2021 23:07:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (tar-1.32.tar.xz) = 0NOuB/EDMjvoCbw+rA3MOG1SxSYkmf4FURrEeIrx/dg=
-SIZE (tar-1.32.tar.xz) = 2103348
+SHA256 (tar-1.33.tar.xz) = Zqg0Sx3IOkEdMRvRVH4BduVswxHyjulKMPhNr7PZBn4=
+SIZE (tar-1.33.tar.xz) = 2224824
Index: archivers/gtar/patches/patch-configure
===================================================================
RCS file: /cvs/ports/archivers/gtar/patches/patch-configure,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 patch-configure
--- archivers/gtar/patches/patch-configure 13 Jan 2019 15:34:55 -0000
1.18
+++ archivers/gtar/patches/patch-configure 8 Jan 2021 23:07:49 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-configure,v 1.18 2019/01
Index: configure
--- configure.orig
+++ configure
-@@ -36944,7 +36944,7 @@ fi
+@@ -40537,7 +40537,7 @@ fi
$as_echo "$acl_cv_rpath" >&6; }
wl="$acl_cv_wl"
acl_libext="$acl_cv_libext"