- Update to 1.13-1

- Fix DOCS and NLS

Approved by:	pawel / wg (mentors, implicit)
This commit is contained in:
Rusmir Dusko 2013-10-28 23:32:20 +00:00
parent b4aa3c7227
commit f4ac9c02cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331907
2 changed files with 14 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= edgar
DISTVERSION= 1.12-1
DISTVERSION= 1.13-1
CATEGORIES= games
MASTER_SITES= SF/legendof${PORTNAME}/${PORTVERSION:R}/
PKGNAMEPREFIX= legend-of-
@ -47,6 +47,17 @@ post-patch:
@${REINPLACE_CMD} -e 's|self->dirY =- 13|self->dirY -= 13|g' \
${WRKSRC}/src/boss/golem_boss.c
.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:
${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps/

View File

@ -1,2 +1,2 @@
SHA256 (edgar-1.12-1.tar.gz) = 0be4c25b6917313062a10f7dec8781d5b6d0f56db07cee14018731cb1dce8d58
SIZE (edgar-1.12-1.tar.gz) = 90802761
SHA256 (edgar-1.13-1.tar.gz) = cd562fae23a7d2eb3f7a37fc9f94190371a953945d35c3d870545e4a163a6ed8
SIZE (edgar-1.13-1.tar.gz) = 90806985