From owner-svn-ports-head@FreeBSD.ORG Sun Feb 16 15:00:47 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 B6D46537; Sun, 16 Feb 2014 15:00:47 +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 A246F14AD; Sun, 16 Feb 2014 15:00:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1GF0l7d079228; Sun, 16 Feb 2014 15:00:47 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GF0lKQ079225; Sun, 16 Feb 2014 15:00:47 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201402161500.s1GF0lKQ079225@svn.freebsd.org> From: Koop Mast Date: Sun, 16 Feb 2014 15:00:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344580 - head/devel/libgdata 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: Sun, 16 Feb 2014 15:00:47 -0000 Author: kwm Date: Sun Feb 16 15:00:46 2014 New Revision: 344580 URL: http://svnweb.freebsd.org/changeset/ports/344580 QAT: https://qat.redports.org/buildarchive/r344580/ Log: Clean up. Use new LIB_DEPENDS syntax, stagify, put gmake into USES, strip libraries. Replace ltverhack with USES=libtool. PR: ports/185923 Submitted by: Dmitry Marakasov Modified: head/devel/libgdata/Makefile head/devel/libgdata/pkg-plist Modified: head/devel/libgdata/Makefile ============================================================================== --- head/devel/libgdata/Makefile Sun Feb 16 14:58:22 2014 (r344579) +++ head/devel/libgdata/Makefile Sun Feb 16 15:00:46 2014 (r344580) @@ -11,18 +11,16 @@ MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= GLib based implementation of the GData protocol -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome +LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome USE_BZIP2= yes USE_LDCONFIG= yes -USES= gettext pkgconfig -USE_GMAKE= yes -USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack intltool ltverhack glib20 +USES= gettext gmake libtool pathfix pkgconfig +GNU_CONFIGURE= yes +USE_GNOME= glib20 intltool introspection:build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip CONFIGURE_ARGS+=--with-html-dir="${PREFIX}/share/doc" -NO_STAGE= yes .include Modified: head/devel/libgdata/pkg-plist ============================================================================== --- head/devel/libgdata/pkg-plist Sun Feb 16 14:58:22 2014 (r344579) +++ head/devel/libgdata/pkg-plist Sun Feb 16 15:00:46 2014 (r344580) @@ -65,6 +65,7 @@ lib/libgdata.a lib/libgdata.la lib/libgdata.so lib/libgdata.so.7 +lib/libgdata.so.7.2.2 libdata/pkgconfig/libgdata.pc share/doc/gdata/GDataAccessHandler.html share/doc/gdata/GDataAccessRule.html