diff options
author | Patrick S. Gardella <patrick@FreeBSD.org> | 2002-01-29 18:23:06 +0000 |
---|---|---|
committer | Patrick S. Gardella <patrick@FreeBSD.org> | 2002-01-29 18:23:06 +0000 |
commit | 2aac7999bec70bf6acb7040c57ad3a58109d5ed3 (patch) | |
tree | 6a2ef24ab1801eda6f91d1b639cd94eb8464960a /lang/tinycobol | |
parent | e7dfb7fba88f3cb3cda8b30b8410be74b4e895e9 (diff) | |
download | ports-2aac7999bec70bf6acb7040c57ad3a58109d5ed3.tar.gz ports-2aac7999bec70bf6acb7040c57ad3a58109d5ed3.zip |
Just when you get one version ported, they release another one.
Notes
Notes:
svn path=/head/; revision=53979
Diffstat (limited to 'lang/tinycobol')
-rw-r--r-- | lang/tinycobol/Makefile | 3 | ||||
-rw-r--r-- | lang/tinycobol/distinfo | 2 | ||||
-rw-r--r-- | lang/tinycobol/files/patch-ad | 8 | ||||
-rw-r--r-- | lang/tinycobol/files/patch-ae | 8 | ||||
-rw-r--r-- | lang/tinycobol/pkg-plist | 4 |
5 files changed, 6 insertions, 19 deletions
diff --git a/lang/tinycobol/Makefile b/lang/tinycobol/Makefile index 97e346c8246a..a4b5dadb7e5e 100644 --- a/lang/tinycobol/Makefile +++ b/lang/tinycobol/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tinycobol -PORTVERSION= 0.55 +PORTVERSION= 0.56 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tiny-cobol @@ -17,6 +17,7 @@ LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db ONLY_FOR_ARCHS= i386 HAS_CONFIGURE= yes +USE_BISON= yes USE_GMAKE= yes CONFIGURE_ARGS= "--with-readline" diff --git a/lang/tinycobol/distinfo b/lang/tinycobol/distinfo index 8fd833d0b591..22a8189dc2b1 100644 --- a/lang/tinycobol/distinfo +++ b/lang/tinycobol/distinfo @@ -1 +1 @@ -MD5 (tinycobol-0.55.tar.gz) = c5b2df8247b9fbb335e78c234e0b5eea +MD5 (tinycobol-0.56.tar.gz) = bdda5ace592dbab5032a90a46b228380 diff --git a/lang/tinycobol/files/patch-ad b/lang/tinycobol/files/patch-ad deleted file mode 100644 index 1f8e1682d239..000000000000 --- a/lang/tinycobol/files/patch-ad +++ /dev/null @@ -1,8 +0,0 @@ ---- compiler/createver.sh.orig Sun Oct 28 22:39:48 2001 -+++ compiler/createver.sh Tue Jan 29 08:14:03 2002 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - # - # This shell script create a version number, system, compiled date. - # diff --git a/lang/tinycobol/files/patch-ae b/lang/tinycobol/files/patch-ae deleted file mode 100644 index 4209cf01349f..000000000000 --- a/lang/tinycobol/files/patch-ae +++ /dev/null @@ -1,8 +0,0 @@ ---- cobpp/createver.sh.orig Sun Oct 28 22:39:46 2001 -+++ cobpp/createver.sh Tue Jan 29 08:13:59 2002 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - # - # This shell script create a version number, system, compiled date. - # diff --git a/lang/tinycobol/pkg-plist b/lang/tinycobol/pkg-plist index a7c23c770935..0a3c000dd223 100644 --- a/lang/tinycobol/pkg-plist +++ b/lang/tinycobol/pkg-plist @@ -3,7 +3,6 @@ lib/libhtcobol.a lib/libhtcobol2.a share/htcobol/cobopt share/htcobol/htcobolpp -share/htcobol/copybooks/CMDLine.cpy @dirrm share/htcobol/copybooks @dirrm share/htcobol share/doc/tinycobol/Comments.old.txt @@ -13,3 +12,6 @@ share/doc/tinycobol/ProgramHeaders.Info.txt share/doc/tinycobol/VarStructure.Info.txt share/doc/tinycobol/compiler-design-future.txt @dirrm share/doc/tinycobol +man/man1/htcobol.1 +man/man1/htcobf2f.1 +man/man1/htcobolpp.1 |