FreeBSD Bugzilla – Attachment 195569 Details for
Bug 230115
devel/py-game: Renamed to devel/py-pygame, Adopted, and updated to 1.9.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update/Rename/Adopt
pygame.diff (text/plain), 2.16 KB, created by
Nathan
on 2018-07-29 00:43:46 UTC
(
hide
)
Description:
Update/Rename/Adopt
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-07-29 00:43:46 UTC
Size:
2.16 KB
patch
obsolete
>Index: devel/py-pygame/Makefile >=================================================================== >--- devel/py-pygame/Makefile (revision 475606) >+++ devel/py-pygame/Makefile (working copy) >@@ -1,15 +1,13 @@ > # Created by: Maxim Sobolev <sobomax@FreeBSD.org> > # $FreeBSD$ > >-PORTNAME= game >-PORTVERSION= 1.9.1 >-PORTREVISION= 7 >+PORTNAME= pygame >+PORTVERSION= 1.9.4 > CATEGORIES= devel python >-MASTER_SITES= http://pygame.seul.org/ftp/ >+MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >-DISTNAME= py${PORTNAME}-${PORTVERSION}release > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= ndowens.fbsd@yandex.com > COMMENT= Module designed to write games in Python > > LICENSE= LGPL21 >@@ -16,11 +14,13 @@ > LICENSE_FILE= ${WRKSRC}/LGPL > > LIB_DEPENDS= libsmpeg.so:multimedia/smpeg >-RUN_DEPENDS= ${PYNUMPY} >+RUN_DEPENDS= ${PYNUMPY} \ >+ v4l_compat>0:multimedia/v4l_compat >+BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat > > USES= dos2unix python > DOS2UNIX_FILES= src/scale_mmx64.c >-USE_SDL= ttf image mixer sdl >+USE_SDL= ttf image mixer > USE_PYTHON= autoplist distutils > > SDLNOX11= sdl-nox11-[0-9]* >@@ -48,6 +48,9 @@ > > post-install-EXAMPLES-on: > @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ >+#Remove Un-needed macosx files >+ @${RM} -r ${WRKSRC}/examples/macosx > ${TAR} -C ${WRKSRC}/examples -cf - . | \ > ${TAR} --unlink -C ${STAGEDIR}${EXAMPLESDIR} -xf - > >@@ -54,6 +57,6 @@ > post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${TAR} -C ${WRKSRC}/docs -cf - . | \ >- ${TAR} --unlink -C ${STAGEDIR}${DOCSDIR} -xf - >+ ${TAR} --unlink -C ${STAGEDIR}${DOCSDIR} -xf - > > .include <bsd.port.mk> >Index: devel/py-pygame/distinfo >=================================================================== >--- devel/py-pygame/distinfo (revision 475606) >+++ devel/py-pygame/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (pygame-1.9.1release.tar.gz) = a26095472ae4be9631e0d5bfb9a52ac57a3a091e45757913128e4a473807d433 >-SIZE (pygame-1.9.1release.tar.gz) = 2134254 >+TIMESTAMP = 1532517635 >+SHA256 (pygame-1.9.4.tar.gz) = 700d1781c999af25d11bfd1f3e158ebb660f72ebccb2040ecafe5069d0b2c0b6 >+SIZE (pygame-1.9.4.tar.gz) = 4806863 >Index: devel/py-pygame/pkg-descr >===================================================================
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 230115
:
195539
|
195540
|
195541
|
195542
|
195546
| 195569 |
195571