[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / py-xcbgen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/x11/py-xcbgen/Makefile between version 1.6 and 1.18

version 1.6, 2010/01/30 16:28:00 version 1.18, 2017/08/16 20:21:17
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  
   
 DISTNAME=       xcb-proto-1.6  DISTNAME=       xcb-proto-1.12
 PKGNAME=        ${PYPKGPREFIX}-xcbgen-1.6  PKGNAME=        ${PYPKGPREFIX}-xcbgen-1.12
 PKGREVISION=    1  
 CATEGORIES=     x11  CATEGORIES=     x11
 MASTER_SITES=   http://xcb.freedesktop.org/dist/  MASTER_SITES=   https://xcb.freedesktop.org/dist/
 EXTRACT_SUFX=   .tar.bz2  EXTRACT_SUFX=   .tar.bz2
   
 MAINTAINER=     reed@reedmedia.net  MAINTAINER=     reed@reedmedia.net
 HOMEPAGE=       http://xcb.freedesktop.org/  HOMEPAGE=       https://xcb.freedesktop.org/
 COMMENT=        XCB protocol descriptions (in XML)  COMMENT=        XCB protocol descriptions (in XML)
 LICENSE=        mit # with no-advertising clause  LICENSE=        mit # with no-advertising clause
   
   DEPENDS+=       ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
 DEPENDS+=       ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat  DEPENDS+=       ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
   
 CONFLICTS+=     xcb-proto<1.4nb1  CONFLICTS+=     xcb-proto<1.4nb1
 PKG_DESTDIR_SUPPORT=    user-destdir  
   
 PYTHON_VERSIONS_ACCEPTED=       26 25  
   
 GNU_CONFIGURE=  yes  GNU_CONFIGURE=  yes
 USE_TOOLS+=     pkg-config  USE_TOOLS+=     pkg-config

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>