diff options
author | anholt <anholt@FreeBSD.org> | 2004-01-25 08:12:18 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-01-25 08:12:18 +0000 |
commit | 6a25fd0c273d5234986c2236407e9e52144a9846 (patch) | |
tree | 390eeb7828f9d804249a1d7f2ce6136b188fec98 /x11 | |
parent | 592263aa9a3af617b62a7ce37feff6a7b36876f8 (diff) | |
download | FreeBSD-ports-6a25fd0c273d5234986c2236407e9e52144a9846.zip FreeBSD-ports-6a25fd0c273d5234986c2236407e9e52144a9846.tar.gz |
Update to 6.6.1
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xproto/Makefile | 6 | ||||
-rw-r--r-- | x11/xproto/distinfo | 2 | ||||
-rw-r--r-- | x11/xproto/files/patch-Makefile.in | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile index 03ddfcf..649d930 100644 --- a/x11/xproto/Makefile +++ b/x11/xproto/Makefile @@ -6,9 +6,9 @@ # PORTNAME= xproto -PORTVERSION= 6.6.p2 +PORTVERSION= 6.6.1 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ +MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X11 protocol headers @@ -19,6 +19,6 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-6.6 +USE_GNOME= gnomehack .include <bsd.port.mk> diff --git a/x11/xproto/distinfo b/x11/xproto/distinfo index 3ba996f..6d683d6 100644 --- a/x11/xproto/distinfo +++ b/x11/xproto/distinfo @@ -1 +1 @@ -MD5 (xproto-6.6.p2.tar.bz2) = 95f894aed6538841902dee5a60ce2fb7 +MD5 (xproto-6.6.1.tar.bz2) = 8a7546a607dcd61b2ee595c763fd7f85 diff --git a/x11/xproto/files/patch-Makefile.in b/x11/xproto/files/patch-Makefile.in deleted file mode 100644 index e87e734..0000000 --- a/x11/xproto/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun Nov 9 22:47:17 2003 -+++ Makefile.in Sun Nov 9 22:47:29 2003 -@@ -133,7 +133,7 @@ - keysymdef.h - - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = xproto.pc - - EXTRA_DIST = autogen.sh xproto.pc.in |