diff options
author | anholt <anholt@FreeBSD.org> | 2004-01-25 08:25:28 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-01-25 08:25:28 +0000 |
commit | e43aa3c7528b3f716bedb785a7894657208eab21 (patch) | |
tree | a82fc1c29ea73b3d4e79d1f97aebb3d9f19a5754 /x11 | |
parent | f9f0a45fd3ddc081feb9b95429c8d6097d0d4d95 (diff) | |
download | FreeBSD-ports-e43aa3c7528b3f716bedb785a7894657208eab21.zip FreeBSD-ports-e43aa3c7528b3f716bedb785a7894657208eab21.tar.gz |
Update to 0.1.1
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXdmcp/Makefile | 13 | ||||
-rw-r--r-- | x11/libXdmcp/distinfo | 3 | ||||
-rw-r--r-- | x11/libXdmcp/files/patch-Makefile.in | 11 |
3 files changed, 12 insertions, 15 deletions
diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile index c5d65c8..077179f 100644 --- a/x11/libXdmcp/Makefile +++ b/x11/libXdmcp/Makefile @@ -6,9 +6,13 @@ # PORTNAME= libXdmcp -PORTVERSION= 0.1.p1 +PORTVERSION= 0.1.1 CATEGORIES= x11 -MASTER_SITES= http://people.freebsd.org/~anholt/X/files/ +MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/:fdo \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= anholt/:local +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:fdo \ + Wraphelp2.gz:local MAINTAINER= x11@FreeBSD.org COMMENT= X Display Manager Control Protocol library @@ -20,7 +24,10 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-0.1 INSTALLS_SHLIB= yes +USE_GNOME= gnomehack pkgconfig + +post-extract: + ${GUNZIP_CMD} -c ${DISTDIR}/Wraphelp2.gz > ${WRKSRC}/Wraphelp.c .include <bsd.port.mk> diff --git a/x11/libXdmcp/distinfo b/x11/libXdmcp/distinfo index f12a7ab..22bf58b 100644 --- a/x11/libXdmcp/distinfo +++ b/x11/libXdmcp/distinfo @@ -1 +1,2 @@ -MD5 (libXdmcp-0.1.p1.tar.bz2) = 54655890a39b5ca05c04de4d74fedb22 +MD5 (libXdmcp-0.1.1.tar.bz2) = 1eee4a3ed0ad7fa148dd609b42e6a16b +MD5 (Wraphelp2.gz) = bd1910492087442288d885412e2e5535 diff --git a/x11/libXdmcp/files/patch-Makefile.in b/x11/libXdmcp/files/patch-Makefile.in deleted file mode 100644 index a8e1901..0000000 --- a/x11/libXdmcp/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Nov 10 00:10:53 2003 -+++ Makefile.in Mon Nov 10 00:11:16 2003 -@@ -204,7 +204,7 @@ - include/X11/Xdmcpconf.h - - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = xdmcp.pc - - EXTRA_DIST = xdmcp.pc.in autogen.sh include/X11/Xdmcpconf.h.in |