diff --git a/devel/py-snack/Makefile b/devel/py-snack/Makefile index 265e8f1dfd27..e8027a48f167 100644 --- a/devel/py-snack/Makefile +++ b/devel/py-snack/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= snack -PORTVERSION= 0.52.16 +PORTVERSION= 0.52.17 CATEGORIES= devel MASTER_SITES= https://fedorahosted.org/releases/n/e/newt/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,8 @@ DISTNAME= newt-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Not Eriks Windowing Toolkit Python bindings +LICENSE= GPLv2 + LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2 \ libpopt.so:${PORTSDIR}/devel/popt \ libnewt.so:${PORTSDIR}/devel/newt diff --git a/devel/py-snack/distinfo b/devel/py-snack/distinfo index ea4758162722..41048abefb0e 100644 --- a/devel/py-snack/distinfo +++ b/devel/py-snack/distinfo @@ -1,2 +1,2 @@ -SHA256 (newt-0.52.16.tar.gz) = 1b9574bc9c8fb7b25cd26e5c3f2840e8c17fde5dd09c759604925919b3589cd3 -SIZE (newt-0.52.16.tar.gz) = 183487 +SHA256 (newt-0.52.17.tar.gz) = 69837973ef2ee2fa644426f1c3e48d2b18785ebcd382ef7fd01eb2e67d2d632b +SIZE (newt-0.52.17.tar.gz) = 178920 diff --git a/devel/py-snack/files/setup.py.in b/devel/py-snack/files/setup.py.in index 19ca2cd435f0..78edd3c0c42d 100644 --- a/devel/py-snack/files/setup.py.in +++ b/devel/py-snack/files/setup.py.in @@ -7,7 +7,7 @@ setup( py_modules=['snack'], ext_modules=[ Extension( name='_snack', - sources=['snackmodule.c'], + sources=['snack.c'], include_dirs=['.', '%%LOCALBASE%%'+'/include', '%%PREFIX%%'+'/include'], library_dirs=['.', '%%LOCALBASE%%'+'/lib', '%%PREFIX%%'+'/lib'], libraries=['newt', 'popt', 'slang', 'ncurses']