svn commit: r325712 - in head/devel: dconf dconf-editor

Koop Mast kwm at FreeBSD.org
Fri Aug 30 17:28:33 UTC 2013


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}


More information about the svn-ports-head mailing list