| Summary: | [PATCH] graphics/py-glewpy: stage | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Bartek Rutkowski <robak> | ||||
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | acm | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Bartek Rutkowski
2014-04-23 14:50:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool) 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/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks. |