Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Aug 2014 18:59:41 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364466 - head/deskutils/gnote
Message-ID:  <53e66f9d.294b.7db4873c@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Aug  9 18:59:41 2014
New Revision: 364466
URL: http://svnweb.freebsd.org/changeset/ports/364466
QAT: https://qat.redports.org/buildarchive/r364466/

Log:
  Finish stage support

Modified:
  head/deskutils/gnote/Makefile
  head/deskutils/gnote/pkg-plist

Modified: head/deskutils/gnote/Makefile
==============================================================================
--- head/deskutils/gnote/Makefile	Sat Aug  9 18:55:02 2014	(r364465)
+++ head/deskutils/gnote/Makefile	Sat Aug  9 18:59:41 2014	(r364466)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnote
 PORTVERSION=	0.7.6
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	GNOME
 
@@ -32,7 +32,6 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--disable-dbus
 DOCS=		AUTHORS ChangeLog NEWS README TODO
-MAN1=		gnote.1
 
 OPTIONS_DEFINE=	DOCS APPLET
 OPTIONS_DEFAULT=APPLET

Modified: head/deskutils/gnote/pkg-plist
==============================================================================
--- head/deskutils/gnote/pkg-plist	Sat Aug  9 18:55:02 2014	(r364465)
+++ head/deskutils/gnote/pkg-plist	Sat Aug  9 18:59:41 2014	(r364466)
@@ -31,6 +31,7 @@ lib/gnote/addins/%%VERSION%%/underline.l
 lib/gnote/addins/%%VERSION%%/underline.so
 %%APPLET%%libdata/bonobo/servers/GNOME_GnoteApplet.server
 %%APPLET%%libexec/gnote-applet
+man/man1/gnote.1.gz
 share/applications/gnote.desktop
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e66f9d.294b.7db4873c>