Date: Fri, 9 May 2014 03:13:41 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353383 - head/graphics/py-glewpy Message-ID: <201405090313.s493DfBx030526@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Fri May 9 03:13:41 2014 New Revision: 353383 URL: http://svnweb.freebsd.org/changeset/ports/353383 QAT: https://qat.redports.org/buildarchive/r353383/ Log: - Stage - Pet portlint PR: ports/188916 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ Modified: head/graphics/py-glewpy/Makefile head/graphics/py-glewpy/pkg-descr Modified: head/graphics/py-glewpy/Makefile ============================================================================== --- head/graphics/py-glewpy/Makefile Fri May 9 03:08:34 2014 (r353382) +++ head/graphics/py-glewpy/Makefile Fri May 9 03:13:41 2014 (r353383) @@ -8,6 +8,7 @@ CATEGORIES= graphics python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python + PATCH_SITES= http://mirror.amdmi3.ru/distfiles/ \ ${MASTER_SITE_LOCAL:S|%SUBDIR%|amdmi3|} PATCHFILES= glewpy-${PORTVERSION}-generatedsources.diff.bz2 @@ -24,5 +25,4 @@ USE_PYDISTUTILS=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.mk> Modified: head/graphics/py-glewpy/pkg-descr ============================================================================== --- head/graphics/py-glewpy/pkg-descr Fri May 9 03:08:34 2014 (r353382) +++ head/graphics/py-glewpy/pkg-descr Fri May 9 03:13:41 2014 (r353383) @@ -3,4 +3,4 @@ Python OpenGL developer to use features image processing on the GPU. It serves as a complement to PyOpenGL and toolkits such as GLUT and SDL (pygame). -WWW: http://glewpy.sourceforge.net/ +WWW: http://glewpy.sourceforge.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405090313.s493DfBx030526>