Date: Wed, 15 Dec 2004 23:00:06 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/75106: Update port: biology/gperiodic to 2.0.8 Message-ID: <20041215230006.7fe83102.tkato432@yahoo.com> Resent-Message-ID: <200412151400.iBFE0jJm017386@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 75106 >Category: ports >Synopsis: Update port: biology/gperiodic to 2.0.8 >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: Wed Dec 15 14:00:45 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p5 i386 >Organization: >Environment: >Description: - Update to version 2.0.8 >How-To-Repeat: >Fix: diff -urN /usr/ports/biology/gperiodic/Makefile biology/gperiodic/Makefile --- /usr/ports/biology/gperiodic/Makefile Sat Nov 27 15:05:37 2004 +++ biology/gperiodic/Makefile Mon Dec 13 11:47:45 2004 @@ -6,8 +6,7 @@ # PORTNAME= gperiodic -PORTVERSION= 2.0.7 -PORTREVISION= 3 +PORTVERSION= 2.0.8 CATEGORIES= biology MASTER_SITES= http://koti.welho.com/jfrantz/software/ @@ -15,16 +14,15 @@ COMMENT= Displays a periodic table of the elements USE_X_PREFIX= yes -USE_GNOME= gtk20 -ALL_TARGET= ${PORTNAME} +USE_GNOME= gnomehier gtk20 USE_REINPLACE= yes +ALL_TARGET= ${PORTNAME} -LANGS= da fr pl sv tr +LANGS= da fr pl sv tr post-patch: - @${REINPLACE_CMD} -e "s|^CFLAGS=|CFLAGS+=|; \ - s|-DGTK_DISABLE_DEPRECATED||" \ - ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|^CC=|CC?=|g ; \ + s|^CFLAGS=|CFLAGS+=|g' ${WRKSRC}/Makefile post-build: .for lang in ${LANGS} @@ -33,6 +31,12 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gperiodic ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/gperiodic.desktop \ + ${PREFIX}/share/gnome/applications + ${INSTALL_DATA} ${WRKSRC}/gperiodic.png \ + ${PREFIX}/share/gnome/pixmaps + ${INSTALL_DATA} ${WRKSRC}/gperiodic-crystal.png \ + ${PREFIX}/share/gnome/pixmaps .for lang in ${LANGS} @${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES ${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \ diff -urN /usr/ports/biology/gperiodic/distinfo biology/gperiodic/distinfo --- /usr/ports/biology/gperiodic/distinfo Wed Jan 28 18:45:26 2004 +++ biology/gperiodic/distinfo Mon Dec 13 11:08:46 2004 @@ -1,2 +1,2 @@ -MD5 (gperiodic-2.0.7.tar.gz) = b9e74139d4b468f290297fcfb61a7084 -SIZE (gperiodic-2.0.7.tar.gz) = 124798 +MD5 (gperiodic-2.0.8.tar.gz) = cfe23eaa21707c2c42bcd6399161ec2e +SIZE (gperiodic-2.0.8.tar.gz) = 125402 diff -urN /usr/ports/biology/gperiodic/pkg-plist biology/gperiodic/pkg-plist --- /usr/ports/biology/gperiodic/pkg-plist Sat Nov 8 02:51:30 2003 +++ biology/gperiodic/pkg-plist Mon Dec 13 11:14:21 2004 @@ -2,6 +2,9 @@ %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README +share/gnome/applications/gperiodic.desktop +share/gnome/pixmaps/gperiodic.png +share/gnome/pixmaps/gperiodic-crystal.png share/locale/da/LC_MESSAGES/gperiodic.mo share/locale/fr/LC_MESSAGES/gperiodic.mo share/locale/pl/LC_MESSAGES/gperiodic.mo >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041215230006.7fe83102.tkato432>