svn commit: r364466 - head/deskutils/gnote

Antoine Brodin antoine at FreeBSD.org
Sat Aug 9 18:59:42 UTC 2014


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


More information about the svn-ports-head mailing list