From owner-svn-ports-all@FreeBSD.ORG Tue Aug 27 15:58:19 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id EA98CB07 for ; Tue, 27 Aug 2013 15:58:19 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-lb0-f179.google.com (mail-lb0-f179.google.com [209.85.217.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6EBA1212E for ; Tue, 27 Aug 2013 15:58:18 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id v1so3600920lbd.24 for ; Tue, 27 Aug 2013 08:58:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=8pKqH7h9EZPcsLpqBsCYEpTT2Md+kqFuqGtcvX1A3dY=; b=QvIK0+5+RW2cQD3peN2PUMygMgpAh3CEtZnJuXIglyjx+rjUMvpNPPBv/kLOaKwM91 itUKSZBTF79UerxO32e4VdDlwVS82BGR5BWozDEEUDmQ9LNOHFSbd8sQ3V29h24f/mdE kKcmltt/1Bg74lYu/q0mrXY2/2djc1oEoGamXPa2whkxIYj+OCTANNslRRpfMhcNV3eL bm4qp3ANL467hz4+9BENF3HS8FV0wOtBuOMQjPVYLK/PSgnRC0P6LylX9r1r1PAvrTsD 0tJHaZGMzDg77qNXN4DuvK7BYyHpUjT4zM0PDwxoBUUBm3kRP9gNbVt0aVcSYWXkduCp ev3Q== X-Gm-Message-State: ALoCoQkfMFiyspct+++H8Ljer/4r2Y6KeeBXk8XB2hjKesF4d+63Fn//c4lBjZoLw9JM9622u2yv X-Received: by 10.112.168.3 with SMTP id zs3mr16980132lbb.2.1377617526066; Tue, 27 Aug 2013 08:32:06 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.91.9 with HTTP; Tue, 27 Aug 2013 08:31:46 -0700 (PDT) In-Reply-To: <201308271419.r7REJNrK013694@svn.freebsd.org> References: <201308271419.r7REJNrK013694@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Aug 2013 23:31:46 +0800 X-Google-Sender-Auth: KaelW80Re1ey2Us57TOGaWi1TEM Message-ID: Subject: Re: svn commit: r325451 - head/devel/gsettings-desktop-schemas To: Koop Mast Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Aug 2013 15:58:20 -0000 On Tue, Aug 27, 2013 at 10:19 PM, Koop Mast wrote: > Author: kwm > Date: Tue Aug 27 14:19:23 2013 > New Revision: 325451 > URL: http://svnweb.freebsd.org/changeset/ports/325451 > > Log: > Fix leftover directories warnings in ports that depend on > gsettings-desktop-schemas. > > Modified: > head/devel/gsettings-desktop-schemas/Makefile > > Modified: head/devel/gsettings-desktop-schemas/Makefile > > ============================================================================== > --- head/devel/gsettings-desktop-schemas/Makefile Tue Aug 27 > 14:08:58 2013 (r325450) > +++ head/devel/gsettings-desktop-schemas/Makefile Tue Aug 27 > 14:19:23 2013 (r325451) > @@ -4,6 +4,7 @@ > > PORTNAME= gsettings-desktop-schemas > PORTVERSION= 3.6.1 > +PORTREVISION= 1 > CATEGORIES= devel gnome > MASTER_SITES= GNOME > DIST_SUBDIR= gnome3 > @@ -18,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/fonts/conf > USE_XZ= yes > USES= gettext gmake pathfix pkgconfig > USE_PERL5_BUILD= yes > -USE_GNOME= intltool glib20 introspection:build > +USE_GNOME= intltool glib20 gnomehier introspection:build > GNU_CONFIGURE= yes > > GLIB_SCHEMAS= org.gnome.desktop.a11y.applications.gschema.xml \ > Thanks for fixing it. :)