Edit

IABSD.fr/ports/sysutils/bitrot/Makefile

Branch :

  • Show log

    Commit

  • Author : bentley
    Date : 2018-02-07 14:04:48
    Hash : 158fcb92
    Message : Update to bitrot-0.9.2. 0.9.2 bugfix: one place in the code incorrectly hardcoded UTF-8 as the filesystem encoding 0.9.1 bugfix: print the path that failed to decode with FSENCODING bugfix: when using -q, don't hide warnings about files that can't be statted or read bugfix: -s is no longer broken on Python 3 From Bryan Vyhmeister, who also takes maintainership. Thanks!

  • sysutils/bitrot/Makefile
  • # $OpenBSD: Makefile,v 1.4 2018/02/07 14:04:48 bentley Exp $
    
    COMMENT =		detects when files bit-rot
    
    MODPY_EGG_VERSION =	0.9.2
    DISTNAME =		bitrot-${MODPY_EGG_VERSION}
    
    CATEGORIES =		sysutils
    
    HOMEPAGE =		https://github.com/ambv/bitrot/
    
    MAINTAINER =		Bryan Vyhmeister <bryan@bsdjournal.net>
    
    # MIT
    PERMIT_PACKAGE_CDROM =	Yes
    
    MODPY_PI =		Yes
    MODULES =		lang/python
    MODPY_SETUPTOOLS=	Yes
    
    NO_TEST =		Yes
    
    post-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bitrot
    	${INSTALL_DATA} ${WRKSRC}/README.rst ${PREFIX}/share/doc/bitrot
    
    .include <bsd.port.mk>