[Lunar-commits] <moonbase-core> gettext: version bumped to 0.19.3.
Florin Braescu
florin at lunar-linux.org
Sat Nov 22 09:50:35 CET 2014
commit e01c418edb20220f708d1496b5a262a58d528d78
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri, 17 Oct 2014 16:11:29 +0300
URL: https://github.com/lunar-linux/moonbase-core/commit/e01c418edb20220f708d1496b5a262a58d528d78
gettext: version bumped to 0.19.3.
---
libs/gettext/DEPENDS | +10/-0
libs/gettext/DETAILS | +3/-3
2 files changed, 13 insertions(+), 3 deletions(-)
--- a/libs/gettext/DEPENDS
+++ b/libs/gettext/DEPENDS
@@ -1 +1,11 @@
depends autoconf
+
+optional_depends "bzip2" "" "--without-bzip2" "to compress data with bzip2"
+optional_depends "xz" "" "--without-xz" "to compress data with xz"
+
+optional_depends "libunistring" "" "" "for Unicode support"
+optional_depends "expat" "" "" "for XML support"
+optional_depends "libcroco" "" "" "for CSSS2 support"
+optional_depends "ncurses" "" "" "for ncurses support"
+optional_depends "libxml2" "" "" "for XML 2 support"
+
--- a/libs/gettext/DETAILS
+++ b/libs/gettext/DETAILS
@@ -1,12 +1,12 @@
MODULE=gettext
- VERSION=0.19.2
+ VERSION=0.19.3
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=$GNU_URL/$MODULE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
- SOURCE_VFY=sha1:3a8e0627290216d695661a748261eacda5cec8aa
+ SOURCE_VFY=sha256:93952d505a3d3b1ec10c69d340c7d438b1f9c332710d583981c0608be3eeb3f6
WEB_SITE=http://www.gnu.org/software/gettext
ENTERED=20010922
- UPDATED=20140718
+ UPDATED=20141017
PSAFE="no"
SHORT="The GNU internationalisation library"
More information about the Lunar-commits
mailing list