diff options
author | pav <pav@FreeBSD.org> | 2006-04-15 23:50:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-15 23:50:56 +0800 |
commit | aef66c863e27d04228cad07b1405f0270f03ab64 (patch) | |
tree | f0012653cd6828677c34d8abb9d40a32a74b6a9e /archivers/xar | |
parent | a84e05b29a2cb115809c7a1173b7c0be8b903ec4 (diff) | |
download | freebsd-ports-gnome-aef66c863e27d04228cad07b1405f0270f03ab64.tar.gz freebsd-ports-gnome-aef66c863e27d04228cad07b1405f0270f03ab64.tar.zst freebsd-ports-gnome-aef66c863e27d04228cad07b1405f0270f03ab64.zip |
- Update to 1.4
PR: ports/95760
Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> (maintainer)
Diffstat (limited to 'archivers/xar')
-rw-r--r-- | archivers/xar/Makefile | 2 | ||||
-rw-r--r-- | archivers/xar/distinfo | 6 | ||||
-rw-r--r-- | archivers/xar/files/patch-include_xar.h.in | 2 |
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> |