diff options
author | patrick <patrick@FreeBSD.org> | 2001-05-31 20:42:38 +0800 |
---|---|---|
committer | patrick <patrick@FreeBSD.org> | 2001-05-31 20:42:38 +0800 |
commit | 806d4e0ee2efa63c42bedb0b28474afb97ee2efb (patch) | |
tree | c45a88a53ab90c44e3f22291a934d746e75d7932 /lang | |
parent | 5d19bc33fcb785fd7a48ce2633d6b3fa8bfae497 (diff) | |
download | freebsd-ports-graphics-806d4e0ee2efa63c42bedb0b28474afb97ee2efb.tar.gz freebsd-ports-graphics-806d4e0ee2efa63c42bedb0b28474afb97ee2efb.tar.zst freebsd-ports-graphics-806d4e0ee2efa63c42bedb0b28474afb97ee2efb.zip |
Upgrade to 0.53
Diffstat (limited to 'lang')
-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 7323560a128..d3a6553ebd4 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 960a292e30d..a63666e98ac 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 7ea3fdd55a3..53637fcf60a 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 |