Bug 77476 - [MAINTAINER] deskutils/gnochm: update to 0.9.4
Summary: [MAINTAINER] deskutils/gnochm: update to 0.9.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-14 04:30 UTC by Radek Kozlowski
Modified: 2005-02-14 23:16 UTC (History)
0 users

See Also:


Attachments
gnochm-0.9.4.diff (1.69 KB, patch)
2005-02-14 04:30 UTC, Radek Kozlowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Radek Kozlowski 2005-02-14 04:30:27 UTC

- update to 0.9.4
Comment 1 Radek Kozlowski 2005-02-14 04:51:36 UTC
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 ---
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-02-14 23:16:26 UTC
State Changed
From-To: open->closed

Committed, thanks!