diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-01-16 02:18:55 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-01-16 02:18:55 +0800 |
commit | 8eb7d44879814edc5e878f96125416ab3f388a67 (patch) | |
tree | e7c44fd30b95ba49de6df2e0cddf18161f709fdb /games | |
parent | f89bf417f2192a915b8ffa52c22511e33791f42a (diff) | |
download | freebsd-ports-gnome-8eb7d44879814edc5e878f96125416ab3f388a67.tar.gz freebsd-ports-gnome-8eb7d44879814edc5e878f96125416ab3f388a67.tar.zst freebsd-ports-gnome-8eb7d44879814edc5e878f96125416ab3f388a67.zip |
- Update to 1.14-1
Diffstat (limited to 'games')
-rw-r--r-- | games/legend-of-edgar/Makefile | 16 | ||||
-rw-r--r-- | games/legend-of-edgar/distinfo | 4 | ||||
-rw-r--r-- | games/legend-of-edgar/pkg-plist | 1 |
3 files changed, 11 insertions, 10 deletions
diff --git a/games/legend-of-edgar/Makefile b/games/legend-of-edgar/Makefile index 2828e65b95bb..f0b0e082735a 100644 --- a/games/legend-of-edgar/Makefile +++ b/games/legend-of-edgar/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= edgar -DISTVERSION= 1.13-1 +DISTVERSION= 1.14-1 CATEGORIES= games MASTER_SITES= SF/legendof${PORTNAME}/${PORTVERSION:R}/ PKGNAMEPREFIX= legend-of- @@ -32,13 +32,13 @@ NLS_USES= gettext .include <bsd.port.options.mk> post-patch: - @${REINPLACE_CMD} -e 's|CC = gcc|CC = ${CC}|' \ - -e 's|$$(DESTDIR)/usr|${STAGEDIR}${LOCALBASE}|' \ - -e 's|$$(PREFIX)/games/|$$(PREFIX)/bin/|' \ - -e 's|/share/games/edgar/|/share/edgar/|' \ - -e 's|-Wall ||' \ - -e 's|sdl-config|$(SDL_CONFIG)|' \ - -e 's|-s ||' \ + @${REINPLACE_CMD} -e 's|CC = gcc|CC = ${CC}|; \ + s|$$(DESTDIR)/usr|${STAGEDIR}${LOCALBASE}|; \ + s|$$(PREFIX)/games/|$$(PREFIX)/bin/|; \ + s|/share/games/edgar/|/share/edgar/|; \ + 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 diff --git a/games/legend-of-edgar/distinfo b/games/legend-of-edgar/distinfo index 43fd9cf6c2ad..d7188d2226f6 100644 --- a/games/legend-of-edgar/distinfo +++ b/games/legend-of-edgar/distinfo @@ -1,2 +1,2 @@ -SHA256 (edgar-1.13-1.tar.gz) = cd562fae23a7d2eb3f7a37fc9f94190371a953945d35c3d870545e4a163a6ed8 -SIZE (edgar-1.13-1.tar.gz) = 90806985 +SHA256 (edgar-1.14-1.tar.gz) = 4eede875d573896e99c7cb352c0220c5780d41636ac73f8377e20bf036ddcc71 +SIZE (edgar-1.14-1.tar.gz) = 90870675 diff --git a/games/legend-of-edgar/pkg-plist b/games/legend-of-edgar/pkg-plist index 591a548203bf..ea06ecedff83 100644 --- a/games/legend-of-edgar/pkg-plist +++ b/games/legend-of-edgar/pkg-plist @@ -25,6 +25,7 @@ share/icons/hicolor/64x64/apps/edgar.png %%NLS%%share/locale/pl/LC_MESSAGES/edgar.mo %%NLS%%share/locale/pt/LC_MESSAGES/edgar.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/edgar.mo +%%NLS%%share/locale/ro/LC_MESSAGES/edgar.mo %%NLS%%share/locale/ru/LC_MESSAGES/edgar.mo %%NLS%%share/locale/sk/LC_MESSAGES/edgar.mo %%NLS%%share/locale/sv/LC_MESSAGES/edgar.mo |