aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/gtar/Makefile
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2014-05-13 05:31:01 +0800
committernaddy <naddy@FreeBSD.org>2014-05-13 05:31:01 +0800
commitb1de20898a0135e32cefb8027fd8e6052af48076 (patch)
tree509e5a5c969453ec6e4f79ebe249950006197ac8 /archivers/gtar/Makefile
parent4b83c65f0b7460402a2c6452f1fca8617a064860 (diff)
downloadfreebsd-ports-gnome-b1de20898a0135e32cefb8027fd8e6052af48076.tar.gz
freebsd-ports-gnome-b1de20898a0135e32cefb8027fd8e6052af48076.tar.zst
freebsd-ports-gnome-b1de20898a0135e32cefb8027fd8e6052af48076.zip
Update to 1.27.1. Bug fixes:
* Fix unquoting of file names obtained via the -T option. * Fix GNU long link header timestamp (backward compatibility). * Fix extracting sparse members from star archives. PR: 189675 Submitted by: Jason Harris <jharris@widomaker.com>
Diffstat (limited to 'archivers/gtar/Makefile')
-rw-r--r--archivers/gtar/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile
index 9eb81acac09e..47c3854547e8 100644
--- a/archivers/gtar/Makefile
+++ b/archivers/gtar/Makefile
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= tar
-PORTVERSION= 1.27
+PORTVERSION= 1.27.1
CATEGORIES= archivers sysutils
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= GNU
PKGNAMEPREFIX= g
MAINTAINER= naddy@FreeBSD.org