aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2004-05-15 20:59:34 +0800
committernaddy <naddy@FreeBSD.org>2004-05-15 20:59:34 +0800
commit8309edadfa37e04deee6babdc4379e1941e1a601 (patch)
treeb833f5a58c7b3e9e9706984859e3df0b7cf207f3 /archivers
parent7349c96aa899bd8587047377025dc9054a6553c2 (diff)
downloadfreebsd-ports-gnome-8309edadfa37e04deee6babdc4379e1941e1a601.tar.gz
freebsd-ports-gnome-8309edadfa37e04deee6babdc4379e1941e1a601.tar.zst
freebsd-ports-gnome-8309edadfa37e04deee6babdc4379e1941e1a601.zip
Update to 1.14, the first new official release in almost five years.
No user-visible changes from the last alpha version.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/gtar/Makefile7
-rw-r--r--archivers/gtar/distinfo4
-rw-r--r--archivers/gtar/pkg-descr2
3 files changed, 8 insertions, 5 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile
index 580d03ecb9c4..caf2e2d04da5 100644
--- a/archivers/gtar/Makefile
+++ b/archivers/gtar/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= tar
-PORTVERSION= 1.13.94
+PORTVERSION= 1.14
CATEGORIES= archivers sysutils
-MASTER_SITES= ${MASTER_SITE_GNU_ALPHA}
+MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= g
@@ -23,7 +23,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \
LDFLAGS='-L${LOCALBASE}/lib ${LDSTATIC}' \
- DEFAULT_ARCHIVE='/dev/sa0'
+ DEFAULT_ARCHIVE=/dev/sa0 \
+ DEFAULT_RMT_COMMAND=/etc/rmt
.if defined(WANT_STATIC)
LDSTATIC= -static
diff --git a/archivers/gtar/distinfo b/archivers/gtar/distinfo
index 135f7fece51f..5c1efe7a1a2c 100644
--- a/archivers/gtar/distinfo
+++ b/archivers/gtar/distinfo
@@ -1,2 +1,2 @@
-MD5 (tar-1.13.94.tar.bz2) = ff0c45f0158f92d76b46ec9181b25ae6
-SIZE (tar-1.13.94.tar.bz2) = 1050554
+MD5 (tar-1.14.tar.bz2) = f1932e0fbd4641885bfdcc75495c91b7
+SIZE (tar-1.14.tar.bz2) = 1077708
diff --git a/archivers/gtar/pkg-descr b/archivers/gtar/pkg-descr
index b60fa9bbf969..4796081a8df7 100644
--- a/archivers/gtar/pkg-descr
+++ b/archivers/gtar/pkg-descr
@@ -10,3 +10,5 @@ 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.
+
+WWW: http://www.gnu.org/software/tar/