svn commit: r313996 - head/deskutils/xchm

Ruslan Mahmatkhanov rm at FreeBSD.org
Tue Mar 12 18:43:55 UTC 2013


Author: rm
Date: Tue Mar 12 18:43:53 2013
New Revision: 313996
URL: http://svnweb.freebsd.org/changeset/ports/313996

Log:
  - update to 1.22
  - convert to optionsng (NLS case)
  
  changelog:
  Version 1.22 adds Greek translation and fullscreen mode.

Modified:
  head/deskutils/xchm/Makefile
  head/deskutils/xchm/distinfo
  head/deskutils/xchm/pkg-plist

Modified: head/deskutils/xchm/Makefile
==============================================================================
--- head/deskutils/xchm/Makefile	Tue Mar 12 18:31:48 2013	(r313995)
+++ head/deskutils/xchm/Makefile	Tue Mar 12 18:43:53 2013	(r313996)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xchm
-PORTVERSION=	1.21
+PORTVERSION=	1.22
 CATEGORIES=	deskutils
 MASTER_SITES=	SF/${PORTNAME}/xCHM/${PORTNAME}-${PORTVERSION}
 
@@ -20,10 +20,9 @@ WX_CONF_ARGS=	absolute
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 CPPFLAGS+=	-I${LOCALBASE}/include
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|@REZ_COMMAND@||' ${WRKSRC}/src/Makefile.in
+.include <bsd.port.options.mk>
 
-.if !defined(WITHOUT_NLS)
+.if ${PORT_OPTIONS:MNLS}
 USE_GETTEXT=	yes
 PLIST_SUB+=	NLS=""
 .else

Modified: head/deskutils/xchm/distinfo
==============================================================================
--- head/deskutils/xchm/distinfo	Tue Mar 12 18:31:48 2013	(r313995)
+++ head/deskutils/xchm/distinfo	Tue Mar 12 18:43:53 2013	(r313996)
@@ -1,2 +1,2 @@
-SHA256 (xchm-1.21.tar.gz) = b3c7e54f5c4075a679910ff2166d76bc761afbcfd8c1a1cc5e10ad73634ed6a6
-SIZE (xchm-1.21.tar.gz) = 411252
+SHA256 (xchm-1.22.tar.gz) = 30801106d5ce08481c97084a540cb7a67fb271a27e95ca61170063c6cc134559
+SIZE (xchm-1.22.tar.gz) = 416992

Modified: head/deskutils/xchm/pkg-plist
==============================================================================
--- head/deskutils/xchm/pkg-plist	Tue Mar 12 18:31:48 2013	(r313995)
+++ head/deskutils/xchm/pkg-plist	Tue Mar 12 18:43:53 2013	(r313996)
@@ -5,6 +5,7 @@ bin/xchm
 %%NLS%%share/locale/de/LC_MESSAGES/xchm.mo
 %%NLS%%share/locale/es/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/it/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-32.xpm
 share/pixmaps/xchmdoc-48.xpm
+%%NLS%%@dirrm share/locale/gr/LC_MESSAGES
+%%NLS%%@dirrm share/locale/gr


More information about the svn-ports-all mailing list