Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 12:32:35 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341986 - head/x11/xnee
Message-ID:  <201401311232.s0VCWZwU099729@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Fri Jan 31 12:32:35 2014
New Revision: 341986
URL: http://svnweb.freebsd.org/changeset/ports/341986
QAT: https://qat.redports.org/buildarchive/r341986/

Log:
  - Update to version 3.17
  - Remove obsolete and broken PNEE option
  - Use INFO for info page

Modified:
  head/x11/xnee/Makefile
  head/x11/xnee/distinfo
  head/x11/xnee/pkg-plist

Modified: head/x11/xnee/Makefile
==============================================================================
--- head/x11/xnee/Makefile	Fri Jan 31 12:32:19 2014	(r341985)
+++ head/x11/xnee/Makefile	Fri Jan 31 12:32:35 2014	(r341986)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	xnee
-PORTVERSION=	3.16
+PORTVERSION=	3.17
 CATEGORIES=	x11
 MASTER_SITES=	GNU
 
 MAINTAINER=	pawel@FreeBSD.org
-COMMENT=	X events recorder and player
+COMMENT=	X11 events recorder and player
 
 LICENSE=	GPLv3
 
@@ -17,30 +17,23 @@ USES=		gmake pathfix
 
 CONFIGURE_ARGS=	--enable-cli --disable-doc --disable-xinput2
 
-OPTIONS_DEFINE=	GNEE PNEE
+INFO=		${PORTNAME}
+
+OPTIONS_DEFINE=	GNEE
 OPTIONS_SUB=	yes
-GNEE_DESC=	GUI frontend
-PNEE_DESC=	GNOME panel frontend
 
+GNEE_DESC=	GUI frontend
 GNEE_CONFIGURE_ENABLE=	gui
-PNEE_CONFIGURE_ENABLE=	gnome-applet
+GNEE_USES=	pkgconfig
+GNEE_USE=	GNOME=gtk20
 
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGNEE}
-USE_GNOME+=	gtk20
-DESKTOP_ENTRIES=	"Gnee" "${COMMENT}" "${PORTNAME}.png" \
+DESKTOP_ENTRIES=	"Gnee" "" "${PORTNAME}.png" \
 			"gnee" "Development;" true
 .endif
 
-.if ${PORT_OPTIONS:MPNEE}
-BROKEN=		Does not build, needs newer gnomepanel
-USE_GNOME+=	gnomepanel
-.else
-CONFIGURE_ENV+=	libgnomeui_CFLAGS="${TRUE}" \
-		libgnomeui_LIBS="${TRUE}"
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|$${libdir}/gnome-panel|$${prefix}/libexec|g ; \
@@ -58,10 +51,6 @@ post-patch:
 		 s|$$(libgnomeui_LIBS)||g' ${WRKSRC}/gnee/src/Makefile.in
 	@${REINPLACE_CMD} -e \
 		's|src test|src|g' ${WRKSRC}/libxnee/Makefile.in
-	@${REINPLACE_CMD} -e \
-		's|cp pnee|$$(INSTALL_DATA) pnee|g' ${WRKSRC}/pnee/Makefile.in
-	@${REINPLACE_CMD} -e \
-		's|cp $$(PNEE)|$$(INSTALL_PROGRAM) $$(PNEE)|g' ${WRKSRC}/pnee/src/Makefile.in
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${STAGEDIR}${PREFIX}/${INFO_PATH}

Modified: head/x11/xnee/distinfo
==============================================================================
--- head/x11/xnee/distinfo	Fri Jan 31 12:32:19 2014	(r341985)
+++ head/x11/xnee/distinfo	Fri Jan 31 12:32:35 2014	(r341986)
@@ -1,2 +1,2 @@
-SHA256 (xnee-3.16.tar.gz) = 07393d84d7abfab607b5ba078a0c32411815b7c883317356f6b92f7bbf3176fe
-SIZE (xnee-3.16.tar.gz) = 1798348
+SHA256 (xnee-3.17.tar.gz) = c76d1c8b9deff2e52721e474cb69cf092c0d72212c916c6dacc94e33618c8638
+SIZE (xnee-3.17.tar.gz) = 1860037

Modified: head/x11/xnee/pkg-plist
==============================================================================
--- head/x11/xnee/pkg-plist	Fri Jan 31 12:32:19 2014	(r341985)
+++ head/x11/xnee/pkg-plist	Fri Jan 31 12:32:35 2014	(r341986)
@@ -1,20 +1,11 @@
 bin/cnee
 %%GNEE%%bin/gnee
-info/xnee.info
-%%PNEE%%libdata/bonobo/servers/pnee.server
-%%PNEE%%libexec/pnee
 man/man1/cnee.1.gz
 %%GNEE%%man/man1/gnee.1.gz
-%%PNEE%%man/man1/pnee.1.gz
 man/man1/xnee.1.gz
 share/pixmaps/xnee.png
 share/pixmaps/xnee.xpm
 %%DATADIR%%/example1.xns
 %%DATADIR%%/simple_bash.sh
 %%DATADIR%%/xnee.sh
-%%PNEE%%%%DATADIR%%/pixmaps/pnee-record.png
-%%PNEE%%%%DATADIR%%/pixmaps/pnee-replay.png
-%%PNEE%%%%DATADIR%%/pixmaps/pnee-stop-mini.png
-%%PNEE%%%%DATADIR%%/pixmaps/pnee-stop.png
-%%PNEE%%@dirrm %%DATADIR%%/pixmaps
 @dirrm %%DATADIR%%



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