Date: Tue, 20 Aug 2019 02:15:32 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509401 - head/net/libcmis Message-ID: <201908200215.x7K2FWpN008922@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Tue Aug 20 02:15:32 2019 New Revision: 509401 URL: https://svnweb.freebsd.org/changeset/ports/509401 Log: Put the original MASTER_SITE back and switch to XZ archive Modified: head/net/libcmis/Makefile head/net/libcmis/distinfo Modified: head/net/libcmis/Makefile ============================================================================== --- head/net/libcmis/Makefile Tue Aug 20 01:53:01 2019 (r509400) +++ head/net/libcmis/Makefile Tue Aug 20 02:15:32 2019 (r509401) @@ -3,7 +3,8 @@ PORTNAME= libcmis PORTVERSION= 0.5.2 CATEGORIES= net devel -MASTER_SITES= https://github.com/tdf/libcmis/releases/download/v${PORTVERSION}/ +MASTER_SITES= https://github.com/tdf/libcmis/releases/download/v${PORTVERSION}/ \ + https://dev-www.libreoffice.org/src/ MAINTAINER= office@FreeBSD.org COMMENT= Client library for the CMIS interface @@ -19,7 +20,7 @@ LIB_DEPENDS= libboost_program_options.so:devel/boost-l libcurl.so:ftp/curl USES= compiler:c++11-lib gmake gnome libtool localbase pathfix \ - pkgconfig + pkgconfig tar:xz USE_GNOME= libxml2 CONFIGURE_ARGS= --disable-werror --with-boost=${LOCALBASE} --without-man Modified: head/net/libcmis/distinfo ============================================================================== --- head/net/libcmis/distinfo Tue Aug 20 01:53:01 2019 (r509400) +++ head/net/libcmis/distinfo Tue Aug 20 02:15:32 2019 (r509401) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565275967 -SHA256 (libcmis-0.5.2.tar.gz) = ed6f681a48abbf3c2324564b17a180d21fa9503230e8708825e1ad80daee4f81 -SIZE (libcmis-0.5.2.tar.gz) = 808619 +TIMESTAMP = 1566266977 +SHA256 (libcmis-0.5.2.tar.xz) = d7b18d9602190e10d437f8a964a32e983afd57e2db316a07d87477a79f5000a2 +SIZE (libcmis-0.5.2.tar.xz) = 484404
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908200215.x7K2FWpN008922>