From owner-svn-ports-head@FreeBSD.ORG Tue Jun 10 17:01:11 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 291E517C; Tue, 10 Jun 2014 17:01:11 +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 160E22B73; Tue, 10 Jun 2014 17:01:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5AH1A0T004770; Tue, 10 Jun 2014 17:01:10 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5AH1ADm004768; Tue, 10 Jun 2014 17:01:10 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406101701.s5AH1ADm004768@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 10 Jun 2014 17:01:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357349 - in head/textproc/libe-book: . files 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.18 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: Tue, 10 Jun 2014 17:01:11 -0000 Author: bapt Date: Tue Jun 10 17:01:10 2014 New Revision: 357349 URL: http://svnweb.freebsd.org/changeset/ports/357349 QAT: https://qat.redports.org/buildarchive/r357349/ Log: We do not provide a zlib.pc Added: head/textproc/libe-book/files/ head/textproc/libe-book/files/patch-libe-book.pc.in (contents, props changed) Modified: head/textproc/libe-book/Makefile Modified: head/textproc/libe-book/Makefile ============================================================================== --- head/textproc/libe-book/Makefile Tue Jun 10 16:35:17 2014 (r357348) +++ head/textproc/libe-book/Makefile Tue Jun 10 17:01:10 2014 (r357349) @@ -2,6 +2,7 @@ PORTNAME= libe-book PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/libebook/${PORTNAME}-${PORTVERSION}/ Added: head/textproc/libe-book/files/patch-libe-book.pc.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libe-book/files/patch-libe-book.pc.in Tue Jun 10 17:01:10 2014 (r357349) @@ -0,0 +1,8 @@ +--- ./libe-book.pc.in.orig 2014-05-24 15:06:06.000000000 +0200 ++++ ./libe-book.pc.in 2014-06-10 15:47:26.723536905 +0200 +@@ -10,4 +10,4 @@ + Libs: -L${libdir} -le-book-@EBOOK_MAJOR_VERSION@.@EBOOK_MINOR_VERSION@ + Cflags: -I${includedir}/libe-book-@EBOOK_MAJOR_VERSION@.@EBOOK_MINOR_VERSION@ + +-Requires.private: icu-uc @REQUIRES_EXPERIMENTAL@ libxml-2.0 zlib ++Requires.private: icu-uc @REQUIRES_EXPERIMENTAL@ libxml-2.0