ports/90930: Update port: misc/gonvert to 0.2.14

KATO Tsuguru tkato432 at yahoo.com
Mon Dec 26 15:10:43 UTC 2005


>Number:         90930
>Category:       ports
>Synopsis:       Update port: misc/gonvert to 0.2.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 26 15:10:06 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p13 i386
>Organization:
>Environment:
>Description:
- Update to version 0.2.14

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/misc/gonvert/Makefile misc/gonvert/Makefile
--- /usr/ports/misc/gonvert/Makefile	Thu May 19 02:00:05 2005
+++ misc/gonvert/Makefile	Sat Dec 24 17:54:22 2005
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	gonvert
-PORTVERSION=	0.2.12
+PORTVERSION=	0.2.14
 CATEGORIES=	misc python gnome
 MASTER_SITES=	http://www.unihedron.com/projects/gonvert/downloads/
 
@@ -21,8 +21,8 @@
 NO_BUILD=	yes
 
 post-patch:
-	@${REINPLACE_CMD} -e \
-		's|#!/usr/bin/python|#!/usr/bin/env python|g' ${WRKSRC}/gonvert
+	@${REINPLACE_CMD} -e 's|#!/usr/bin/python|#!/usr/bin/env python|g ; \
+		 s|gtk.mainloop|gtk.main|g' ${WRKSRC}/gonvert
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/gonvert ${PREFIX}/bin
@@ -35,9 +35,12 @@
 	@${MKDIR} ${DATADIR}/pixmaps
 	${INSTALL_DATA} ${WRKSRC}/pixmaps/gonvert_picture.png \
 		${DATADIR}/pixmaps
+	@${MKDIR} ${PREFIX}/share/locale/pl/LC_MESSAGES
+	${INSTALL_DATA} ${WRKSRC}/i18n/pl_messages.gmo \
+		${PREFIX}/share/locale/pl/LC_MESSAGES/gonvert.mo
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for file in README CHANGELOG FAQ README THANKS TODO
+.for file in CHANGELOG FAQ README THANKS TODO
 	${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
 .endfor
 .endif
diff -urN /usr/ports/misc/gonvert/distinfo misc/gonvert/distinfo
--- /usr/ports/misc/gonvert/distinfo	Sat Nov 26 19:28:06 2005
+++ misc/gonvert/distinfo	Sat Dec 24 17:53:16 2005
@@ -1,3 +1,3 @@
-MD5 (gonvert-0.2.12.tar.gz) = ef958ba92b5133beb45982ad556fdf21
-SHA256 (gonvert-0.2.12.tar.gz) = 878a391c7039c460c530ed82254f94bdabae5a68d6e090e93cd8c51202650852
-SIZE (gonvert-0.2.12.tar.gz) = 163490
+MD5 (gonvert-0.2.14.tar.gz) = a1f5c72ef71a1f48a5deb19f01d47358
+SHA256 (gonvert-0.2.14.tar.gz) = dc8ab4ffacb2f621a6b437f736b9c99bdf4dd6b85b1ec2ef90ea7cf98628509e
+SIZE (gonvert-0.2.14.tar.gz) = 164714
diff -urN /usr/ports/misc/gonvert/pkg-descr misc/gonvert/pkg-descr
--- /usr/ports/misc/gonvert/pkg-descr	Sat Apr 12 22:58:48 2003
+++ misc/gonvert/pkg-descr	Fri Jul 15 02:31:32 2005
@@ -12,4 +12,4 @@
    - Fully OPEN source so that you can add your own custom calculations
      and descriptions. 
 
-WWW: http://unihedron.com/projects/gonvert/gonvert.php
+WWW: http://www.unihedron.com/projects/gonvert/
diff -urN /usr/ports/misc/gonvert/pkg-plist misc/gonvert/pkg-plist
--- /usr/ports/misc/gonvert/pkg-plist	Wed Jul 14 22:56:17 2004
+++ misc/gonvert/pkg-plist	Wed May 18 22:20:43 2005
@@ -8,6 +8,7 @@
 share/gnome/pixmaps/gonvert.png
 %%DATADIR%%/gonvert.glade
 %%DATADIR%%/pixmaps/gonvert_picture.png
+share/locale/pl/LC_MESSAGES/gonvert.mo
 @dirrm %%DATADIR%%/pixmaps
 @dirrm %%DATADIR%%
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list