Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2005 05:51:36 +0100
From:      Radek Kozlowski <radek@raadradd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/77476: [MAINTAINER] deskutils/gnochm: update to 0.9.4
Message-ID:  <20050214045135.GB17401@werd>
In-Reply-To: <200502140430.j1E4URH4032251@freefall.freebsd.org>
References:  <1108355043.0@ddardaar> <200502140430.j1E4URH4032251@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 14, 2005 at 04:30:27AM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote:
> >Category:       ports
> >Responsible:    freebsd-ports-bugs
> >Synopsis:       [MAINTAINER] deskutils/gnochm: update to 0.9.4
> >Arrival-Date:   Mon Feb 14 04:30:27 GMT 2005

Missed a man page, here's a correct patch:

--- gnochm-0.9.4.diff begins here ---
diff -ruN gnochm.orig/Makefile gnochm/Makefile
--- gnochm.orig/Makefile	Mon Feb 14 05:05:50 2005
+++ gnochm/Makefile	Mon Feb 14 05:40:33 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gnochm
-PORTVERSION=	0.9.3
+PORTVERSION=	0.9.4
 CATEGORIES=	deskutils python gnome
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -30,9 +30,11 @@
 INSTALLS_OMF=	yes
 
 MAN1=		gnochm.1
+MANLANG=	"" it
 MANCOMPRESSED=	no
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|@APPDATADIR@|@APPDATADIR@/gnome|' ${WRKSRC}/gnochm.py.in
+	@${REINPLACE_CMD} -e 's|$(prefix)/share/man|$(prefix)/man|' ${WRKSRC}/data/Makefile.in
 
 .include <bsd.port.mk>
diff -ruN gnochm.orig/distinfo gnochm/distinfo
--- gnochm.orig/distinfo	Mon Feb 14 05:05:50 2005
+++ gnochm/distinfo	Mon Feb 14 05:06:35 2005
@@ -1,2 +1,2 @@
-MD5 (gnochm-0.9.3.tar.gz) = 8b5b8c16337e93366dda6667c11821b2
-SIZE (gnochm-0.9.3.tar.gz) = 276179
+MD5 (gnochm-0.9.4.tar.gz) = 4066f9b9d31d2175a926f7e72b01f6eb
+SIZE (gnochm-0.9.4.tar.gz) = 301467
diff -ruN gnochm.orig/pkg-plist gnochm/pkg-plist
--- gnochm.orig/pkg-plist	Mon Feb 14 05:05:50 2005
+++ gnochm/pkg-plist	Mon Feb 14 05:13:27 2005
@@ -11,10 +11,11 @@
 share/gnome/pixmaps/chmfile.png
 share/gnome/pixmaps/gnochm.png
 share/gnome/pixmaps/gnochm_logo.png
-share/locale/de_DE/LC_MESSAGES/gnochm.mo
+share/locale/de/LC_MESSAGES/gnochm.mo
 share/locale/it/LC_MESSAGES/gnochm.mo
 share/locale/pt_BR/LC_MESSAGES/gnochm.mo
-share/locale/tr_TR/LC_MESSAGES/gnochm.mo
+share/locale/ru/LC_MESSAGES/gnochm.mo
+share/locale/tr/LC_MESSAGES/gnochm.mo
 share/locale/zh_CN/LC_MESSAGES/gnochm.mo
 share/mime/application/x-chm.xml
 share/mime/packages/gnochm.xml
@@ -25,7 +26,3 @@
 @dirrm share/gnome/gnochm
 @exec update-mime-database %D/share/mime
 @unexec update-mime-database %D/share/mime
-@unexec rmdir %D/share/locale/de_DE/LC_MESSAGES 2> /dev/null || true
-@unexec rmdir %D/share/locale/de_DE 2> /dev/null || true
-@unexec rmdir %D/share/locale/tr_TR/LC_MESSAGES 2> /dev/null || true
-@unexec rmdir %D/share/locale/tr_TR 2> /dev/null || true
--- gnochm-0.9.4.diff ends here ---



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050214045135.GB17401>