Index: head/games/legend-of-edgar/Makefile =================================================================== --- head/games/legend-of-edgar/Makefile (revision 390720) +++ head/games/legend-of-edgar/Makefile (revision 390721) @@ -1,69 +1,69 @@ # Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= edgar -DISTVERSION= 1.20-1 +DISTVERSION= 1.21 CATEGORIES= games -MASTER_SITES= SF/legendof${PORTNAME}/${PORTVERSION:R}/ PKGNAMEPREFIX= legend-of- MAINTAINER= nemysis@FreeBSD.org COMMENT= 2D platform game with a persistent world LICENSE= GPLv2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S/-1//} - USES= gmake USE_SDL= image mixer sdl ttf WITH_ZLIB= yes MAKEFILE= makefile + +USE_GITHUB= yes +GH_ACCOUNT= riksweeney PORTDOCS= * INSTALLS_ICONS= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext .include post-patch: @${REINPLACE_CMD} -e 's|CC = gcc|CC = ${CC}|; \ s|$$(DESTDIR)/usr|$$(DESTDIR)/usr/local|; \ s|$$(PREFIX)/games/|$$(PREFIX)/bin/|; \ s|/share/games/edgar/|/share/edgar/|; \ s|/share/man/|/man/|; \ s|-Wall ||; \ s|sdl-config|$(SDL_CONFIG)|; \ s|-s ||' \ ${WRKSRC}/makefile @${REINPLACE_CMD} -e 's|SDL/SDL|${LOCALBASE}/include/SDL/SDL|g' \ ${WRKSRC}/src/headers.h @${REINPLACE_CMD} -e 's|png.h|${LOCALBASE}/include/png.h|g' \ ${WRKSRC}/src/graphics/save_png.c @${REINPLACE_CMD} -e 's|self->dirY =- 13|self->dirY -= 13|g' \ ${WRKSRC}/src/boss/golem_boss.c @${REINPLACE_CMD} -e 's|Categories=Game|Categories=Game;ArcadeGame;|' \ ${WRKSRC}/icons/${PORTNAME}.desktop .if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -i '' -e '/mkdir -p $$(DOC_DIR)/d' \ -i '' -e '/cp $$(DOCS) $$(DOC_DIR)/d' \ ${WRKSRC}/makefile .endif .if ! ${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} -e 's|^LOCALE_MO =.*|LOCALE_MO =|' \ ${WRKSRC}/makefile .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ .include Index: head/games/legend-of-edgar/distinfo =================================================================== --- head/games/legend-of-edgar/distinfo (revision 390720) +++ head/games/legend-of-edgar/distinfo (revision 390721) @@ -1,2 +1,2 @@ -SHA256 (edgar-1.20-1.tar.gz) = 9880ab9ceaabad6f86c130912d81e69b0038f52fddb22779a290b4da0a6178c8 -SIZE (edgar-1.20-1.tar.gz) = 90873386 +SHA256 (riksweeney-edgar-1.21_GH0.tar.gz) = a8180efe40607c4fea81bfcb18114591a1c851ec1723ae2ba024adb18df61fad +SIZE (riksweeney-edgar-1.21_GH0.tar.gz) = 135953364