FreeBSD Bugzilla – Attachment 204785 Details for
Bug 238295
games/beret: Use GitLab, Add LICENSE_FILE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn .diff
beret-1.2.1.diff (text/plain), 3.17 KB, created by
Alfonso S. Siciliano
on 2019-06-02 18:45:19 UTC
(
hide
)
Description:
svn .diff
Filename:
MIME Type:
Creator:
Alfonso S. Siciliano
Created:
2019-06-02 18:45:19 UTC
Size:
3.17 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 503322) >+++ Makefile (working copy) >@@ -3,7 +3,6 @@ > > PORTNAME= beret > PORTVERSION= 1.2.1 >-DISTVERSIONPREFIX= v > CATEGORIES= games > > MAINTAINER= alfix86@gmail.com >@@ -10,21 +9,28 @@ > COMMENT= 2D puzzle-platformer game > > LICENSE= LGPL3 >+LICENSE_FILE= ${WRKSRC}/lgpl-3.0.txt > > RUN_DEPENDS= ${LOCALBASE}/share/fonts/averiagwf/AveriaSansGWF-Regular.ttf:x11-fonts/averiagwf > >-USE_GITHUB= yes >-GH_ACCOUNT= alfonsosiciliano >-GH_PROJECT= beret-freebsd >+USES= sdl >+USE_SDL= image ttf mixer > >-USE_SDL= sdl image ttf mixer > MAKEFILE= BSDmakefile > >-WORKINGSRC= ${WRKDIR}/${GH_PROJECT}-${PORTVERSION} >+USE_GITLAB= yes >+GL_ACCOUNT= alfix >+GL_PROJECT= ${PORTNAME}-freebsd >+GL_COMMIT= ab3c397400be60ce69903389727acf6cdf0a3119 >+ > DATADIR= ${PREFIX}/share/${PORTNAME} > >-DESKTOP_ENTRIES="Beret" "" "beret" \ >- "beret" "" false >+DESKTOP_ENTRIES= "Beret" \ >+ "2D puzzle-platformer" \ >+ "" \ >+ "beret" \ >+ "Game;" \ >+ false > > PORTDOCS= README.txt > >@@ -37,13 +43,13 @@ > @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/game.c > > do-install: >- ${INSTALL_PROGRAM} ${WORKINGSRC}/beret ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_PROGRAM} ${WRKSRC}/beret ${STAGEDIR}${PREFIX}/bin > ${MKDIR} ${STAGEDIR}${DOCSDIR} >- cd ${WORKINGSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} >+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} > ${MKDIR} ${STAGEDIR}${DATADIR} > .for datadir in images music rooms sfx > ${MKDIR} ${STAGEDIR}${DATADIR}/${datadir} >- cd ${WORKINGSRC}/${datadir} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/${datadir} >+ cd ${WRKSRC}/${datadir} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/${datadir} > .endfor > cd ${STAGEDIR}${DATADIR} && ${LN} -s ${FONTDIR_DEP}/${FONT_DEP} ${FONT_DEP} > >Index: distinfo >=================================================================== >--- distinfo (revision 503322) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1491776962 >-SHA256 (alfonsosiciliano-beret-freebsd-v1.2.1_GH0.tar.gz) = 05249f49cbe7bd81f586c5ba8a4ed6a5a1b399b4067d5ee7784acb777d44d474 >-SIZE (alfonsosiciliano-beret-freebsd-v1.2.1_GH0.tar.gz) = 44732496 >+TIMESTAMP = 1559416334 >+SHA256 (alfix-beret-freebsd-ab3c397400be60ce69903389727acf6cdf0a3119_GL0.tar.gz) = 0527f1f2cf472f8359e424f276b1bb2279aa18e584f7fe6dd9dfa7da8bf4c5aa >+SIZE (alfix-beret-freebsd-ab3c397400be60ce69903389727acf6cdf0a3119_GL0.tar.gz) = 44734556 >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 503322) >+++ pkg-descr (working copy) >@@ -1,7 +1,7 @@ >-Beret is a 2D puzzle-platformer game about a scientist named Beret >-who has gained telekinetic abilities through his research at the >-Evil Corporation. He decides that the Evil Corporation is too evil >-for his liking, and begins his solitary quest to overthrow the >+Beret is a 2D puzzle-platformer game about a scientist named Beret >+who has gained telekinetic abilities through his research at the >+Evil Corporation. He decides that the Evil Corporation is too evil >+for his liking, and begins his solitary quest to overthrow the > corporation and punish the evil deeds of his employers. > > Beret has:
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
Flags:
asiciliano
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 238295
: 204785