diff options
author | leeym <leeym@FreeBSD.org> | 2008-01-29 21:26:47 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-01-29 21:26:47 +0800 |
commit | dcb3fce4550baadef6a269671e49c67b9ff05321 (patch) | |
tree | 7cf9d8d054b37830d504b017082e2a6718ebfede /archivers/xar | |
parent | 7a349f0e438819f3df60259f950632c4df9792a0 (diff) | |
download | freebsd-ports-gnome-dcb3fce4550baadef6a269671e49c67b9ff05321.tar.gz freebsd-ports-gnome-dcb3fce4550baadef6a269671e49c67b9ff05321.tar.zst freebsd-ports-gnome-dcb3fce4550baadef6a269671e49c67b9ff05321.zip |
- update to 1.5.2
PR: 119170
Submitted by: leeym
Approved by: maintainer timeout
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 | 10 | ||||
-rw-r--r-- | archivers/xar/pkg-plist | 2 |
4 files changed, 6 insertions, 14 deletions
diff --git a/archivers/xar/Makefile b/archivers/xar/Makefile index 361d60a1bc7f..15dd406f6a9d 100644 --- a/archivers/xar/Makefile +++ b/archivers/xar/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xar -DISTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= archivers MASTER_SITES= http://xar.googlecode.com/files/ \ ${MASTER_SITE_GENTOO} diff --git a/archivers/xar/distinfo b/archivers/xar/distinfo index fef4a070198b..4b6a8316c9e1 100644 --- a/archivers/xar/distinfo +++ b/archivers/xar/distinfo @@ -1,3 +1,3 @@ -MD5 (xar-1.5.1.tar.gz) = c24e4a3958b90e6cce162e60e8e43761 -SHA256 (xar-1.5.1.tar.gz) = 1e3ac7af4b8ef23ec0889debe405e44ae88266e43ae271aa2177ddd9a72d6a67 -SIZE (xar-1.5.1.tar.gz) = 136623 +MD5 (xar-1.5.2.tar.gz) = 8eabb055d3387b8edc30ecfb08d2e80d +SHA256 (xar-1.5.2.tar.gz) = 4c5d5682803cdfab16d72365cf51fc4075d597c5eeaa8c7d1990fea98cdae3e6 +SIZE (xar-1.5.2.tar.gz) = 137973 diff --git a/archivers/xar/files/patch-include_xar.h.in b/archivers/xar/files/patch-include_xar.h.in deleted file mode 100644 index 2f2b29dac76a..000000000000 --- a/archivers/xar/files/patch-include_xar.h.in +++ /dev/null @@ -1,10 +0,0 @@ ---- include/xar.h.in.orig 2007-06-10 19:02:34.000000000 +0400 -+++ include/xar.h.in 2007-07-26 12:11:19.000000000 +0400 -@@ -40,6 +40,7 @@ - - #define XAR_VERSION "@XAR_VERSION@" - -+#include <limits.h> - #include <sys/types.h> - #include <stdint.h> - #include <sys/stat.h> diff --git a/archivers/xar/pkg-plist b/archivers/xar/pkg-plist index 0a783c4d8d4f..295a850b370b 100644 --- a/archivers/xar/pkg-plist +++ b/archivers/xar/pkg-plist @@ -1,5 +1,7 @@ bin/xar include/xar/xar.h +lib/libxar.a +lib/libxar.la lib/libxar.so.1 lib/libxar.so @dirrm include/xar |