diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-01-25 08:13:03 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-01-25 08:13:03 +0000 |
commit | 62495c27e36bb143c796a6c8a3cf57e64dbf143f (patch) | |
tree | df934a284c8167e94b1fb5b794a8eeeb45539de2 /x11 | |
parent | Update to 1.0.1 (diff) |
Update to 2.0.1
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fixesext/Makefile | 9 | ||||
-rw-r--r-- | x11/fixesext/distinfo | 2 | ||||
-rw-r--r-- | x11/fixesext/files/patch-Makefile.in | 11 |
3 files changed, 5 insertions, 17 deletions
diff --git a/x11/fixesext/Makefile b/x11/fixesext/Makefile index 354b5437840d..9e0337037903 100644 --- a/x11/fixesext/Makefile +++ b/x11/fixesext/Makefile @@ -6,16 +6,15 @@ # PORTNAME= fixesext -PORTVERSION= 2.0.p2 +PORTVERSION= 2.0.1 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ +MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X Fixes extension headers and specification LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions -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/fixesext/distinfo b/x11/fixesext/distinfo index 42ed68eecaa1..fc48b22e9af1 100644 --- a/x11/fixesext/distinfo +++ b/x11/fixesext/distinfo @@ -1 +1 @@ -MD5 (fixesext-2.0.p2.tar.bz2) = 386ee5346f162c443bd8c8905784491c +MD5 (fixesext-2.0.1.tar.bz2) = 6cc725db32346058a4adeef283335ae1 diff --git a/x11/fixesext/files/patch-Makefile.in b/x11/fixesext/files/patch-Makefile.in deleted file mode 100644 index 6ba01bb85635..000000000000 --- a/x11/fixesext/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun Nov 9 22:38:12 2003 -+++ Makefile.in Sun Nov 9 22:38:22 2003 -@@ -125,7 +125,7 @@ - fixesextdocdir = $(datadir)/doc/fixesext - fixesextdoc_DATA = protocol - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = fixesext.pc - - EXTRA_DIST = autogen.sh fixesext.pc.in $(fixesextdoc_DATA) |