svn commit: r364215 - head/archivers/gtar
Christian Weisgerber
naddy at FreeBSD.org
Wed Aug 6 19:21:26 UTC 2014
Author: naddy
Date: Wed Aug 6 19:21:24 2014
New Revision: 364215
URL: http://svnweb.freebsd.org/changeset/ports/364215
QAT: https://qat.redports.org/buildarchive/r364215/
Log:
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
Modified:
head/archivers/gtar/Makefile
head/archivers/gtar/distinfo
head/archivers/gtar/pkg-descr
head/archivers/gtar/pkg-plist
Modified: head/archivers/gtar/Makefile
==============================================================================
--- head/archivers/gtar/Makefile Wed Aug 6 18:51:10 2014 (r364214)
+++ head/archivers/gtar/Makefile Wed Aug 6 19:21:24 2014 (r364215)
@@ -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
Modified: head/archivers/gtar/distinfo
==============================================================================
--- head/archivers/gtar/distinfo Wed Aug 6 18:51:10 2014 (r364214)
+++ head/archivers/gtar/distinfo Wed Aug 6 19:21:24 2014 (r364215)
@@ -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
Modified: head/archivers/gtar/pkg-descr
==============================================================================
--- head/archivers/gtar/pkg-descr Wed Aug 6 18:51:10 2014 (r364214)
+++ head/archivers/gtar/pkg-descr Wed Aug 6 19:21:24 2014 (r364215)
@@ -8,7 +8,7 @@ features that allow tar to be used for i
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/
Modified: head/archivers/gtar/pkg-plist
==============================================================================
--- head/archivers/gtar/pkg-plist Wed Aug 6 18:51:10 2014 (r364214)
+++ head/archivers/gtar/pkg-plist Wed Aug 6 19:21:24 2014 (r364215)
@@ -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
More information about the svn-ports-head
mailing list