[Lunar-commits] <moonbase> enca: Version bump.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Feb 21 14:14:42 CET 2010
commit d29c4b7638fd7c91ee0634307a2acfd5745f2188
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Feb 21 08:14:42 2010 -0500
enca: Version bump.
---
libs/enca/BUILD | 14 ++++++++++++++
libs/enca/DETAILS | 6 +++---
2 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/libs/enca/BUILD b/libs/enca/BUILD
new file mode 100644
index 0000000..a8c7365
--- /dev/null
+++ b/libs/enca/BUILD
@@ -0,0 +1,14 @@
+(
+
+# It borks if these are present.
+ if [ -f /usr/share/man/man1/enconv.1 ] ; then
+ rm /usr/share/man/man1/enconv.1
+ fi &&
+
+ if [ -f /usr/bin/enconv ] ; then
+ rm /usr/bin/enconv
+ fi &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/enca/DETAILS b/libs/enca/DETAILS
index e9e77cc..c43200a 100644
--- a/libs/enca/DETAILS
+++ b/libs/enca/DETAILS
@@ -1,11 +1,11 @@
MODULE=enca
- VERSION=1.12
+ VERSION=1.13
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://dl.cihar.com/enca/
- SOURCE_VFY=sha1:36e1e6ebac9dbf701008d80362f10ac50378b4dc
+ SOURCE_VFY=sha1:448e5a6d356980ca6d489e760eacbcca118b320f
WEB_SITE=http://gitorious.org/enca
ENTERED=20060124
- UPDATED=20091230
+ UPDATED=20100221
SHORT="Extremely Naive Charset Analyser."
cat << EOF
More information about the Lunar-commits
mailing list