From f904b00409b2319c93d9252486fc9ba1f54e7952 Mon Sep 17 00:00:00 2001 From: miwi Date: Tue, 3 Jun 2014 05:23:29 +0000 Subject: - Update to 0.8.8 - Pass maintainership to submitter PR: 190540 Submitted by: Daniel Austin --- x11-wm/compiz-plugins-unsupported/Makefile | 5 ++--- x11-wm/compiz-plugins-unsupported/distinfo | 4 ++-- .../files/patch-src_elements_Makefile.in | 18 ------------------ 3 files changed, 4 insertions(+), 23 deletions(-) delete mode 100644 x11-wm/compiz-plugins-unsupported/files/patch-src_elements_Makefile.in (limited to 'x11-wm') diff --git a/x11-wm/compiz-plugins-unsupported/Makefile b/x11-wm/compiz-plugins-unsupported/Makefile index 6c1a95c28d1c..e9511c397958 100644 --- a/x11-wm/compiz-plugins-unsupported/Makefile +++ b/x11-wm/compiz-plugins-unsupported/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= compiz-plugins-unsupported -PORTVERSION= 0.8.4 -PORTREVISION= 6 +PORTVERSION= 0.8.8 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd-ports@dan.me.uk COMMENT= Plugins for Compiz Composite Window Manager LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo diff --git a/x11-wm/compiz-plugins-unsupported/distinfo b/x11-wm/compiz-plugins-unsupported/distinfo index b766a9f3e9b3..9bedd3bcb62b 100644 --- a/x11-wm/compiz-plugins-unsupported/distinfo +++ b/x11-wm/compiz-plugins-unsupported/distinfo @@ -1,2 +1,2 @@ -SHA256 (compiz-plugins-unsupported-0.8.4.tar.bz2) = 50b6aec773e72d5c0e2de801b83d323feb17d2399cc632a49d6641c888dd1006 -SIZE (compiz-plugins-unsupported-0.8.4.tar.bz2) = 1152247 +SHA256 (compiz-plugins-unsupported-0.8.8.tar.bz2) = 0b2ed265eda34dd60e1155280cb944bef07499f5f8178fc2498c243b2809481e +SIZE (compiz-plugins-unsupported-0.8.8.tar.bz2) = 1155793 diff --git a/x11-wm/compiz-plugins-unsupported/files/patch-src_elements_Makefile.in b/x11-wm/compiz-plugins-unsupported/files/patch-src_elements_Makefile.in deleted file mode 100644 index cea56270cc39..000000000000 --- a/x11-wm/compiz-plugins-unsupported/files/patch-src_elements_Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- src/elements/Makefile.in.orig 2009-11-03 08:45:02.000000000 -0600 -+++ src/elements/Makefile.in 2009-11-03 08:45:51.000000000 -0600 -@@ -247,12 +247,12 @@ - - BUILT_SOURCES = $(nodist_libelements_la_SOURCES) - INCLUDES = \ -- @COMPIZ_CFLAGS@ \ -+ -I$(top_srcdir)/include \ -+ @COMPIZ_CFLAGS@ \ - -DDATADIR='"$(compdatadir)"' \ - -DLIBDIR='"$(libdir)"' \ - -DLOCALEDIR="\"@datadir@/locale\"" \ -- -DIMAGEDIR='"$(imagedir)"' \ -- -I$(top_srcdir)/include -+ -DIMAGEDIR='"$(imagedir)"' - - moduledir = $(plugindir) - module_LTLIBRARIES = libelements.la -- cgit