[Lunar-commits] <moonbase> groff: version bumped to 1.21.
Florin Braescu
florin at lunar-linux.org
Fri Dec 31 13:24:02 CET 2010
commit e0b7c62faa04f979a1189e4f74ade5d268c2c7f8
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Dec 31 14:24:02 2010 +0200
groff: version bumped to 1.21.
Bugfixes and enhacements.
---
doc-tools/groff/BUILD | 8 ++++----
doc-tools/groff/DEPENDS | 1 -
doc-tools/groff/DETAILS | 8 ++++----
3 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/doc-tools/groff/BUILD b/doc-tools/groff/BUILD
index 218672b..3f7dfb3 100644
--- a/doc-tools/groff/BUILD
+++ b/doc-tools/groff/BUILD
@@ -1,13 +1,13 @@
(
- default_build &&
- cd /usr/bin &&
+ default_build &&
+ cd /usr/bin &&
if [ ! -e geqn ] ; then
ln -sf eqn geqn
- fi &&
+ fi &&
if [ ! -e gtbl ] ; then
ln -sf tbl gtbl
- fi &&
+ fi &&
if [ ! -e zsoelim ] ; then
ln -sf soelim zsoelim
fi
diff --git a/doc-tools/groff/DEPENDS b/doc-tools/groff/DEPENDS
index 7362876..f290767 100644
--- a/doc-tools/groff/DEPENDS
+++ b/doc-tools/groff/DEPENDS
@@ -1,5 +1,4 @@
depends bison
-
optional_depends netpbm "" "" "for pnmtopng support"
optional_depends psutils "" "" "for groff's HTML backend support"
diff --git a/doc-tools/groff/DETAILS b/doc-tools/groff/DETAILS
index 6293fea..900261c 100644
--- a/doc-tools/groff/DETAILS
+++ b/doc-tools/groff/DETAILS
@@ -1,11 +1,11 @@
MODULE=groff
- VERSION=1.20.1
+ VERSION=1.21
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$GNU_URL/$MODULE
- SOURCE_VFY=sha1:3066587d73df73c2bda235034f4515cf52d22549
+ SOURCE_URL=$GNU_URL/$MODULE
+ SOURCE_VFY=sha1:a513aca4a7530a6e63325addd6ba2d282c8f1608
WEB_SITE=http://www.gnu.org/software/groff/groff.html
ENTERED=20010922
- UPDATED=20090110
+ UPDATED=20101231
SHORT="A device-independent document processor/formatter"
PSAFE=no
More information about the Lunar-commits
mailing list