Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2002 13:55:58 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tilman@arved.de, patrick@FreeBSD.org
Subject:   ports/43446: Unbreak: lang/tinycobol
Message-ID:  <200209281155.g8SBtw56034350@sauna.arved.de>

next in thread | raw e-mail | index | archive | help

>Number:         43446
>Category:       ports
>Synopsis:       Unbreak: lang/tinycobol
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 28 05:00:11 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
BSD Usergroup Austria
>Environment:
System: FreeBSD sauna.arved.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 7 20:02:41 CEST 2002 tilman@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386


	
>Description:
	Update
	Added Manpages correctly
	
>How-To-Repeat:
	
>Fix:

	

--- tinycobol.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/tinycobol/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	22 Aug 2002 19:34:31 -0000	1.13
+++ Makefile	28 Sep 2002 11:52:58 -0000
@@ -6,15 +6,13 @@
 #
 
 PORTNAME=	tinycobol
-PORTVERSION=	0.57
+PORTVERSION=	0.58
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	tiny-cobol
 
 MAINTAINER=	patrick@freebsd.org
 
-BROKEN=		"Does not package correctly"
-
 LIB_DEPENDS=	db2.0:${PORTSDIR}/databases/db2 \
 		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
 
@@ -26,6 +24,8 @@
 CONFIGURE_ARGS=	"--with-readline"
 CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt ${LDFLAGS}" \
 		CPPFLAGS="-I${LOCALBASE}/include" 
+
+MAN1=	htcobol.1 htcobf2f.1 htcobolpp.1
 
 pre-install:
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/lang/tinycobol/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo	26 Feb 2002 00:55:30 -0000	1.9
+++ distinfo	28 Sep 2002 11:48:08 -0000
@@ -1 +1 @@
-MD5 (tinycobol-0.57.tar.gz) = c0079eb6a73759b736ec3aa21f7abd49
+MD5 (tinycobol-0.58.tar.gz) = e1646b929b9d9aba9fc04980c0131920
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/lang/tinycobol/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- pkg-plist	29 Jan 2002 18:22:59 -0000	1.6
+++ pkg-plist	28 Sep 2002 11:53:25 -0000
@@ -1,8 +1,9 @@
 bin/htcobol
 lib/libhtcobol.a
 lib/libhtcobol2.a
-share/htcobol/cobopt
 share/htcobol/htcobolpp
+share/htcobol/htcobolrc
+share/htcobol/copybooks/screen.cpy
 @dirrm share/htcobol/copybooks
 @dirrm share/htcobol
 share/doc/tinycobol/Comments.old.txt
@@ -12,6 +13,3 @@
 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
--- tinycobol.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209281155.g8SBtw56034350>