Hi, the following patch updates x11/xcursorgen and x11/xcursor-themes to their latest released X.org versions.
I also adjusted WANTLIB and added new style spaces around '=' signs and ran make lib-depends-check on xcursorgen. ok? Index: xcursor-themes/Makefile =================================================================== RCS file: /cvs/OpenBSD/ports/x11/xcursor-themes/Makefile,v retrieving revision 1.11 diff -u -p -u -r1.11 Makefile --- xcursor-themes/Makefile 11 Mar 2013 11:46:17 -0000 1.11 +++ xcursor-themes/Makefile 16 Mar 2014 18:41:06 -0000 @@ -1,26 +1,25 @@ # $OpenBSD: Makefile,v 1.11 2013/03/11 11:46:17 espie Exp $ -COMMENT= X11 Cursors themes -DISTNAME= xcursor-themes-1.0.2 -REVISION= 0 -CATEGORIES= x11 +COMMENT = X11 Cursors themes +DISTNAME = xcursor-themes-1.0.4 +CATEGORIES = x11 -HOMEPAGE= http://wiki.X.Org/ +HOMEPAGE = http://wiki.X.Org/ -MAINTAINER= Matthieu Herrb <[email protected]> +MAINTAINER = Matthieu Herrb <[email protected]> -BUILD_DEPENDS= x11/xcursorgen>=7 +BUILD_DEPENDS = x11/xcursorgen>=7 # X11 -PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_CDROM = Yes -MASTER_SITES= ftp://ftp.x.org/pub/individual/data/ \ +MASTER_SITES = ftp://ftp.x.org/pub/individual/data/ \ ftp://x.mirrors.skynet.be/pub/ftp.x.org/pub/individual/data/ -CONFIGURE_STYLE= gnu -CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" -CONFIGURE_ARGS= --with-cursordir=${LOCALBASE}/lib/X11/icons +CONFIGURE_STYLE = gnu +CONFIGURE_ENV = LOCALBASE="${LOCALBASE}" +CONFIGURE_ARGS = --with-cursordir=${LOCALBASE}/lib/X11/icons -NO_TEST= Yes +NO_TEST = Yes .include <bsd.port.mk> Index: xcursor-themes/distinfo =================================================================== RCS file: /cvs/OpenBSD/ports/x11/xcursor-themes/distinfo,v retrieving revision 1.3 diff -u -p -u -r1.3 distinfo --- xcursor-themes/distinfo 19 Oct 2009 20:30:06 -0000 1.3 +++ xcursor-themes/distinfo 16 Mar 2014 18:23:55 -0000 @@ -1,5 +1,2 @@ -MD5 (xcursor-themes-1.0.2.tar.gz) = vyahjQSVX7N6ivH4aXTIYw== -RMD160 (xcursor-themes-1.0.2.tar.gz) = KgrR0svmRi/2pA13qXrBjNvWTa4= -SHA1 (xcursor-themes-1.0.2.tar.gz) = YozO0L4+ZogeiUiue50DgDvA5sI= -SHA256 (xcursor-themes-1.0.2.tar.gz) = JhjhCqjZUw8QD7XziwnndgKigROZAlMIHoZbIk9DnzM= -SIZE (xcursor-themes-1.0.2.tar.gz) = 2474318 +SHA256 (xcursor-themes-1.0.4.tar.gz) = jtI7qxOkAQ/k6Vs37vtjTjGsfLgkC4s7fZGcOi2wlQM= +SIZE (xcursor-themes-1.0.4.tar.gz) = 2549600 Index: xcursorgen/Makefile =================================================================== RCS file: /cvs/OpenBSD/ports/x11/xcursorgen/Makefile,v retrieving revision 1.26 diff -u -p -u -r1.26 Makefile --- xcursorgen/Makefile 11 Oct 2013 23:51:56 -0000 1.26 +++ xcursorgen/Makefile 16 Mar 2014 18:29:08 -0000 @@ -1,8 +1,8 @@ # $OpenBSD: Makefile,v 1.26 2013/10/11 23:51:56 naddy Exp $ COMMENT = X11 Cursors themes generator -DIST_VERS = 1.0.4 -XORG_VERS = 7.6 +DIST_VERS = 1.0.5 +XORG_VERS = 7.7 DISTNAME = xcursorgen-${DIST_VERS} PKGNAME = xcursorgen-${XORG_VERS} CATEGORIES = x11 @@ -19,7 +19,7 @@ PERMIT_PACKAGE_CDROM = Yes MASTER_SITES = ftp://ftp.x.org/pub/individual/app/ \ ftp://x.mirrors.skynet.be/pub/ftp.x.org/pub/X11R${XORG_VERS}/src/app/ -WANTLIB = Xcursor X11 c m png z +WANTLIB = Xcursor X11 c png SEPARATE_BUILD = Yes AUTOCONF_VERSION = 2.65 Index: xcursorgen/distinfo =================================================================== RCS file: /cvs/OpenBSD/ports/x11/xcursorgen/distinfo,v retrieving revision 1.10 diff -u -p -u -r1.10 distinfo --- xcursorgen/distinfo 17 Jul 2011 08:34:46 -0000 1.10 +++ xcursorgen/distinfo 16 Mar 2014 18:18:52 -0000 @@ -1,5 +1,2 @@ -MD5 (xcursorgen-1.0.4.tar.gz) = STVAjO5WJZOfPlwRHmhorg== -RMD160 (xcursorgen-1.0.4.tar.gz) = kn9H3X7UcoWsDlXF9K8SlS2Biv4= -SHA1 (xcursorgen-1.0.4.tar.gz) = mCOtJp0l2rkjtxlIg+UQi31vrXE= -SHA256 (xcursorgen-1.0.4.tar.gz) = 8LJNuKODvu3D3iZcNM3exHiDUa6HUILMIznrk4AIFj0= -SIZE (xcursorgen-1.0.4.tar.gz) = 126599 +SHA256 (xcursorgen-1.0.5.tar.gz) = s3ryRRDXKu6E3He08XVYTdLgvLpSXwhxLmvCrJ/OQGs= +SIZE (xcursorgen-1.0.5.tar.gz) = 142893 -- Matthieu Herrb
