aboutsummaryrefslogtreecommitdiffstats
path: root/x11/compositeext
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2004-01-25 16:16:57 +0800
committeranholt <anholt@FreeBSD.org>2004-01-25 16:16:57 +0800
commit21469585c570c8b7425bc8d121eb4e745a0d672b (patch)
treeb895a8d93199385fc3bcf2d9e58335542b220d61 /x11/compositeext
parent1f68b2efa5e65e2a5d58963e6fc947b7765f67f2 (diff)
downloadfreebsd-ports-gnome-21469585c570c8b7425bc8d121eb4e745a0d672b.tar.gz
freebsd-ports-gnome-21469585c570c8b7425bc8d121eb4e745a0d672b.tar.zst
freebsd-ports-gnome-21469585c570c8b7425bc8d121eb4e745a0d672b.zip
Update to 2.0
Diffstat (limited to 'x11/compositeext')
-rw-r--r--x11/compositeext/Makefile9
-rw-r--r--x11/compositeext/distinfo2
-rw-r--r--x11/compositeext/files/patch-Makefile.in11
3 files changed, 5 insertions, 17 deletions
diff --git a/x11/compositeext/Makefile b/x11/compositeext/Makefile
index 677e27f60ba0..3524063459c9 100644
--- a/x11/compositeext/Makefile
+++ b/x11/compositeext/Makefile
@@ -6,16 +6,15 @@
#
PORTNAME= compositeext
-PORTVERSION= 2.0.p1
+PORTVERSION= 2.0
CATEGORIES= x11
-MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/
+MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
MAINTAINER= x11@FreeBSD.org
COMMENT= X Composite extension headers and specification
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/fixesext.pc:${PORTSDIR}/x11/fixesext
-BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \
- ${LIB_PC_DEPENDS}
+BUILD_DEPENDS= ${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}
USE_BZIP2= yes
@@ -24,6 +23,6 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
NO_BUILD= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-2.0
+USE_GNOME= gnomehack pkgconfig
.include <bsd.port.mk>
diff --git a/x11/compositeext/distinfo b/x11/compositeext/distinfo
index 16a2d1e995d4..d618a0e98e46 100644
--- a/x11/compositeext/distinfo
+++ b/x11/compositeext/distinfo
@@ -1 +1 @@
-MD5 (compositeext-2.0.p1.tar.bz2) = 2cb608e6d69c190bdf1d74f8f6eae060
+MD5 (compositeext-2.0.tar.bz2) = 315ce9665059f1b2f4067cc8bd7ecf44
diff --git a/x11/compositeext/files/patch-Makefile.in b/x11/compositeext/files/patch-Makefile.in
deleted file mode 100644
index 7794322a5cdc..000000000000
--- a/x11/compositeext/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Thu Nov 13 13:47:39 2003
-+++ Makefile.in Thu Nov 13 13:54:09 2003
-@@ -126,7 +126,7 @@
- compositeextdocdir = $(datadir)/doc/compositeext
- compositeextdoc_DATA = protocol
-
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = compositeext.pc
-
- EXTRA_DIST = autogen.sh compositeext.pc.in $(compositeextdoc_DATA)