Date: Fri, 4 Jan 2002 20:50:49 -0800 (PST) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/33564: Update port: graphics/gqview to 1.0.1 Message-ID: <200201050450.g054on334124@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 33564 >Category: ports >Synopsis: Update port: graphics/gqview to 1.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 04 21:00:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0.1 Remove file: files/patch-ae ports/32907 should be superseded by this PR. >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/gqview/Makefile graphics/gqview/Makefile --- /usr/ports/graphics/gqview/Makefile Fri Nov 30 22:45:14 2001 +++ graphics/gqview/Makefile Sat Jan 5 01:08:33 2002 @@ -6,7 +6,7 @@ # PORTNAME= gqview -PORTVERSION= 0.11.0 +PORTVERSION= 1.0.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,24 +22,19 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +MAN1= gqview.1 + .include <bsd.port.pre.mk> .if defined(HAVE_GNOME) USE_GNOME= yes .endif -MAN1= gqview.1 - pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${PERL} -pi -e \ + 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|GNOME_DATADIR\)/gnome/|GNOME_DATADIR\)/|g' - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/gqview - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview -.endif + @${PERL} -pi -e 's|"ee"|"ElectricEyes"|g' ${WRKSRC}/src/main.c .include <bsd.port.post.mk> diff -urN /usr/ports/graphics/gqview/distinfo graphics/gqview/distinfo --- /usr/ports/graphics/gqview/distinfo Mon May 21 16:43:25 2001 +++ graphics/gqview/distinfo Fri Jan 4 23:03:12 2002 @@ -1 +1 @@ -MD5 (gqview-0.11.0.tar.gz) = 13302d9f99e5f591f2bceee06935a603 +MD5 (gqview-1.0.1.tar.gz) = 1bbe0aa29e6a985f1c6f8812bec03bdd diff -urN /usr/ports/graphics/gqview/files/patch-ae graphics/gqview/files/patch-ae --- /usr/ports/graphics/gqview/files/patch-ae Tue Apr 18 09:24:30 2000 +++ graphics/gqview/files/patch-ae Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- src/main.c.orig Wed Apr 5 23:24:00 2000 -+++ src/main.c Thu Apr 13 04:09:49 2000 -@@ -370,7 +370,7 @@ - editor_command[0] = g_strdup("gimp"); - - editor_name[1] = g_strdup(_("Electric Eyes")); -- editor_command[1] = g_strdup("ee"); -+ editor_command[1] = g_strdup("ElectricEyes"); - - editor_name[2] = g_strdup(_("XV")); - editor_command[2] = g_strdup("xv"); diff -urN /usr/ports/graphics/gqview/pkg-plist graphics/gqview/pkg-plist --- /usr/ports/graphics/gqview/pkg-plist Mon May 21 16:43:25 2001 +++ graphics/gqview/pkg-plist Sat Jan 5 00:55:08 2002 @@ -1,19 +1,26 @@ bin/gqview -%%PORTDOCS%%share/doc/gqview/README %%GNOME:%%share/gnome/apps/Graphics/gqview.desktop %%GNOME:%%share/gnome/pixmaps/gqview.png +share/gqview/README +share/locale/cs/LC_MESSAGES/gqview.mo +share/locale/da/LC_MESSAGES/gqview.mo share/locale/de/LC_MESSAGES/gqview.mo share/locale/es/LC_MESSAGES/gqview.mo +share/locale/et/LC_MESSAGES/gqview.mo +share/locale/fi/LC_MESSAGES/gqview.mo share/locale/fr/LC_MESSAGES/gqview.mo share/locale/hu/LC_MESSAGES/gqview.mo share/locale/it/LC_MESSAGES/gqview.mo share/locale/ja/LC_MESSAGES/gqview.mo +share/locale/nl/LC_MESSAGES/gqview.mo +share/locale/no/LC_MESSAGES/gqview.mo share/locale/pl/LC_MESSAGES/gqview.mo share/locale/pt_BR/LC_MESSAGES/gqview.mo share/locale/ru/LC_MESSAGES/gqview.mo share/locale/sk/LC_MESSAGES/gqview.mo share/locale/sl/LC_MESSAGES/gqview.mo share/locale/tr/LC_MESSAGES/gqview.mo +share/locale/uk/LC_MESSAGES/gqview.mo share/locale/zh_CN.GB2312/LC_MESSAGES/gqview.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gqview.mo -%%PORTDOCS%%@dirrm share/doc/gqview +share/locale/zh_TW/LC_MESSAGES/gqview.mo +@dirrm share/gqview >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201050450.g054on334124>