Update to 0.8.0.
This commit is contained in:
parent
a92869f45e
commit
f1d342e575
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78234
3 changed files with 9 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= eboard
|
||||
PORTVERSION= 0.7.0
|
||||
PORTVERSION= 0.8.0
|
||||
EXTRASVERSION= 1pl2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
|
@ -21,6 +21,7 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
|
|||
GNU_CONFIGURE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= imlib
|
||||
USE_REINPLACE= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
INSTALL_TARGET= install install-man
|
||||
|
@ -29,7 +30,9 @@ MAN1= eboard-config.1 eboard-addtheme.1
|
|||
MAN6= eboard.6
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's!CXXFLAGS=-O6\n!!' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's,-O6,,' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's,po intl,po,' -e 's,CXXFLAGS =,CXXFLAGS +=,' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (eboard-0.7.0.tar.gz) = d16a9f6f86e999d3772b889fadfb3850
|
||||
MD5 (eboard-0.8.0.tar.gz) = 4833405d70b86af52c56ebc0ecb306eb
|
||||
MD5 (eboard-extras-1pl2.tar.gz) = d5fb7a541d9ef5f6d1d565d877b1ab9a
|
||||
|
|
|
@ -24,6 +24,7 @@ share/eboard/Kingdom.png
|
|||
share/eboard/Leipzig.png
|
||||
share/eboard/Mayan.png
|
||||
share/eboard/Move1.wav
|
||||
share/eboard/NAG.en.txt
|
||||
share/eboard/OldClassicDark.png
|
||||
share/eboard/Rastapov.png
|
||||
share/eboard/Slics.png
|
||||
|
@ -41,6 +42,8 @@ share/eboard/rock.png
|
|||
share/eboard/eboard_themes.conf
|
||||
share/locale/de/LC_MESSAGES/eboard.mo
|
||||
share/locale/es/LC_MESSAGES/eboard.mo
|
||||
share/locale/it/LC_MESSAGES/eboard.mo
|
||||
share/locale/it_IT/LC_MESSAGES/eboard.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/eboard.mo
|
||||
@dirrm share/eboard
|
||||
%%PORTDOCS%%@dirrm share/doc/eboard
|
||||
|
|
Loading…
Reference in a new issue