ports/51764: Maintainer update: lang/gforth (0.6.1)

Cyrille Lefevre cyrille.lefevre at laposte.net
Sun May 4 20:10:29 UTC 2003


>Number:         51764
>Category:       ports
>Synopsis:       Maintainer update: lang/gforth (0.6.1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 04 13:10:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 5.0-RELEASE-p7 i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #12: Wed Apr 30 16:52:24 CEST 2003 root at gits:/disk3/freebsd/current/obj/disk3/freebsd/current/src/sys/CUSTOM i386
>Description:
	Makefile
		PORTVERSION bumped
		install-info deleted
		install-doc added
		EMPTY_DIRS updated
		CONFIGURE_TARGET added (eof)
	distinfo
		updated
	pkg-plist
		doc files added
		updated as needed
>How-To-Repeat:
	n/a
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/gforth/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	21 Feb 2003 12:35:02 -0000	1.11
+++ Makefile	30 Apr 2003 23:37:00 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gforth
-PORTVERSION=	0.5.0
+PORTVERSION=	0.6.1
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	gforth
@@ -24,18 +24,14 @@
 USE_GMAKE=	yes
 ALL_TARGET=	all info
 
-# PREFIX isn't honored. force it w/ prefix.
-MAKE_ARGS=	prefix=${PREFIX}
-
 MAN1=		gforth.1
 
 # Local variables
 #
 
-INSTALL_INFO?=	install-info
-
-INFO_FILES=	${PORTNAME}.info
-INFO_DIR=	${PREFIX}/info
+DOC_FILES=	AUTHORS BUGS Benchres COPYING COPYING.DOC \
+		INSTALL INSTALL.BINDIST NEWS README \
+		NEWS.vmgen README.vmgen ToDo
 
 EMACS_FILES=	gforth.el
 EMACS_DIR=	${PREFIX}/share/emacs/site-lisp
@@ -43,8 +39,8 @@
 EMPTY_FILES=	siteinit.fs
 FORTH_DIR=	${DATADIR}/site-forth
 
-EMPTY_DIRS=	4stack 6502 8086 avr c165 generic h8 \
-		hppa ia64 m68k misc power shboom sparc
+EMPTY_DIRS=	4stack 6502 8086 avr c165 generic h8 hppa \
+		ia64 m68k misc power sharc shboom sparc
 ARCH_DIR=	${DATADIR}/${PORTVERSION}/arch
 
 # Post-extract
@@ -70,17 +66,19 @@
 # Post-install
 #
 
-post-install: install-info install-el \
-	      remove-empty-files remove-empty-dirs
+post-install: install-doc install-el remove-empty-files remove-empty-dirs
 
-install-info:
-.for file in ${INFO_FILES}
-	@${INSTALL_INFO} ${INFO_DIR}/${file} ${INFO_DIR}/dir
+install-doc:
+.if !defined(NOPORTSDOC)
+	@${MKDIR} ${DOCSDIR}
+.for file in ${DOC_FILES}
+	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
+.endif
 
 install-el:
 .for file in ${EMACS_FILES}
-	@${INSTALL_DATA} ${WRKSRC}/${file} ${EMACS_DIR}/${file}
+	@${INSTALL_DATA} ${WRKSRC}/${file} ${EMACS_DIR}
 .endfor
 
 remove-empty-files:
@@ -94,3 +92,5 @@
 .endfor
 
 .include <bsd.port.mk>
+
+CONFIGURE_TARGET:= --build=${CONFIGURE_TARGET}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/lang/gforth/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	21 Oct 2000 19:29:01 -0000	1.1
+++ distinfo	30 Apr 2003 17:41:21 -0000
@@ -1 +1 @@
-MD5 (gforth-0.5.0.tar.gz) = db16b64e9d63934bc4455e9b2aebbe13
+MD5 (gforth-0.6.1.tar.gz) = 91855c11c3989d0ba92139e278f047d0
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/lang/gforth/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	23 Mar 2001 03:05:35 -0000	1.2
+++ pkg-plist	30 Apr 2003 23:39:00 -0000
@@ -1,186 +1,223 @@
 @comment $FreeBSD$
-bin/gforth-0.5.0
+bin/gforth-0.6.1
 @exec ln -fs %f %B/gforth
 @unexec rm -f %B/gforth
-bin/gforth-fast-0.5.0
+bin/gforth-fast-0.6.1
 @exec ln -fs %f %B/gforth-fast
 @unexec rm -f %B/gforth-fast
-bin/gforthmi-0.5.0
+bin/gforth-itc-0.6.1
+ at exec ln -fs %f %B/gforth-itc
+ at unexec rm -f %B/gforth-itc
+bin/gforthmi-0.6.1
 @exec ln -fs %f %B/gforthmi
 @unexec rm -f %B/gforthmi
- at unexec install-info --delete %D/info/gforth.info %D/info/dir
+bin/vmgen-0.6.1
+ at exec ln -fs %f %B/vmgen
+ at unexec rm -f %B/vmgen
+ at unexec install-info --quiet --delete %D/info/gforth.info %D/info/dir
 info/gforth.info
 @exec install-info %D/info/gforth.info %D/info/dir
-lib/gforth/0.5.0/gforth-ditc
-lib/gforth/0.5.0/gforth.fi
+ at unexec install-info --quiet --delete %D/info/vmgen.info %D/info/dir
+info/vmgen.info
+ at exec install-info %D/info/vmgen.info %D/info/dir
+lib/gforth/0.6.1/gforth-ditc
+lib/gforth/0.6.1/gforth.fi
 @exec mkdir -p %D/lib/gforth/site-forth
+%%PORTDOCS%%share/doc/gforth/AUTHORS
+%%PORTDOCS%%share/doc/gforth/BUGS
+%%PORTDOCS%%share/doc/gforth/Benchres
+%%PORTDOCS%%share/doc/gforth/COPYING
+%%PORTDOCS%%share/doc/gforth/COPYING.DOC
+%%PORTDOCS%%share/doc/gforth/INSTALL
+%%PORTDOCS%%share/doc/gforth/INSTALL.BINDIST
+%%PORTDOCS%%share/doc/gforth/NEWS
+%%PORTDOCS%%share/doc/gforth/NEWS.vmgen
+%%PORTDOCS%%share/doc/gforth/README
+%%PORTDOCS%%share/doc/gforth/README.vmgen
+%%PORTDOCS%%share/doc/gforth/ToDo
 share/emacs/site-lisp/gforth.el
-share/gforth/0.5.0/TAGS
-share/gforth/0.5.0/add.fs
-share/gforth/0.5.0/ans-report.fs
-share/gforth/0.5.0/ansi.fs
-share/gforth/0.5.0/answords.fs
-share/gforth/0.5.0/arch/386/asm.fs
-share/gforth/0.5.0/arch/386/disasm.fs
-share/gforth/0.5.0/arch/alpha/asm.fs
-share/gforth/0.5.0/arch/alpha/disasm.fs
-share/gforth/0.5.0/arch/mips/asm.fs
-share/gforth/0.5.0/arch/mips/disasm.fs
-share/gforth/0.5.0/arch/mips/insts.fs
-share/gforth/0.5.0/asm/README
-share/gforth/0.5.0/asm/basic.fs
-share/gforth/0.5.0/asm/bitmask.fs
-share/gforth/0.5.0/asm/generic.fs
-share/gforth/0.5.0/asm/numref.fs
-share/gforth/0.5.0/asm/target.fs
-share/gforth/0.5.0/assert.fs
-share/gforth/0.5.0/backtrac.fs
-share/gforth/0.5.0/blocked.fb
-share/gforth/0.5.0/blocks.fs
-share/gforth/0.5.0/bubble.fs
-share/gforth/0.5.0/bufio.fs
-share/gforth/0.5.0/chains.fs
-share/gforth/0.5.0/code.fs
-share/gforth/0.5.0/colorize.fs
-share/gforth/0.5.0/comp-i.fs
-share/gforth/0.5.0/compat/README
-share/gforth/0.5.0/compat/anslocal.fs
-share/gforth/0.5.0/compat/assert.fs
-share/gforth/0.5.0/compat/control.fs
-share/gforth/0.5.0/compat/defer.fs
-share/gforth/0.5.0/compat/exception.fs
-share/gforth/0.5.0/compat/loops.fs
-share/gforth/0.5.0/compat/required.fs
-share/gforth/0.5.0/compat/struct.fs
-share/gforth/0.5.0/compat/vocabulary.fs
-share/gforth/0.5.0/cross.fs
-share/gforth/0.5.0/debug.fs
-share/gforth/0.5.0/debugs.fs
-share/gforth/0.5.0/doc/makedoc.fs
-share/gforth/0.5.0/doskey.fs
-share/gforth/0.5.0/ds2texi.fs
-share/gforth/0.5.0/ec/README
-share/gforth/0.5.0/ec/builttag.fs
-share/gforth/0.5.0/ec/dotx.fs
-share/gforth/0.5.0/ec/mirror.fs
-share/gforth/0.5.0/ec/nesting.fs
-share/gforth/0.5.0/ec/shex.fs
-share/gforth/0.5.0/ekey.fs
-share/gforth/0.5.0/environ.fs
-share/gforth/0.5.0/envos.dos
-share/gforth/0.5.0/envos.fs
-share/gforth/0.5.0/envos.os2
-share/gforth/0.5.0/errors.fs
-share/gforth/0.5.0/etags.fs
-share/gforth/0.5.0/exboot.fs
-share/gforth/0.5.0/except.fs
-share/gforth/0.5.0/extend.fs
-share/gforth/0.5.0/fi2c.fs
-share/gforth/0.5.0/fib.fs
-share/gforth/0.5.0/filedump.fs
-share/gforth/0.5.0/float.fs
-share/gforth/0.5.0/glocals.fs
-share/gforth/0.5.0/glosgen.fs
-share/gforth/0.5.0/gray.fs
-share/gforth/0.5.0/hash.fs
-share/gforth/0.5.0/history.fs
-share/gforth/0.5.0/httpd.fs
-share/gforth/0.5.0/intcomp.fs
-share/gforth/0.5.0/kernel/accept.fs
-share/gforth/0.5.0/kernel/aliases.fs
-share/gforth/0.5.0/kernel/aliases0.fs
-share/gforth/0.5.0/kernel/args.fs
-share/gforth/0.5.0/kernel/basics.fs
-share/gforth/0.5.0/kernel/cbr.fs
-share/gforth/0.5.0/kernel/cloop.fs
-share/gforth/0.5.0/kernel/comp.fs
-share/gforth/0.5.0/kernel/cond-old.fs
-share/gforth/0.5.0/kernel/cond.fs
-share/gforth/0.5.0/kernel/doers.fs
-share/gforth/0.5.0/kernel/errore.fs
-share/gforth/0.5.0/kernel/files.fs
-share/gforth/0.5.0/kernel/getdoers.fs
-share/gforth/0.5.0/kernel/int.fs
-share/gforth/0.5.0/kernel/io.fs
-share/gforth/0.5.0/kernel/kernel.fs
-share/gforth/0.5.0/kernel/license.fs
-share/gforth/0.5.0/kernel/main.fs
-share/gforth/0.5.0/kernel/nio.fs
-share/gforth/0.5.0/kernel/pass.fs
-share/gforth/0.5.0/kernel/paths.fs
-share/gforth/0.5.0/kernel/prim0.fs
-share/gforth/0.5.0/kernel/quotes.fs
-share/gforth/0.5.0/kernel/require.fs
-share/gforth/0.5.0/kernel/saccept.fs
-share/gforth/0.5.0/kernel/tools.fs
-share/gforth/0.5.0/kernel/toolsext.fs
-share/gforth/0.5.0/kernel/vars.fs
-share/gforth/0.5.0/kernl32l.fi
-share/gforth/0.5.0/lib.fs
-share/gforth/0.5.0/locals.fs
-share/gforth/0.5.0/look.fs
-share/gforth/0.5.0/mach16b.fs
-share/gforth/0.5.0/mach16l.fs
-share/gforth/0.5.0/mach32b.fs
-share/gforth/0.5.0/mach32l.fs
-share/gforth/0.5.0/mach64b.fs
-share/gforth/0.5.0/mach64l.fs
-share/gforth/0.5.0/machpc.fs
-share/gforth/0.5.0/make-app.fs
-share/gforth/0.5.0/matrix.fs
-share/gforth/0.5.0/mini-oof.fs
-share/gforth/0.5.0/moof-exm.fs
-share/gforth/0.5.0/moofglos.fs
-share/gforth/0.5.0/more.fs
-share/gforth/0.5.0/objects.fs
-share/gforth/0.5.0/objexamp.fs
-share/gforth/0.5.0/oof.fs
-share/gforth/0.5.0/oofsampl.fs
-share/gforth/0.5.0/other.fs
-share/gforth/0.5.0/prim
-share/gforth/0.5.0/prims2x.fs
-share/gforth/0.5.0/random.fs
-share/gforth/0.5.0/savesys.fs
-share/gforth/0.5.0/search.fs
-share/gforth/0.5.0/see-ext.fs
-share/gforth/0.5.0/see.fs
-share/gforth/0.5.0/siev.fs
-share/gforth/0.5.0/sieve.fs
-share/gforth/0.5.0/sokoban.fs
-share/gforth/0.5.0/source.fs
-share/gforth/0.5.0/startup.fs
-share/gforth/0.5.0/string.fs
-share/gforth/0.5.0/struct.fs
-share/gforth/0.5.0/stuff.fs
-share/gforth/0.5.0/table.fs
-share/gforth/0.5.0/tasker.fs
-share/gforth/0.5.0/termsize.fs
-share/gforth/0.5.0/test/checkans.fs
-share/gforth/0.5.0/test/coretest.fs
-share/gforth/0.5.0/test/dbltest.fs
-share/gforth/0.5.0/test/other.fs
-share/gforth/0.5.0/test/postpone.fs
-share/gforth/0.5.0/test/tester.fs
-share/gforth/0.5.0/tt.fs
-share/gforth/0.5.0/unbuffer.fs
-share/gforth/0.5.0/vt100.fs
-share/gforth/0.5.0/vt100key.fs
-share/gforth/0.5.0/wordinfo.fs
-share/gforth/0.5.0/wordsets.fs
+share/gforth/0.6.1/TAGS
+share/gforth/0.6.1/add.fs
+share/gforth/0.6.1/ans-report.fs
+share/gforth/0.6.1/ansi.fs
+share/gforth/0.6.1/answords.fs
+share/gforth/0.6.1/arch/386/asm.fs
+share/gforth/0.6.1/arch/386/disasm.fs
+share/gforth/0.6.1/arch/alpha/asm.fs
+share/gforth/0.6.1/arch/alpha/disasm.fs
+share/gforth/0.6.1/arch/mips/asm.fs
+share/gforth/0.6.1/arch/mips/disasm.fs
+share/gforth/0.6.1/arch/mips/insts.fs
+share/gforth/0.6.1/asm/README
+share/gforth/0.6.1/asm/basic.fs
+share/gforth/0.6.1/asm/bitmask.fs
+share/gforth/0.6.1/asm/generic.fs
+share/gforth/0.6.1/asm/numref.fs
+share/gforth/0.6.1/asm/target.fs
+share/gforth/0.6.1/assert.fs
+share/gforth/0.6.1/backtrac.fs
+share/gforth/0.6.1/blocked.fb
+share/gforth/0.6.1/blocks.fs
+share/gforth/0.6.1/bubble.fs
+share/gforth/0.6.1/bufio.fs
+share/gforth/0.6.1/chains.fs
+share/gforth/0.6.1/code.fs
+share/gforth/0.6.1/colorize.fs
+share/gforth/0.6.1/comp-i.fs
+share/gforth/0.6.1/compat/README
+share/gforth/0.6.1/compat/anslocal.fs
+share/gforth/0.6.1/compat/assert.fs
+share/gforth/0.6.1/compat/control.fs
+share/gforth/0.6.1/compat/defer.fs
+share/gforth/0.6.1/compat/exception.fs
+share/gforth/0.6.1/compat/loops.fs
+share/gforth/0.6.1/compat/required.fs
+share/gforth/0.6.1/compat/strcomp.fs
+share/gforth/0.6.1/compat/struct.fs
+share/gforth/0.6.1/compat/vocabulary.fs
+share/gforth/0.6.1/cross.fs
+share/gforth/0.6.1/debug.fs
+share/gforth/0.6.1/debugs.fs
+share/gforth/0.6.1/doc/makedoc.fs
+share/gforth/0.6.1/doskey.fs
+share/gforth/0.6.1/ds2texi.fs
+share/gforth/0.6.1/ec/README
+share/gforth/0.6.1/ec/builttag.fs
+share/gforth/0.6.1/ec/dotx.fs
+share/gforth/0.6.1/ec/mirror.fs
+share/gforth/0.6.1/ec/nesting.fs
+share/gforth/0.6.1/ec/shex.fs
+share/gforth/0.6.1/ekey.fs
+share/gforth/0.6.1/environ.fs
+share/gforth/0.6.1/envos.dos
+share/gforth/0.6.1/envos.fs
+share/gforth/0.6.1/envos.os2
+share/gforth/0.6.1/errors.fs
+share/gforth/0.6.1/etags.fs
+share/gforth/0.6.1/exboot.fs
+share/gforth/0.6.1/except.fs
+share/gforth/0.6.1/extend.fs
+share/gforth/0.6.1/fi2c.fs
+share/gforth/0.6.1/fib.fs
+share/gforth/0.6.1/filedump.fs
+share/gforth/0.6.1/fixpath.fs
+share/gforth/0.6.1/float.fs
+share/gforth/0.6.1/glocals.fs
+share/gforth/0.6.1/glosgen.fs
+share/gforth/0.6.1/gray.fs
+share/gforth/0.6.1/hash.fs
+share/gforth/0.6.1/history.fs
+share/gforth/0.6.1/httpd.fs
+share/gforth/0.6.1/intcomp.fs
+share/gforth/0.6.1/kernel/accept.fs
+share/gforth/0.6.1/kernel/aliases.fs
+share/gforth/0.6.1/kernel/aliases0.fs
+share/gforth/0.6.1/kernel/args.fs
+share/gforth/0.6.1/kernel/basics.fs
+share/gforth/0.6.1/kernel/cbr.fs
+share/gforth/0.6.1/kernel/cloop.fs
+share/gforth/0.6.1/kernel/comp.fs
+share/gforth/0.6.1/kernel/cond-old.fs
+share/gforth/0.6.1/kernel/cond.fs
+share/gforth/0.6.1/kernel/doers.fs
+share/gforth/0.6.1/kernel/errore.fs
+share/gforth/0.6.1/kernel/files.fs
+share/gforth/0.6.1/kernel/getdoers.fs
+share/gforth/0.6.1/kernel/groups.fs
+share/gforth/0.6.1/kernel/input.fs
+share/gforth/0.6.1/kernel/int.fs
+share/gforth/0.6.1/kernel/io.fs
+share/gforth/0.6.1/kernel/kernel.fs
+share/gforth/0.6.1/kernel/license.fs
+share/gforth/0.6.1/kernel/main.fs
+share/gforth/0.6.1/kernel/nio.fs
+share/gforth/0.6.1/kernel/pass.fs
+share/gforth/0.6.1/kernel/paths.fs
+share/gforth/0.6.1/kernel/prim0.fs
+share/gforth/0.6.1/kernel/quotes.fs
+share/gforth/0.6.1/kernel/require.fs
+share/gforth/0.6.1/kernel/saccept.fs
+share/gforth/0.6.1/kernel/tools.fs
+share/gforth/0.6.1/kernel/toolsext.fs
+share/gforth/0.6.1/kernel/vars.fs
+share/gforth/0.6.1/kernl32l.fi
+share/gforth/0.6.1/lib.fs
+share/gforth/0.6.1/locals.fs
+share/gforth/0.6.1/locate.fs
+share/gforth/0.6.1/look.fs
+share/gforth/0.6.1/mach16b.fs
+share/gforth/0.6.1/mach16l.fs
+share/gforth/0.6.1/mach32b.fs
+share/gforth/0.6.1/mach32l.fs
+share/gforth/0.6.1/mach64b.fs
+share/gforth/0.6.1/mach64l.fs
+share/gforth/0.6.1/machpc.fs.in
+share/gforth/0.6.1/make-app.fs
+share/gforth/0.6.1/matrix.fs
+share/gforth/0.6.1/mini-oof.fs
+share/gforth/0.6.1/moof-exm.fs
+share/gforth/0.6.1/moofglos.fs
+share/gforth/0.6.1/more.fs
+share/gforth/0.6.1/objects.fs
+share/gforth/0.6.1/objexamp.fs
+share/gforth/0.6.1/oof.fs
+share/gforth/0.6.1/oofsampl.fs
+share/gforth/0.6.1/other.fs
+share/gforth/0.6.1/prim
+share/gforth/0.6.1/prims2x.fs
+share/gforth/0.6.1/proxy.fs
+share/gforth/0.6.1/quotes.fs
+share/gforth/0.6.1/random.fs
+share/gforth/0.6.1/savesys.fs
+share/gforth/0.6.1/search.fs
+share/gforth/0.6.1/see-ext.fs
+share/gforth/0.6.1/see.fs
+share/gforth/0.6.1/siev.fs
+share/gforth/0.6.1/sieve.fs
+share/gforth/0.6.1/simp-see.fs
+share/gforth/0.6.1/sokoban.fs
+share/gforth/0.6.1/source.fs
+share/gforth/0.6.1/startup.fs
+share/gforth/0.6.1/string.fs
+share/gforth/0.6.1/struct.fs
+share/gforth/0.6.1/stuff.fs
+share/gforth/0.6.1/table.fs
+share/gforth/0.6.1/tags.fs
+share/gforth/0.6.1/tasker.fs
+share/gforth/0.6.1/termsize.fs
+share/gforth/0.6.1/test/checkans.fs
+share/gforth/0.6.1/test/coretest.fs
+share/gforth/0.6.1/test/dbltest.fs
+share/gforth/0.6.1/test/float.fs
+share/gforth/0.6.1/test/gforth.fs
+share/gforth/0.6.1/test/other.fs
+share/gforth/0.6.1/test/postpone.fs
+share/gforth/0.6.1/test/signals.fs
+share/gforth/0.6.1/test/string.fs
+share/gforth/0.6.1/test/tester.fs
+share/gforth/0.6.1/tt.fs
+share/gforth/0.6.1/unbuffer.fs
+share/gforth/0.6.1/unix/socket.fs
+share/gforth/0.6.1/vt100.fs
+share/gforth/0.6.1/vt100key.fs
+share/gforth/0.6.1/wordinfo.fs
+share/gforth/0.6.1/wordsets.fs
 @exec mkdir -p %D/share/gforth/site-forth
 @dirrm share/gforth/site-forth
- at dirrm share/gforth/0.5.0/test
- at dirrm share/gforth/0.5.0/kernel
- at dirrm share/gforth/0.5.0/ec
- at dirrm share/gforth/0.5.0/doc
- at dirrm share/gforth/0.5.0/compat
- at dirrm share/gforth/0.5.0/asm
- at dirrm share/gforth/0.5.0/arch/mips
- at dirrm share/gforth/0.5.0/arch/alpha
- at dirrm share/gforth/0.5.0/arch/386
- at dirrm share/gforth/0.5.0/arch
- at dirrm share/gforth/0.5.0
+ at dirrm share/gforth/0.6.1/unix
+ at dirrm share/gforth/0.6.1/test
+ at dirrm share/gforth/0.6.1/kernel
+ at dirrm share/gforth/0.6.1/ec
+ at dirrm share/gforth/0.6.1/doc
+ at dirrm share/gforth/0.6.1/compat
+ at dirrm share/gforth/0.6.1/asm
+ at dirrm share/gforth/0.6.1/arch/mips
+ at dirrm share/gforth/0.6.1/arch/alpha
+ at dirrm share/gforth/0.6.1/arch/386
+ at dirrm share/gforth/0.6.1/arch
+ at dirrm share/gforth/0.6.1
 @dirrm share/gforth
+%%PORTDOCS%%@dirrm share/doc/gforth
 @dirrm lib/gforth/site-forth
- at dirrm lib/gforth/0.5.0
+ at dirrm lib/gforth/0.6.1
 @dirrm lib/gforth
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list