summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2004-05-15 12:59:34 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2004-05-15 12:59:34 +0000
commitf5f49102468eea9de3a99269da44fa7a58a05b8e (patch)
treed77037cd7a6c8c07157aaec4f9b84939d49d64f8 /archivers
parentThis port is actually libutf-8 version 1.0, not libutf version 8.1.0. (diff)
Update to 1.14, the first new official release in almost five years.
No user-visible changes from the last alpha version.
Notes
Notes: svn path=/head/; revision=109202
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/