diff options
author | naddy <naddy@FreeBSD.org> | 2004-10-23 21:51:22 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2004-10-23 21:51:22 +0800 |
commit | 4529304c15952eacbb77d174e5ad97b53e3fff9c (patch) | |
tree | 601b49acccf3eece07b8ce211070a5d645f1a5c7 | |
parent | 491d8ac88b7019b1ec8d2e6ef25acf130f75b05a (diff) | |
download | freebsd-ports-gnome-4529304c15952eacbb77d174e5ad97b53e3fff9c.tar.gz freebsd-ports-gnome-4529304c15952eacbb77d174e5ad97b53e3fff9c.tar.zst freebsd-ports-gnome-4529304c15952eacbb77d174e5ad97b53e3fff9c.zip |
Update to 1.2.4. This is a bugfix/minor feature enhancement release:
* introducing thousands separators
* several bugfixes
* cleaned up display code
* new and updated translations
-rw-r--r-- | math/galculator/Makefile | 2 | ||||
-rw-r--r-- | math/galculator/distinfo | 4 | ||||
-rw-r--r-- | math/galculator/pkg-plist | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 6bbbf15f5355..7ba6e2c5c493 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -6,7 +6,7 @@ # PORTNAME= galculator -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/math/galculator/distinfo b/math/galculator/distinfo index 5402908d141c..fde72583232f 100644 --- a/math/galculator/distinfo +++ b/math/galculator/distinfo @@ -1,2 +1,2 @@ -MD5 (galculator-1.2.3.tar.bz2) = f42148bcaac4b6b097cf2055c780bcfc -SIZE (galculator-1.2.3.tar.bz2) = 209732 +MD5 (galculator-1.2.4.tar.bz2) = a011a3d7063fab63ca371afa3bbde3df +SIZE (galculator-1.2.4.tar.bz2) = 224495 diff --git a/math/galculator/pkg-plist b/math/galculator/pkg-plist index 1e185d7fca02..ba5386c56dac 100644 --- a/math/galculator/pkg-plist +++ b/math/galculator/pkg-plist @@ -14,6 +14,8 @@ share/galculator/glade/scientific_buttons.glade share/locale/de/LC_MESSAGES/galculator.mo share/locale/fr/LC_MESSAGES/galculator.mo share/locale/ja/LC_MESSAGES/galculator.mo +share/locale/pl/LC_MESSAGES/galculator.mo share/locale/pt_BR/LC_MESSAGES/galculator.mo +share/locale/ro/LC_MESSAGES/galculator.mo @dirrm share/galculator/glade @dirrm share/galculator |