From owner-svn-ports-head@FreeBSD.ORG Mon Feb 10 21:10:28 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54C4F244; Mon, 10 Feb 2014 21:10:28 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 406DF197A; Mon, 10 Feb 2014 21:10:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1ALASqn016475; Mon, 10 Feb 2014 21:10:28 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1ALARk1016473; Mon, 10 Feb 2014 21:10:27 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201402102110.s1ALARk1016473@svn.freebsd.org> From: Eitan Adler Date: Mon, 10 Feb 2014 21:10:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343684 - head/misc/xdelta 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.17 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: Mon, 10 Feb 2014 21:10:28 -0000 Author: eadler Date: Mon Feb 10 21:10:27 2014 New Revision: 343684 URL: http://svnweb.freebsd.org/changeset/ports/343684 QAT: https://qat.redports.org/buildarchive/r343684/ Log: - Convert to USES=libtool Modified: head/misc/xdelta/Makefile head/misc/xdelta/pkg-plist Modified: head/misc/xdelta/Makefile ============================================================================== --- head/misc/xdelta/Makefile Mon Feb 10 20:59:11 2014 (r343683) +++ head/misc/xdelta/Makefile Mon Feb 10 21:10:27 2014 (r343684) @@ -3,15 +3,14 @@ PORTNAME= xdelta PORTVERSION= 1.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= eadler@FreeBSD.org COMMENT= Diff/patch utility for binary files -USES= pkgconfig -USE_AUTOTOOLS= libtool +USES= pkgconfig libtool USE_GNOME= glib20 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/misc/xdelta/pkg-plist ============================================================================== --- head/misc/xdelta/pkg-plist Mon Feb 10 20:59:11 2014 (r343683) +++ head/misc/xdelta/pkg-plist Mon Feb 10 21:10:27 2014 (r343684) @@ -8,10 +8,12 @@ lib/libedsio.a lib/libedsio.la lib/libedsio.so lib/libedsio.so.0 +lib/libedsio.so.0.0.0 lib/libxdelta.a lib/libxdelta.la lib/libxdelta.so lib/libxdelta.so.2 +lib/libxdelta.so.2.0.0 share/aclocal/xdelta.m4 man/man1/xdelta.1.gz