Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2014 21:10:27 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343684 - head/misc/xdelta
Message-ID:  <201402102110.s1ALARk1016473@svn.freebsd.org>

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



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