Date: Tue, 10 Mar 2015 16:07:50 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380941 - head/deskutils/genius Message-ID: <201503101607.t2AG7pI6099580@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mi Date: Tue Mar 10 16:07:50 2015 New Revision: 380941 URL: https://svnweb.freebsd.org/changeset/ports/380941 QAT: https://qat.redports.org/buildarchive/r380941/ Log: Upgrade from 1.0.19 to 1.0.20. Assign to a new maintainer (the submitter of PR). PR: 198486 Submitted by: Benjamin WOods Modified: head/deskutils/genius/Makefile head/deskutils/genius/distinfo head/deskutils/genius/pkg-plist Modified: head/deskutils/genius/Makefile ============================================================================== --- head/deskutils/genius/Makefile Tue Mar 10 15:39:54 2015 (r380940) +++ head/deskutils/genius/Makefile Tue Mar 10 16:07:50 2015 (r380941) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= genius -PORTVERSION= 1.0.19 +PORTVERSION= 1.0.20 CATEGORIES= deskutils gnome MASTER_SITES= GNOME \ http://ftp.5z.com/pub/genius/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= woodsb02@gmail.com COMMENT= Arbitrary precision calculator for Gnome Desktop Environment LICENSE= GPLv3 @@ -16,7 +16,7 @@ BUILD_DEPENDS= rarian-sk-config:${PORTSD LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ +USES= desktop-file-utils gmake libtool pathfix pkgconfig \ readline shared-mime-info tar:xz USE_GNOME= gnomedocutils gnomeprefix gtksourceview2 gnomevfs2 vte GNU_CONFIGURE= yes @@ -28,6 +28,13 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes +OPTIONS_DEFINE= NLS +OPTIONS_DEFAULT= NLS +OPTIONS_SUB= yes + +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/deskutils/genius/distinfo ============================================================================== --- head/deskutils/genius/distinfo Tue Mar 10 15:39:54 2015 (r380940) +++ head/deskutils/genius/distinfo Tue Mar 10 16:07:50 2015 (r380941) @@ -1,2 +1,2 @@ -SHA256 (genius-1.0.19.tar.xz) = e5a979d13ae39fb1ae176078dbb301222e6c7a1c2cda8d999bac3ff6a4a7e6c2 -SIZE (genius-1.0.19.tar.xz) = 2447724 +SHA256 (genius-1.0.20.tar.xz) = 3994e414578fd494f02d89d0840ea86eff51a53e0a3fe1ae6d31d6c328b0d787 +SIZE (genius-1.0.20.tar.xz) = 2500880 Modified: head/deskutils/genius/pkg-plist ============================================================================== --- head/deskutils/genius/pkg-plist Tue Mar 10 15:39:54 2015 (r380940) +++ head/deskutils/genius/pkg-plist Tue Mar 10 16:07:50 2015 (r380941) @@ -25,7 +25,7 @@ share/applications/gnome-genius.desktop %%DATADIR%%/examples/eulers-method-exp-run.gel %%DATADIR%%/examples/eulers-method-graphs-exp.gel %%DATADIR%%/examples/fourier-series-animation.gel -%%DATADIR%%/examples/fourier-series-half-sawtooth.gel +%%DATADIR%%/examples/fourier-series-plotting.gel %%DATADIR%%/examples/laplace-fdm.gel %%DATADIR%%/examples/linapprox.gel %%DATADIR%%/examples/lorenz.gel @@ -147,10 +147,16 @@ share/gnome/help/genius/ru/figures/param share/gnome/help/genius/ru/figures/parametric_graph.png share/gnome/help/genius/ru/figures/surface_graph.png share/gnome/help/genius/ru/genius.xml +share/icons/hicolor/16x16/apps/gnome-genius.png +share/icons/hicolor/22x22/apps/gnome-genius.png +share/icons/hicolor/24x24/apps/gnome-genius.png +share/icons/hicolor/256x256/apps/gnome-genius.png share/icons/hicolor/32x32/apps/genius-stock-plot.png share/icons/hicolor/32x32/apps/gnome-genius.png share/icons/hicolor/48x48/apps/genius-stock-plot.png share/icons/hicolor/48x48/apps/gnome-genius.png +share/icons/hicolor/8x8/apps/gnome-genius.png +share/icons/hicolor/scalable/apps/gnome-genius.svg share/locale/ar/LC_MESSAGES/genius.mo share/locale/az/LC_MESSAGES/genius.mo share/locale/ca/LC_MESSAGES/genius.mo @@ -180,7 +186,6 @@ share/locale/ne/LC_MESSAGES/genius.mo share/locale/nl/LC_MESSAGES/genius.mo share/locale/oc/LC_MESSAGES/genius.mo share/locale/pa/LC_MESSAGES/genius.mo -share/locale/pl/LC_MESSAGES/genius.mo share/locale/pt/LC_MESSAGES/genius.mo share/locale/pt_BR/LC_MESSAGES/genius.mo share/locale/ro/LC_MESSAGES/genius.mo @@ -193,9 +198,9 @@ share/locale/sr@Latn/LC_MESSAGES/genius. share/locale/sv/LC_MESSAGES/genius.mo share/locale/zh_CN/LC_MESSAGES/genius.mo share/locale/zh_TW/LC_MESSAGES/genius.mo -share/mime/packages/genius.xml share/mime-info/genius.keys share/mime-info/genius.mime +share/mime/packages/genius.xml share/omf/genius/genius-C.omf share/omf/genius/genius-cs.omf share/omf/genius/genius-de.omf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503101607.t2AG7pI6099580>