From 299c3ebcea056a1c61844d8dfb2a4ab87d5efaf0 Mon Sep 17 00:00:00 2001 From: pawel Date: Wed, 12 Jun 2013 09:16:56 +0000 Subject: - Update to version 3.16 - Cleanup dependencies = Switch to USES=pathfix --- x11/xnee/Makefile | 20 ++++---------------- x11/xnee/distinfo | 4 ++-- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index 797567e302a4..3634bd5b1cd5 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -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 .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" \ diff --git a/x11/xnee/distinfo b/x11/xnee/distinfo index 2e8c2a7de540..f2aa11b1a981 100644 --- a/x11/xnee/distinfo +++ b/x11/xnee/distinfo @@ -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 -- cgit