summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-11-13 02:37:57 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-11-13 02:37:57 +0000
commita4fa436ea8554779c18eec00b7496eb6ba2a9a95 (patch)
tree9362d86cf1c59fe03f42f65571198bbd5e6bfe32
parentHardcode PKGNAMEPREFIX. (diff)
Update to 1.1.4: RPN mode improvements, bugfixes, translation updates.
Notes
Notes: svn path=/head/; revision=93852
Diffstat (limited to '')
-rw-r--r--math/galculator/Makefile2
-rw-r--r--math/galculator/distinfo2
-rw-r--r--math/galculator/files/patch-configure20
-rw-r--r--math/galculator/pkg-plist1
4 files changed, 3 insertions, 22 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile
index d3829bd04feb..5ec6d9df3590 100644
--- a/math/galculator/Makefile
+++ b/math/galculator/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= galculator
-PORTVERSION= 1.1.3
+PORTVERSION= 1.1.4
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/math/galculator/distinfo b/math/galculator/distinfo
index 3977d87e1e8c..597462cefce9 100644
--- a/math/galculator/distinfo
+++ b/math/galculator/distinfo
@@ -1 +1 @@
-MD5 (galculator-1.1.3.tar.bz2) = 4fded689a79b21015bf8d762916c0330
+MD5 (galculator-1.1.4.tar.bz2) = 3f0d80474ef6c585958e5ece5f6d5aa7
diff --git a/math/galculator/files/patch-configure b/math/galculator/files/patch-configure
deleted file mode 100644
index d737b02a9dc7..000000000000
--- a/math/galculator/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
-$FreeBSD$
---- configure.orig Mon Jun 23 21:57:17 2003
-+++ configure Thu Jun 26 00:23:52 2003
-@@ -4003,6 +4003,8 @@ done
- fi
-
- if test "$gt_cv_have_gettext" = "yes"; then
-+save_LIBS=$LIBS
-+LIBS="$INTLLIBS $LIBS"
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_GETTEXT 1
-@@ -4334,6 +4336,7 @@ rm -f conftest.$ac_objext conftest$ac_ex
- gt_cv_have_gettext=no
- fi
- fi
-+LIBS=$save_LIBS
-
- fi
-
diff --git a/math/galculator/pkg-plist b/math/galculator/pkg-plist
index 26ae9f6c4603..f4c7ba310185 100644
--- a/math/galculator/pkg-plist
+++ b/math/galculator/pkg-plist
@@ -6,6 +6,7 @@ share/galculator/glade/basic_buttons.glade
share/galculator/glade/color.glade
share/galculator/glade/dispctrl_bottom.glade
share/galculator/glade/dispctrl_right.glade
+share/galculator/glade/dispctrl_right_vertical.glade
share/galculator/glade/font.glade
share/galculator/glade/main_frame.glade
share/galculator/glade/prefs.glade