From owner-svn-ports-all@FreeBSD.ORG Fri May 9 03:13:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57B95B4B; Fri, 9 May 2014 03:13:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 457B090E; Fri, 9 May 2014 03:13:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s493DgHk030537; Fri, 9 May 2014 03:13:42 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s493DfBx030526; Fri, 9 May 2014 03:13:41 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201405090313.s493DfBx030526@svn.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 9 May 2014 03:13:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353383 - head/graphics/py-glewpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2014 03:13:42 -0000 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 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 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/