diff options
author | Patrick S. Gardella <patrick@FreeBSD.org> | 2001-05-31 12:42:38 +0000 |
---|---|---|
committer | Patrick S. Gardella <patrick@FreeBSD.org> | 2001-05-31 12:42:38 +0000 |
commit | d45a652df54af3da586fe123c40b4ce374e35be9 (patch) | |
tree | 9f62578d2f20c70e3db28c5ddce7a5122cda2994 | |
parent | Fix typo: neccessary -> necessary. (diff) |
Upgrade to 0.53
Notes
Notes:
svn path=/head/; revision=43347
-rw-r--r-- | lang/tinycobol/Makefile | 2 | ||||
-rw-r--r-- | lang/tinycobol/distinfo | 2 | ||||
-rw-r--r-- | lang/tinycobol/pkg-plist | 17 |
3 files changed, 9 insertions, 12 deletions
diff --git a/lang/tinycobol/Makefile b/lang/tinycobol/Makefile index 7323560a128e..d3a6553ebd47 100644 --- a/lang/tinycobol/Makefile +++ b/lang/tinycobol/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tinycobol -PORTVERSION= 0.52 +PORTVERSION= 0.53 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tiny-cobol diff --git a/lang/tinycobol/distinfo b/lang/tinycobol/distinfo index 960a292e30d6..a63666e98acb 100644 --- a/lang/tinycobol/distinfo +++ b/lang/tinycobol/distinfo @@ -1 +1 @@ -MD5 (tinycobol-0.52.tar.gz) = 55c1c049bc874d163eb5b60857158c1d +MD5 (tinycobol-0.53.tar.gz) = fd4debf752a9da08b48df2cb62f4380f diff --git a/lang/tinycobol/pkg-plist b/lang/tinycobol/pkg-plist index 7ea3fdd55a37..53637fcf60a7 100644 --- a/lang/tinycobol/pkg-plist +++ b/lang/tinycobol/pkg-plist @@ -1,20 +1,17 @@ bin/htcobol -bin/htcobpp -bin/htcobf2f -bin/htcobdispcv.tcl -bin/htcobviscomp.tcl lib/libhtcobol.a +lib/libhtcobol2.a share/htcobol/cobopt share/htcobol/htcobolpp -share/htcobol/copybook/CMDLine.cpy -share/htcobol/copybook/CMDLine1.cpy -share/htcobol/copybook/ENVAR1.cpy -@dirrm share/htcobol/copybook +share/htcobol/copybooks/CMDLine.cpy +share/htcobol/copybooks/CMDLine1.cpy +share/htcobol/copybooks/ENVAR1.cpy +@dirrm share/htcobol/copybooks @dirrm share/htcobol share/doc/tinycobol/Comments.old.txt -share/doc/tinycobol/ProgramHeaders.Info.txt share/doc/tinycobol/Compiler-Overview.txt -share/doc/tinycobol/VarStructure.Info.txt share/doc/tinycobol/GAS.asm-i386.Info.txt +share/doc/tinycobol/ProgramHeaders.Info.txt +share/doc/tinycobol/VarStructure.Info.txt share/doc/tinycobol/compiler-design-future.txt @dirrm share/doc/tinycobol |