diff options
author | miwi <miwi@FreeBSD.org> | 2007-09-09 17:06:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-09-09 17:06:18 +0800 |
commit | fbdf78a0bacd7d755a86d4a16928579c638eafe1 (patch) | |
tree | bd0f4e2aff6a5eacb1be9852978c53c903786670 /archivers/xar | |
parent | 85b77b5cf8539f73c568a66a9aceaa60db5e7e3c (diff) | |
download | freebsd-ports-gnome-fbdf78a0bacd7d755a86d4a16928579c638eafe1.tar.gz freebsd-ports-gnome-fbdf78a0bacd7d755a86d4a16928579c638eafe1.tar.zst freebsd-ports-gnome-fbdf78a0bacd7d755a86d4a16928579c638eafe1.zip |
- Update to 1.5.1
PR: 115204
Submitted by: Maxim Samsonov <xors@mne.ru>
Approved by: maintainer timeout
Diffstat (limited to 'archivers/xar')
-rw-r--r-- | archivers/xar/Makefile | 14 | ||||
-rw-r--r-- | archivers/xar/distinfo | 6 | ||||
-rw-r--r-- | archivers/xar/files/patch-include_xar.h.in | 8 | ||||
-rw-r--r-- | archivers/xar/pkg-descr | 2 |
4 files changed, 13 insertions, 17 deletions
diff --git a/archivers/xar/Makefile b/archivers/xar/Makefile index ee3d969bfaeb..361d60a1bc7f 100644 --- a/archivers/xar/Makefile +++ b/archivers/xar/Makefile @@ -6,20 +6,16 @@ # PORTNAME= xar -DISTVERSION= 1.4 -PORTREVISION= 1 +DISTVERSION= 1.5.1 CATEGORIES= archivers -MASTER_SITES= http://www.opendarwin.org/projects/xar/ \ - http://distfiles-msn.opendarwin.org/ \ - http://distfiles-od.opendarwin.org/ \ - http://distfiles.opendarwin.org/ +MASTER_SITES= http://xar.googlecode.com/files/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles MAINTAINER= CPE1704TKS@bellsouth.net COMMENT= OpenDarwin XML eXtensible ARchiver -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl - -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GNOME= libxml2 USE_GMAKE= yes diff --git a/archivers/xar/distinfo b/archivers/xar/distinfo index f1bf1ba4b8d3..fef4a070198b 100644 --- a/archivers/xar/distinfo +++ b/archivers/xar/distinfo @@ -1,3 +1,3 @@ -MD5 (xar-1.4.tar.gz) = 7f3976664a426911eab93cdf367894bc -SHA256 (xar-1.4.tar.gz) = 08a9670e19c59365971991b3031ac49fc45b6ea597d7e7a6197b56f6d4bfc6e7 -SIZE (xar-1.4.tar.gz) = 117083 +MD5 (xar-1.5.1.tar.gz) = c24e4a3958b90e6cce162e60e8e43761 +SHA256 (xar-1.5.1.tar.gz) = 1e3ac7af4b8ef23ec0889debe405e44ae88266e43ae271aa2177ddd9a72d6a67 +SIZE (xar-1.5.1.tar.gz) = 136623 diff --git a/archivers/xar/files/patch-include_xar.h.in b/archivers/xar/files/patch-include_xar.h.in index cd5857738ea7..2f2b29dac76a 100644 --- a/archivers/xar/files/patch-include_xar.h.in +++ b/archivers/xar/files/patch-include_xar.h.in @@ -1,10 +1,10 @@ ---- include/xar.h.in.orig Tue Jan 24 02:14:31 2006 -+++ include/xar.h.in Tue Jan 24 02:14:45 2006 -@@ -36,6 +36,7 @@ +--- 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-descr b/archivers/xar/pkg-descr index 7a2670ccdc87..b201110f2953 100644 --- a/archivers/xar/pkg-descr +++ b/archivers/xar/pkg-descr @@ -8,4 +8,4 @@ the archive, the ability to store checksums for individual files in both compressed and uncompressed form, and the ability to query the table of content's rich meta-data. -WWW: http://www.opendarwin.org/projects/xar/ +WWW: http://code.google.com/p/xar/ |