diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2024-01-17 16:15:59 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2024-01-17 16:17:39 +0000 |
commit | 66965607d32facdfbdf650f8da67946fff129164 (patch) | |
tree | e330eb5c390c767e30c5238323aea5c7c6b28bcf /archivers | |
parent | b80893bf7e3b04598b5351d6814a809a5cd7ffb6 (diff) |
archivers/gcpio: update to 2.15
Changes:
* Fix operation of --no-absolute-filenames --make-directories
* Restore access and modification times of symlinks in copy-in
and copy-pass modes.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gcpio/Makefile | 2 | ||||
-rw-r--r-- | archivers/gcpio/distinfo | 6 | ||||
-rw-r--r-- | archivers/gcpio/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index 6d3249a0cfdf..fc03b383b3bd 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -1,5 +1,5 @@ PORTNAME= cpio -DISTVERSION= 2.14 +DISTVERSION= 2.15 CATEGORIES= archivers MASTER_SITES= GNU PKGNAMEPREFIX= g diff --git a/archivers/gcpio/distinfo b/archivers/gcpio/distinfo index 362356dd84df..7c775f1ee599 100644 --- a/archivers/gcpio/distinfo +++ b/archivers/gcpio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683229993 -SHA256 (cpio-2.14.tar.bz2) = fcdc15d60f7267a6fc7efcd6b9db7b6c8966c4f2fbbb964c24d41336fd3f2c12 -SIZE (cpio-2.14.tar.bz2) = 1521004 +TIMESTAMP = 1705507996 +SHA256 (cpio-2.15.tar.bz2) = 937610b97c329a1ec9268553fb780037bcfff0dcffe9725ebc4fd9c1aa9075db +SIZE (cpio-2.15.tar.bz2) = 1651320 diff --git a/archivers/gcpio/pkg-plist b/archivers/gcpio/pkg-plist index 99bec8c584e7..fa0bd6d343fa 100644 --- a/archivers/gcpio/pkg-plist +++ b/archivers/gcpio/pkg-plist @@ -1,5 +1,6 @@ bin/gcpio man/man1/gcpio.1.gz +%%NLS%%share/locale/bg/LC_MESSAGES/cpio.mo %%NLS%%share/locale/da/LC_MESSAGES/cpio.mo %%NLS%%share/locale/de/LC_MESSAGES/cpio.mo %%NLS%%share/locale/es/LC_MESSAGES/cpio.mo |