aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-15 15:50:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-15 15:50:56 +0000
commit04cb7987e3bc3f5d8c541071296551371d199021 (patch)
tree1f25b028315cccb710fe0eb362f362840c74bc9c /archivers
parentef91739bb026b24e8730db4b88e14127d2df8a77 (diff)
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/xar/Makefile2
-rw-r--r--archivers/xar/distinfo6
-rw-r--r--archivers/xar/files/patch-include_xar.h.in2
3 files changed, 5 insertions, 5 deletions
diff --git a/archivers/xar/Makefile b/archivers/xar/Makefile
index 1082b47e7a0f..cd27b9be7569 100644
--- a/archivers/xar/Makefile
+++ b/archivers/xar/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xar
-DISTVERSION= 1.3
+DISTVERSION= 1.4
CATEGORIES= archivers
MASTER_SITES= http://www.opendarwin.org/projects/xar/ \
http://distfiles-msn.opendarwin.org/ \
diff --git a/archivers/xar/distinfo b/archivers/xar/distinfo
index 8b93d6adf658..f1bf1ba4b8d3 100644
--- a/archivers/xar/distinfo
+++ b/archivers/xar/distinfo
@@ -1,3 +1,3 @@
-MD5 (xar-1.3.tar.gz) = 757103c9abeef77004a86af55a01452b
-SHA256 (xar-1.3.tar.gz) = 654263d29dfe079dde2cb1b30cb208aa81b5b338135b25315c1e5d1325a66dd2
-SIZE (xar-1.3.tar.gz) = 114402
+MD5 (xar-1.4.tar.gz) = 7f3976664a426911eab93cdf367894bc
+SHA256 (xar-1.4.tar.gz) = 08a9670e19c59365971991b3031ac49fc45b6ea597d7e7a6197b56f6d4bfc6e7
+SIZE (xar-1.4.tar.gz) = 117083
diff --git a/archivers/xar/files/patch-include_xar.h.in b/archivers/xar/files/patch-include_xar.h.in
index 8914328f8fb6..cd5857738ea7 100644
--- a/archivers/xar/files/patch-include_xar.h.in
+++ b/archivers/xar/files/patch-include_xar.h.in
@@ -4,7 +4,7 @@
#define XAR_VERSION "@XAR_VERSION@"
-+#include <sys/limits.h>
++#include <limits.h>
#include <sys/types.h>
#include <stdint.h>