Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2013 17:28:33 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
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
Message-ID:  <201308301728.r7UHSXAS087404@svn.freebsd.org>

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



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