diff options
-rw-r--r-- | archivers/gtar/Makefile | 7 | ||||
-rw-r--r-- | archivers/gtar/distinfo | 4 | ||||
-rw-r--r-- | archivers/gtar/pkg-descr | 2 |
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/ |