From 7924a656980c75019fbd921f1e7a3a67f759ee76 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 6 Oct 2013 08:09:02 +0200 Subject: [PATCH] {chroot-,}tar: update to 1.27. --- srcpkgs/chroot-tar/template | 14 +++++--------- srcpkgs/tar/template | 14 +++++--------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/srcpkgs/chroot-tar/template b/srcpkgs/chroot-tar/template index 2eece061ee1..de0d7755ff1 100644 --- a/srcpkgs/chroot-tar/template +++ b/srcpkgs/chroot-tar/template @@ -1,6 +1,6 @@ # Template build file for 'chroot-tar'. pkgname=chroot-tar -version=1.26 +version=1.27 revision=1 wrksrc="tar-${version}" build_style=gnu-configure @@ -8,23 +8,19 @@ homepage="http://www.gnu.org/software/tar/" license="GPL-3" short_desc="The GNU tape archiver -- for xbps-src use" maintainer="Juan RP " -distfiles="http://ftp.gnu.org/gnu/tar/tar-$version.tar.bz2" -checksum=5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41 +distfiles="http://ftp.gnu.org/gnu/tar/tar-$version.tar.xz" +checksum=1b2a6b4b9de6b48e9e994276197e1f18e512a9acf6f598905f0e481ca3f8245b bootstrap=yes -pre_configure() { - sed -i -e '/gets is a/d' gnu/stdio.in.h -} - post_install() { rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec } chroot-tar_package() { conflicts="tar>=0" - provides="tar-${version}" + provides="tar-${version}_${revision}" pkg_install() { - vmove usr + vmove all } } diff --git a/srcpkgs/tar/template b/srcpkgs/tar/template index cca0416603e..0e07368f46b 100644 --- a/srcpkgs/tar/template +++ b/srcpkgs/tar/template @@ -1,22 +1,18 @@ # Template build file for 'tar'. pkgname=tar -version=1.26 -revision=3 +version=1.27 +revision=1 build_style=gnu-configure short_desc="The GNU tape archiver with remote magnetic tape support" maintainer="Juan RP " homepage="http://www.gnu.org/software/tar/" license="GPL-3" -distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.bz2" -checksum=5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41 - -pre_configure() { - sed -i -e '/gets is a/d' gnu/stdio.in.h -} +distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.xz" +checksum=1b2a6b4b9de6b48e9e994276197e1f18e512a9acf6f598905f0e481ca3f8245b tar_package() { conflicts="chroot-tar>=0" pkg_install() { - vmove usr + vmove all } }