svn commit: r316826 - head/math/galculator

Christian Weisgerber naddy at FreeBSD.org
Mon Apr 29 15:00:16 UTC 2013


Author: naddy
Date: Mon Apr 29 15:00:15 2013
New Revision: 316826
URL: http://svnweb.freebsd.org/changeset/ports/316826

Log:
  Update to 2.1.2.  No user-visible changes.

Modified:
  head/math/galculator/Makefile
  head/math/galculator/distinfo
  head/math/galculator/pkg-plist

Modified: head/math/galculator/Makefile
==============================================================================
--- head/math/galculator/Makefile	Mon Apr 29 14:49:18 2013	(r316825)
+++ head/math/galculator/Makefile	Mon Apr 29 15:00:15 2013	(r316826)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	galculator
-PORTVERSION=	2.1
+PORTVERSION=	2.1.2
 CATEGORIES=	math
 MASTER_SITES=	SF
 
@@ -17,10 +17,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--disable-gtk3
 MAKE_JOBS_SAFE=	yes
 
-# The existence of libquadmath with sinhq() on a system does not
-# guarantee that the compiler actually supports GCC libquadmath.
-CONFIGURE_ENV=	ac_cv_lib_quadmath_sinhq=no
-
 MAN1=		galculator.1
 
 .include <bsd.port.mk>

Modified: head/math/galculator/distinfo
==============================================================================
--- head/math/galculator/distinfo	Mon Apr 29 14:49:18 2013	(r316825)
+++ head/math/galculator/distinfo	Mon Apr 29 15:00:15 2013	(r316826)
@@ -1,2 +1,2 @@
-SHA256 (galculator-2.1.tar.bz2) = f3ae03601a123287cddf6f79e79cf37bbe5ce87a98997e0fd623f1cd08e6f6be
-SIZE (galculator-2.1.tar.bz2) = 404488
+SHA256 (galculator-2.1.2.tar.bz2) = 23e7e8d02ec49bf06e061e7fa56c779fd0f353ec294c30fd88858786d8e4a79b
+SIZE (galculator-2.1.2.tar.bz2) = 427684

Modified: head/math/galculator/pkg-plist
==============================================================================
--- head/math/galculator/pkg-plist	Mon Apr 29 14:49:18 2013	(r316825)
+++ head/math/galculator/pkg-plist	Mon Apr 29 15:00:15 2013	(r316826)
@@ -2,17 +2,23 @@
 bin/galculator
 share/applications/galculator.desktop
 %%DATADIR%%/ui/about.ui
-%%DATADIR%%/ui/basic_buttons.ui
+%%DATADIR%%/ui/basic_buttons_gtk2.ui
+%%DATADIR%%/ui/basic_buttons_gtk3.ui
 %%DATADIR%%/ui/classic_view.ui
-%%DATADIR%%/ui/dispctrl_bottom.ui
-%%DATADIR%%/ui/dispctrl_right.ui
-%%DATADIR%%/ui/dispctrl_right_vertical.ui
+%%DATADIR%%/ui/dispctrl_bottom_gtk2.ui
+%%DATADIR%%/ui/dispctrl_bottom_gtk3.ui
+%%DATADIR%%/ui/dispctrl_right_gtk2.ui
+%%DATADIR%%/ui/dispctrl_right_gtk3.ui
+%%DATADIR%%/ui/dispctrl_right_vertical_gtk2.ui
+%%DATADIR%%/ui/dispctrl_right_vertical_gtk3.ui
 %%DATADIR%%/ui/main_frame.ui
 %%DATADIR%%/ui/main_frame_hildon.ui
 %%DATADIR%%/ui/paper_view.ui
 %%DATADIR%%/ui/prefs-ume.ui
-%%DATADIR%%/ui/prefs.ui
-%%DATADIR%%/ui/scientific_buttons.ui
+%%DATADIR%%/ui/prefs_gtk2.ui
+%%DATADIR%%/ui/prefs_gtk3.ui
+%%DATADIR%%/ui/scientific_buttons_gtk2.ui
+%%DATADIR%%/ui/scientific_buttons_gtk3.ui
 share/icons/hicolor/48x48/apps/galculator.png
 share/icons/hicolor/scalable/apps/galculator.svg
 share/locale/da_DK/LC_MESSAGES/galculator.mo
@@ -21,6 +27,7 @@ share/locale/es_MX/LC_MESSAGES/galculato
 share/locale/fr/LC_MESSAGES/galculator.mo
 share/locale/ja/LC_MESSAGES/galculator.mo
 share/locale/kk_KZ/LC_MESSAGES/galculator.mo
+share/locale/lt/LC_MESSAGES/galculator.mo
 share/locale/pl/LC_MESSAGES/galculator.mo
 share/locale/pt/LC_MESSAGES/galculator.mo
 share/locale/pt_BR/LC_MESSAGES/galculator.mo


More information about the svn-ports-all mailing list