FreeBSD Bugzilla – Attachment 206282 Details for
Bug 239642
biology/gperiodic: unbreak, make fetchable, update to 3.0.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn-diff-gperiodic_v3
svn-diff-gperiodic (text/plain), 3.82 KB, created by
Walter Schwarzenfeld
on 2019-08-04 17:07:38 UTC
(
hide
)
Description:
svn-diff-gperiodic_v3
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2019-08-04 17:07:38 UTC
Size:
3.82 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 508094) >+++ Makefile (working copy) >@@ -3,10 +3,9 @@ > # $MCom: ports/biology/gperiodic/Makefile,v 1.1 2006/09/29 23:42:13 ahze Exp $ > > PORTNAME= gperiodic >-PORTVERSION= 2.0.10 >-PORTREVISION= 8 >+PORTVERSION= 3.0.3 > CATEGORIES= biology >-MASTER_SITES= http://www.frantz.fi/software/ >+MASTER_SITES= https://sourceforge.net/projects/gperiodic/files/ > > MAINTAINER= ports@FreeBSD.org > COMMENT= Displays a periodic table of the elements >@@ -14,15 +13,13 @@ > LICENSE= GPLv2+ > LICENSE_FILE= ${WRKSRC}/gpl.txt > >-BROKEN= unfetchable >- >+USES= pkgconfig > USE_GNOME= gtk20 >-USES= pkgconfig > >-LANGS= da fr gl it pl ru sv tr >- > PORTDOCS= AUTHORS ChangeLog README > >+LANGS= be cs da de es fi fr gl is it ms pl pt ru sv tr uk zh_CN >+ > OPTIONS_DEFINE= DOCS NLS > OPTIONS_SUB= yes > >@@ -39,9 +36,7 @@ > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/gperiodic ${STAGEDIR}${PREFIX}/bin >- ${INSTALL_DATA} ${WRKSRC}/gperiodic.desktop \ >- ${STAGEDIR}${PREFIX}/share/applications >- (cd ${WRKSRC} && ${INSTALL_DATA} gperiodic.png gperiodic-crystal.png \ >+ (cd ${WRKSRC}/icons && ${INSTALL_DATA} gperiodic-crystal.png gperiodic.png \ > ${STAGEDIR}${PREFIX}/share/pixmaps) > > do-install-NLS-on: >@@ -50,6 +45,13 @@ > ${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \ > ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo > .endfor >+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/gperiodic >+ ${INSTALL_DATA} ${WRKSRC}/table_data.h \ >+ ${STAGEDIR}${PREFIX}/share/locale/gperiodic >+ ${INSTALL_DATA} ${WRKSRC}/po/gperiodic.pot \ >+ ${STAGEDIR}${PREFIX}/share/locale/gperiodic >+ ${INSTALL_DATA} ${WRKSRC}/po/README \ >+ ${STAGEDIR}/${PREFIX}/share/locale/gperiodic > > do-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} >Index: distinfo >=================================================================== >--- distinfo (revision 508094) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (gperiodic-2.0.10.tar.gz) = 78d72870c51c39e4a35c804c05b8ef5e39f88d42eced52b2934e21d74fb8d096 >-SIZE (gperiodic-2.0.10.tar.gz) = 131213 >+TIMESTAMP = 1564926393 >+SHA256 (gperiodic-3.0.3.tar.gz) = 5e70128f61a311bd6b4ad129bd726ccc0e3731573cb0050201293e2a5389b29a >+SIZE (gperiodic-3.0.3.tar.gz) = 451559 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 508094) >+++ pkg-plist (working copy) >@@ -1,12 +1,25 @@ >+@postexec chmod -R 777 /usr/local/share/locale/gperiodic > bin/gperiodic >-share/applications/gperiodic.desktop >-%%NLS%%share/locale/da/LC_MESSAGES/gperiodic.mo >-%%NLS%%share/locale/fr/LC_MESSAGES/gperiodic.mo >-%%NLS%%share/locale/gl/LC_MESSAGES/gperiodic.mo >-%%NLS%%share/locale/it/LC_MESSAGES/gperiodic.mo >-%%NLS%%share/locale/pl/LC_MESSAGES/gperiodic.mo >-%%NLS%%share/locale/ru/LC_MESSAGES/gperiodic.mo >-%%NLS%%share/locale/sv/LC_MESSAGES/gperiodic.mo >-%%NLS%%share/locale/tr/LC_MESSAGES/gperiodic.mo >+share/locale/be/LC_MESSAGES/gperiodic.mo >+share/locale/cs/LC_MESSAGES/gperiodic.mo >+share/locale/da/LC_MESSAGES/gperiodic.mo >+share/locale/de/LC_MESSAGES/gperiodic.mo >+share/locale/es/LC_MESSAGES/gperiodic.mo >+share/locale/fi/LC_MESSAGES/gperiodic.mo >+share/locale/fr/LC_MESSAGES/gperiodic.mo >+share/locale/gl/LC_MESSAGES/gperiodic.mo >+share/locale/gperiodic/README >+share/locale/gperiodic/gperiodic.pot >+share/locale/gperiodic/table_data.h >+share/locale/is/LC_MESSAGES/gperiodic.mo >+share/locale/it/LC_MESSAGES/gperiodic.mo >+share/locale/ms/LC_MESSAGES/gperiodic.mo >+share/locale/pl/LC_MESSAGES/gperiodic.mo >+share/locale/pt/LC_MESSAGES/gperiodic.mo >+share/locale/ru/LC_MESSAGES/gperiodic.mo >+share/locale/sv/LC_MESSAGES/gperiodic.mo >+share/locale/tr/LC_MESSAGES/gperiodic.mo >+share/locale/uk/LC_MESSAGES/gperiodic.mo >+share/locale/zh_CN/LC_MESSAGES/gperiodic.mo >+share/pixmaps/gperiodic-crystal.png > share/pixmaps/gperiodic.png >-share/pixmaps/gperiodic-crystal.png
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 239642
:
206274
|
206280
|
206282
|
206832
|
206834