Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/x11/xcb-util/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/xcb-util/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.12 diff -u -p -r1.3 -r1.12 --- pkgsrc/x11/xcb-util/Makefile 2009/05/29 09:28:17 1.3 +++ pkgsrc/x11/xcb-util/Makefile 2017/08/16 20:21:17 1.12 @@ -1,30 +1,22 @@ -# $NetBSD: Makefile,v 1.3 2009/05/29 09:28:17 wiz Exp $ -# +# $NetBSD: Makefile,v 1.12 2017/08/16 20:21:17 wiz Exp $ -DISTNAME= xcb-util-0.3.5 +DISTNAME= xcb-util-0.4.0 CATEGORIES= x11 -MASTER_SITES= http://xcb.freedesktop.org/dist/ +MASTER_SITES= https://xcb.freedesktop.org/dist/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= bjs@NetBSD.org -HOMEPAGE= http://xcb.freedesktop.org/ +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://xcb.freedesktop.org/ COMMENT= XCB Utilities -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config gmake +USE_TOOLS+= pkg-config gmake gm4 USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE+= atom/xcb-atom.pc.in -PKGCONFIG_OVERRIDE+= aux/xcb-aux.pc.in -PKGCONFIG_OVERRIDE+= event/xcb-event.pc.in -PKGCONFIG_OVERRIDE+= icccm/xcb-icccm.pc.in -PKGCONFIG_OVERRIDE+= image/xcb-image.pc.in -PKGCONFIG_OVERRIDE+= keysyms/xcb-keysyms.pc.in -PKGCONFIG_OVERRIDE+= property/xcb-property.pc.in -PKGCONFIG_OVERRIDE+= renderutil/xcb-renderutil.pc.in -PKGCONFIG_OVERRIDE+= reply/xcb-reply.pc.in +PKGCONFIG_OVERRIDE+= xcb-util.pc.in +PKGCONFIG_OVERRIDE+= xcb-atom.pc.in +PKGCONFIG_OVERRIDE+= xcb-event.pc.in +PKGCONFIG_OVERRIDE+= xcb-aux.pc.in .include "../../devel/gperf/buildlink3.mk" .include "../../x11/libxcb/buildlink3.mk"