svn commit: r359116 - in head/devel/py-snack: . files

William Grzybowski wg at FreeBSD.org
Tue Jun 24 18:11:45 UTC 2014


Author: wg
Date: Tue Jun 24 18:11:44 2014
New Revision: 359116
URL: http://svnweb.freebsd.org/changeset/ports/359116
QAT: https://qat.redports.org/buildarchive/r359116/

Log:
  devel/py-snack: update to 0.52.17
  
  - Add LICENSE (GPLv2)

Modified:
  head/devel/py-snack/Makefile
  head/devel/py-snack/distinfo
  head/devel/py-snack/files/setup.py.in

Modified: head/devel/py-snack/Makefile
==============================================================================
--- head/devel/py-snack/Makefile	Tue Jun 24 18:06:44 2014	(r359115)
+++ head/devel/py-snack/Makefile	Tue Jun 24 18:11:44 2014	(r359116)
@@ -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 at 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

Modified: head/devel/py-snack/distinfo
==============================================================================
--- head/devel/py-snack/distinfo	Tue Jun 24 18:06:44 2014	(r359115)
+++ head/devel/py-snack/distinfo	Tue Jun 24 18:11:44 2014	(r359116)
@@ -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

Modified: head/devel/py-snack/files/setup.py.in
==============================================================================
--- head/devel/py-snack/files/setup.py.in	Tue Jun 24 18:06:44 2014	(r359115)
+++ head/devel/py-snack/files/setup.py.in	Tue Jun 24 18:11:44 2014	(r359116)
@@ -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']


More information about the svn-ports-head mailing list