Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2013 09:16:56 +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: r320673 - head/x11/xnee
Message-ID:  <201306120916.r5C9GuV7025268@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Wed Jun 12 09:16:56 2013
New Revision: 320673
URL: http://svnweb.freebsd.org/changeset/ports/320673

Log:
  - Update to version 3.16
  - Cleanup dependencies
  = Switch to USES=pathfix

Modified:
  head/x11/xnee/Makefile
  head/x11/xnee/distinfo   (contents, props changed)

Modified: head/x11/xnee/Makefile
==============================================================================
--- head/x11/xnee/Makefile	Wed Jun 12 09:01:38 2013	(r320672)
+++ head/x11/xnee/Makefile	Wed Jun 12 09:16:56 2013	(r320673)
@@ -2,22 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	xnee
-PORTVERSION=	3.15
-PORTREVISION=	1
+PORTVERSION=	3.16
 CATEGORIES=	x11
 MASTER_SITES=	GNU
 
 MAINTAINER=	pawel@FreeBSD.org
 COMMENT=	X events recorder and player
 
-LIB_DEPENDS=	pthread-stubs:${PORTSDIR}/devel/libpthread-stubs
-
 LICENSE=	GPLv3
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_XORG=	x11 xau xcb xdmcp xext xi xtst
-USE_GNOME=	gnomehack
+USE_XORG=	xtst
+USES=		pathfix
 MAKE_JOBS_SAFE=	yes
 
 CONFIGURE_ARGS=	--enable-cli --disable-doc --disable-xinput2
@@ -32,17 +29,8 @@ PNEE_DESC=	GNOME panel frontend
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGNEE}
-LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre \
-		cairo:${PORTSDIR}/graphics/cairo \
-		png15:${PORTSDIR}/graphics/png \
-		freetype:${PORTSDIR}/print/freetype2 \
-		expat:${PORTSDIR}/textproc/expat2 \
-		fontconfig:${PORTSDIR}/x11-fonts/fontconfig
-
 CONFIGURE_ARGS+=--enable-gui
-USES+=		gettext iconv
-USE_XORG+=	pixman xcomposite xcursor xdamage xfixes xinerama xrandr xrender
-USE_GNOME+=	gdkpixbuf2 gtk20 libgnomeui
+USE_GNOME+=	gtk20
 MAN1+=		gnee.1
 PLIST_SUB+=	GNEE=""
 DESKTOP_ENTRIES=	"Gnee" "${COMMENT}" "${PORTNAME}.png" \

Modified: head/x11/xnee/distinfo
==============================================================================
--- head/x11/xnee/distinfo	Wed Jun 12 09:01:38 2013	(r320672)
+++ head/x11/xnee/distinfo	Wed Jun 12 09:16:56 2013	(r320673)
@@ -1,2 +1,2 @@
-SHA256 (xnee-3.15.tar.gz) = 56e0b1cca36ebf95b6f7c82c7028ab8a9b5003728ca1044016031b489bc3e8cd
-SIZE (xnee-3.15.tar.gz) = 1776676
+SHA256 (xnee-3.16.tar.gz) = 07393d84d7abfab607b5ba078a0c32411815b7c883317356f6b92f7bbf3176fe
+SIZE (xnee-3.16.tar.gz) = 1798348



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