Index: head/archivers/xar/Makefile =================================================================== --- head/archivers/xar/Makefile (revision 426318) +++ head/archivers/xar/Makefile (revision 426319) @@ -1,27 +1,25 @@ # Created by: Jeffrey H. Johnson # $FreeBSD$ PORTNAME= xar -PORTVERSION= 1.5.2 -PORTREVISION= 2 +PORTVERSION= 1.6.1 CATEGORIES= archivers -MASTER_SITES= GENTOO +MASTER_SITES= https://github.com/downloads/mackyle/xar/ \ + GENTOO MAINTAINER= ports@FreeBSD.org COMMENT= OpenDarwin XML eXtensible ARchiver LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USE_LDCONFIG= yes - -USES= gmake libtool +USES= gmake libtool ssl USE_GNOME= libxml2 -USE_OPENSSL= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \ ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so .include Index: head/archivers/xar/distinfo =================================================================== --- head/archivers/xar/distinfo (revision 426318) +++ head/archivers/xar/distinfo (revision 426319) @@ -1,2 +1,3 @@ -SHA256 (xar-1.5.2.tar.gz) = 4c5d5682803cdfab16d72365cf51fc4075d597c5eeaa8c7d1990fea98cdae3e6 -SIZE (xar-1.5.2.tar.gz) = 137973 +TIMESTAMP = 1479465542 +SHA256 (xar-1.6.1.tar.gz) = ee46089968457cf710b8cf1bdeb98b7ef232eb8a4cdeb34502e1f16ef4d2153e +SIZE (xar-1.6.1.tar.gz) = 180771 Index: head/archivers/xar/pkg-descr =================================================================== --- head/archivers/xar/pkg-descr (revision 426318) +++ head/archivers/xar/pkg-descr (revision 426319) @@ -1,11 +1,11 @@ The XAR project aims to provide an easily extensible archive format. Important design decisions include an easily extensible XML table of contents for random access to archived files, storing the toc at the beginning of the archive to allow for efficient handling of streamed archives, the ability to handle files of arbitrarily large sizes, the ability to choose independent encodings for individual files in 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://code.google.com/p/xar/ +WWW: http://mackyle.github.io/xar/