aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2010-05-22 17:52:28 +0800
committerehaupt <ehaupt@FreeBSD.org>2010-05-22 17:52:28 +0800
commit70d531edb2d3d4ad5bde233ee2ec82635725209e (patch)
treec25f064d7a02ea3cbb65b819a6895f80afcb7e3b /archivers
parent2b7f65c693e89d8c5aaa73a29311df22e10ae080 (diff)
downloadfreebsd-ports-gnome-70d531edb2d3d4ad5bde233ee2ec82635725209e.tar.gz
freebsd-ports-gnome-70d531edb2d3d4ad5bde233ee2ec82635725209e.tar.zst
freebsd-ports-gnome-70d531edb2d3d4ad5bde233ee2ec82635725209e.zip
Update to 1.20, FreeBSD patches have been merged with the upstream project.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/tardy/Makefile2
-rw-r--r--archivers/tardy/distinfo6
-rw-r--r--archivers/tardy/files/patch-libtardy__error.cc13
-rw-r--r--archivers/tardy/files/patch-libtardy__tar__output__filter__gzip.cc13
4 files changed, 4 insertions, 30 deletions
diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile
index cb1a425ef41c..10fb5e3213b2 100644
--- a/archivers/tardy/Makefile
+++ b/archivers/tardy/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tardy
-PORTVERSION= 1.19
+PORTVERSION= 1.20
CATEGORIES= archivers
MASTER_SITES= SF
diff --git a/archivers/tardy/distinfo b/archivers/tardy/distinfo
index d5de1ead46af..3ecbfa65bace 100644
--- a/archivers/tardy/distinfo
+++ b/archivers/tardy/distinfo
@@ -1,3 +1,3 @@
-MD5 (tardy-1.19.tar.gz) = 6f527b43df81e83713bcdb39860db3fa
-SHA256 (tardy-1.19.tar.gz) = 8e75cbc0bff738fa37862a1f41a80db439722d5b5dd44d80f38ab045563fb675
-SIZE (tardy-1.19.tar.gz) = 1719760
+MD5 (tardy-1.20.tar.gz) = 160c411a436b1dd3dca7ef03d69073c7
+SHA256 (tardy-1.20.tar.gz) = d5d4b0616f7b3dc2f126d22f0d940e54b8a93c4078a97684f1dde0aba76477ea
+SIZE (tardy-1.20.tar.gz) = 1720019
diff --git a/archivers/tardy/files/patch-libtardy__error.cc b/archivers/tardy/files/patch-libtardy__error.cc
deleted file mode 100644
index f519b6304137..000000000000
--- a/archivers/tardy/files/patch-libtardy__error.cc
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./libtardy/error.cc.orig 2010-03-10 03:50:43.000000000 +0100
-+++ ./libtardy/error.cc 2010-05-21 15:20:47.000000000 +0200
-@@ -33,6 +33,10 @@
- #include <libtardy/mprintf.h>
- #include <libtardy/progname.h>
-
-+#ifdef __FreeBSD__
-+#include <sys/types.h>
-+#endif
-+
-
- static void
- error_get_id(int *uid, int *gid)
diff --git a/archivers/tardy/files/patch-libtardy__tar__output__filter__gzip.cc b/archivers/tardy/files/patch-libtardy__tar__output__filter__gzip.cc
deleted file mode 100644
index 67ba1844e0e0..000000000000
--- a/archivers/tardy/files/patch-libtardy__tar__output__filter__gzip.cc
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./libtardy/tar/output/filter/gzip.cc.orig 2010-03-10 03:50:43.000000000 +0100
-+++ ./libtardy/tar/output/filter/gzip.cc 2010-05-21 15:20:02.000000000 +0200
-@@ -21,6 +21,10 @@
- #include <libtardy/ac/string.h>
- #include <libtardy/tar/output/filter/gzip.h>
-
-+#ifdef __FreeBSD__
-+#include <unistd.h>
-+#endif
-+
- #ifndef Z_BUFSIZE
- #ifdef MAXSEG_64K
- #define Z_BUFSIZE 4096 // minimize memory usage for 16-bit DOS