Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2015 20:05:26 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385555 - head/devel/liborcus07
Message-ID:  <201505062005.t46K5QDT004339@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505062005.t46K5QDT004339>