From owner-svn-ports-head@FreeBSD.ORG Wed May 6 20:05:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC432251; Wed, 6 May 2015 20:05:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A138B16B0; Wed, 6 May 2015 20:05:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t46K5RSR004342; Wed, 6 May 2015 20:05:27 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t46K5QDT004339; Wed, 6 May 2015 20:05:26 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201505062005.t46K5QDT004339@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 6 May 2015 20:05:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385555 - head/devel/liborcus07 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 May 2015 20:05:27 -0000 Author: jkim Date: Wed May 6 20:05:26 2015 New Revision: 385555 URL: https://svnweb.freebsd.org/changeset/ports/385555 Log: - Update to 0.7.1. - Remove unnecessary libzip dependency. PR: 200006 Modified: head/devel/liborcus07/Makefile head/devel/liborcus07/distinfo head/devel/liborcus07/pkg-plist Modified: head/devel/liborcus07/Makefile ============================================================================== --- head/devel/liborcus07/Makefile Wed May 6 20:04:33 2015 (r385554) +++ head/devel/liborcus07/Makefile Wed May 6 20:05:26 2015 (r385555) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= liborcus -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= devel misc MASTER_SITES= http://kohei.us/files/orcus/src/ PKGNAMESUFFIX= 07 @@ -12,11 +12,10 @@ COMMENT= Standalone file import filter l LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/include/mdds/global.hpp:${PORTSDIR}/devel/mdds -LIB_DEPENDS= libzip.so:${PORTSDIR}/archivers/libzip \ - libboost_system.so:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig tar:bzip2 +USES= gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip @@ -27,4 +26,7 @@ CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/inclu CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +post-stage: + @${RM} -f ${STAGEDIR}${PREFIX}/bin/* + .include Modified: head/devel/liborcus07/distinfo ============================================================================== --- head/devel/liborcus07/distinfo Wed May 6 20:04:33 2015 (r385554) +++ head/devel/liborcus07/distinfo Wed May 6 20:05:26 2015 (r385555) @@ -1,2 +1,2 @@ -SHA256 (liborcus-0.7.0.tar.bz2) = 7773a8f5f0b810e0f146dbcf3dbb42e89dd8af0868235e01d9f0cdefde41a8a9 -SIZE (liborcus-0.7.0.tar.bz2) = 1665988 +SHA256 (liborcus-0.7.1.tar.xz) = 04846b64262210a0d4e18d72779c901633e45dc9cca2108235b38d4715266a43 +SIZE (liborcus-0.7.1.tar.xz) = 1472804 Modified: head/devel/liborcus07/pkg-plist ============================================================================== --- head/devel/liborcus07/pkg-plist Wed May 6 20:04:33 2015 (r385554) +++ head/devel/liborcus07/pkg-plist Wed May 6 20:05:26 2015 (r385555) @@ -1,7 +1,3 @@ -bin/orcus-detect -bin/orcus-mso-encryption -bin/orcus-xml-dump -bin/orcus-zip-dump include/liborcus-0.8/orcus/base64.hpp include/liborcus-0.8/orcus/cell_buffer.hpp include/liborcus-0.8/orcus/css_parser.hpp