mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- update to 1.22
- convert to optionsng (NLS case) changelog: Version 1.22 adds Greek translation and fullscreen mode.
This commit is contained in:
parent
d5fd577271
commit
c54326fa9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313996
3 changed files with 8 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= xchm
|
PORTNAME= xchm
|
||||||
PORTVERSION= 1.21
|
PORTVERSION= 1.22
|
||||||
CATEGORIES= deskutils
|
CATEGORIES= deskutils
|
||||||
MASTER_SITES= SF/${PORTNAME}/xCHM/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/xCHM/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
|
@ -20,10 +20,9 @@ WX_CONF_ARGS= absolute
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
|
|
||||||
post-patch:
|
.include <bsd.port.options.mk>
|
||||||
@${REINPLACE_CMD} -e 's|@REZ_COMMAND@||' ${WRKSRC}/src/Makefile.in
|
|
||||||
|
|
||||||
.if !defined(WITHOUT_NLS)
|
.if ${PORT_OPTIONS:MNLS}
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
PLIST_SUB+= NLS=""
|
PLIST_SUB+= NLS=""
|
||||||
.else
|
.else
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (xchm-1.21.tar.gz) = b3c7e54f5c4075a679910ff2166d76bc761afbcfd8c1a1cc5e10ad73634ed6a6
|
SHA256 (xchm-1.22.tar.gz) = 30801106d5ce08481c97084a540cb7a67fb271a27e95ca61170063c6cc134559
|
||||||
SIZE (xchm-1.21.tar.gz) = 411252
|
SIZE (xchm-1.22.tar.gz) = 416992
|
||||||
|
|
|
@ -5,6 +5,7 @@ bin/xchm
|
||||||
%%NLS%%share/locale/de/LC_MESSAGES/xchm.mo
|
%%NLS%%share/locale/de/LC_MESSAGES/xchm.mo
|
||||||
%%NLS%%share/locale/es/LC_MESSAGES/xchm.mo
|
%%NLS%%share/locale/es/LC_MESSAGES/xchm.mo
|
||||||
%%NLS%%share/locale/fr/LC_MESSAGES/xchm.mo
|
%%NLS%%share/locale/fr/LC_MESSAGES/xchm.mo
|
||||||
|
%%NLS%%share/locale/gr/LC_MESSAGES/xchm.mo
|
||||||
%%NLS%%share/locale/hu/LC_MESSAGES/xchm.mo
|
%%NLS%%share/locale/hu/LC_MESSAGES/xchm.mo
|
||||||
%%NLS%%share/locale/it/LC_MESSAGES/xchm.mo
|
%%NLS%%share/locale/it/LC_MESSAGES/xchm.mo
|
||||||
%%NLS%%share/locale/lv/LC_MESSAGES/xchm.mo
|
%%NLS%%share/locale/lv/LC_MESSAGES/xchm.mo
|
||||||
|
@ -26,3 +27,5 @@ share/pixmaps/xchmdoc-128.xpm
|
||||||
share/pixmaps/xchmdoc-16.xpm
|
share/pixmaps/xchmdoc-16.xpm
|
||||||
share/pixmaps/xchmdoc-32.xpm
|
share/pixmaps/xchmdoc-32.xpm
|
||||||
share/pixmaps/xchmdoc-48.xpm
|
share/pixmaps/xchmdoc-48.xpm
|
||||||
|
%%NLS%%@dirrm share/locale/gr/LC_MESSAGES
|
||||||
|
%%NLS%%@dirrm share/locale/gr
|
||||||
|
|
Loading…
Add table
Reference in a new issue