From 70d531edb2d3d4ad5bde233ee2ec82635725209e Mon Sep 17 00:00:00 2001 From: ehaupt Date: Sat, 22 May 2010 09:52:28 +0000 Subject: Update to 1.20, FreeBSD patches have been merged with the upstream project. --- archivers/tardy/Makefile | 2 +- archivers/tardy/distinfo | 6 +++--- archivers/tardy/files/patch-libtardy__error.cc | 13 ------------- .../files/patch-libtardy__tar__output__filter__gzip.cc | 13 ------------- 4 files changed, 4 insertions(+), 30 deletions(-) delete mode 100644 archivers/tardy/files/patch-libtardy__error.cc delete mode 100644 archivers/tardy/files/patch-libtardy__tar__output__filter__gzip.cc (limited to 'archivers') 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 - #include - -+#ifdef __FreeBSD__ -+#include -+#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 - #include - -+#ifdef __FreeBSD__ -+#include -+#endif -+ - #ifndef Z_BUFSIZE - #ifdef MAXSEG_64K - #define Z_BUFSIZE 4096 // minimize memory usage for 16-bit DOS -- cgit