mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Update to 1.28. Noteworthy changes in this release:
* New checkpoint action: totals * Extended checkpoint format specification. * New option --one-top-level * New option --sort * New exclusion options * Manpages
This commit is contained in:
parent
a12c6fa2b0
commit
bf55779e24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364215
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tar
|
||||
PORTVERSION= 1.27.1
|
||||
PORTVERSION= 1.28
|
||||
CATEGORIES= archivers sysutils
|
||||
MASTER_SITES= GNU
|
||||
PKGNAMEPREFIX= g
|
||||
@ -42,6 +42,9 @@ STATIC_ARGS= build
|
||||
STATIC_ARGS= lib
|
||||
.endif
|
||||
|
||||
# Tests 161 163 are known to fail because path resolution of ".."
|
||||
# in a removed directory fails.
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (tar-1.27.1.tar.xz) = 574210bccbcf9eec889f73234a63ad6863f5b8644ac1f3d7f13871372295b7c7
|
||||
SIZE (tar-1.27.1.tar.xz) = 1879208
|
||||
SHA256 (tar-1.28.tar.xz) = 64ee8d88ec1b47a0961033493f919d27218c41b580138fd6802327462aff22f2
|
||||
SIZE (tar-1.28.tar.xz) = 1966884
|
||||
|
@ -8,7 +8,7 @@ features that allow tar to be used for incremental and full backups.
|
||||
This distribution also includes rmt, the remote tape server.
|
||||
|
||||
Note that this port will install these utilities with a 'g' prefix,
|
||||
e.g. gtar, but the texinfo documentation will refer to them without
|
||||
the 'g' prefix.
|
||||
e.g. gtar, but the man pages and info documentation will refer to
|
||||
them without the 'g' prefix.
|
||||
|
||||
WWW: http://www.gnu.org/software/tar/
|
||||
|
@ -1,5 +1,7 @@
|
||||
bin/gtar
|
||||
libexec/grmt
|
||||
man/man1/gtar.1.gz
|
||||
man/man8/grmt.8.gz
|
||||
%%NLS%%share/locale/bg/LC_MESSAGES/tar.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/tar.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/tar.mo
|
||||
@ -31,6 +33,7 @@ libexec/grmt
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/tar.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/tar.mo
|
||||
%%NLS%%share/locale/sl/LC_MESSAGES/tar.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/tar.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/tar.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/tar.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/tar.mo
|
||||
|
Loading…
Reference in New Issue
Block a user