diff options
author | anholt <anholt@FreeBSD.org> | 2004-01-25 16:13:03 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-01-25 16:13:03 +0800 |
commit | c4dfcc79a8a8c2bcfd929094b05f405c03d168d4 (patch) | |
tree | f5601e6b7f31f9f643399a2ce4957b7adc03e114 | |
parent | 8bfbb747a54eda6c80e0e49af63779e83f4673b1 (diff) | |
download | freebsd-ports-gnome-c4dfcc79a8a8c2bcfd929094b05f405c03d168d4.tar.gz freebsd-ports-gnome-c4dfcc79a8a8c2bcfd929094b05f405c03d168d4.tar.zst freebsd-ports-gnome-c4dfcc79a8a8c2bcfd929094b05f405c03d168d4.zip |
Update to 2.0.1
-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) |