mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Just when you get one version ported, they release another one.
This commit is contained in:
parent
e7dfb7fba8
commit
2aac7999be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53979
@ -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"
|
||||
|
@ -1 +1 @@
|
||||
MD5 (tinycobol-0.55.tar.gz) = c5b2df8247b9fbb335e78c234e0b5eea
|
||||
MD5 (tinycobol-0.56.tar.gz) = bdda5ace592dbab5032a90a46b228380
|
||||
|
@ -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.
|
||||
#
|
@ -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.
|
||||
#
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user