From owner-svn-ports-head@FreeBSD.ORG Fri Aug 30 17:28:33 2013 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 ESMTP id C91F4404; Fri, 30 Aug 2013 17:28:33 +0000 (UTC) (envelope-from kwm@FreeBSD.org) 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 B3DE423BD; Fri, 30 Aug 2013 17:28:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7UHSXnA087406; Fri, 30 Aug 2013 17:28:33 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7UHSXAS087404; Fri, 30 Aug 2013 17:28:33 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201308301728.r7UHSXAS087404@svn.freebsd.org> From: Koop Mast Date: Fri, 30 Aug 2013 17:28:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325712 - in head/devel: dconf dconf-editor 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.14 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: Fri, 30 Aug 2013 17:28:33 -0000 Author: kwm Date: Fri Aug 30 17:28:32 2013 New Revision: 325712 URL: http://svnweb.freebsd.org/changeset/ports/325712 Log: Fix plist for dconf-editor, allow slave ports to overwrite PORTREVISION. Modified: head/devel/dconf-editor/pkg-plist head/devel/dconf/Makefile Modified: head/devel/dconf-editor/pkg-plist ============================================================================== --- head/devel/dconf-editor/pkg-plist Fri Aug 30 16:49:43 2013 (r325711) +++ head/devel/dconf-editor/pkg-plist Fri Aug 30 17:28:32 2013 (r325712) @@ -1,6 +1,7 @@ bin/dconf-editor share/applications/dconf-editor.desktop share/dconf-editor/dconf-editor.ui +share/dconf-editor/dconf-editor-menu.ui share/icons/hicolor/128x128/apps/dconf-editor.png share/icons/hicolor/32x32/apps/dconf-editor.png share/icons/hicolor/48x48/apps/dconf-editor.png Modified: head/devel/dconf/Makefile ============================================================================== --- head/devel/dconf/Makefile Fri Aug 30 16:49:43 2013 (r325711) +++ head/devel/dconf/Makefile Fri Aug 30 17:28:32 2013 (r325712) @@ -4,7 +4,7 @@ PORTNAME?= dconf PORTVERSION= 0.14.1 -PORTREVISION= 0 +PORTREVISION?= 0 CATEGORIES= devel gnome MASTER_SITES= GNOME DISTNAME= dconf-${PORTVERSION}