svn commit: r357764 - head/lang/gforth

Johan van Selst johans at FreeBSD.org
Sat Jun 14 10:45:30 UTC 2014


Author: johans
Date: Sat Jun 14 10:45:29 2014
New Revision: 357764
URL: http://svnweb.freebsd.org/changeset/ports/357764
QAT: https://qat.redports.org/buildarchive/r357764/

Log:
  Update gforth to 0.7.3 (bugfix release)

Modified:
  head/lang/gforth/Makefile
  head/lang/gforth/distinfo
  head/lang/gforth/pkg-plist

Modified: head/lang/gforth/Makefile
==============================================================================
--- head/lang/gforth/Makefile	Sat Jun 14 10:43:36 2014	(r357763)
+++ head/lang/gforth/Makefile	Sat Jun 14 10:45:29 2014	(r357764)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gforth
-PORTVERSION=	0.7.2
+PORTVERSION=	0.7.3
 CATEGORIES=	lang
 MASTER_SITES=	http://www.complang.tuwien.ac.at/forth/gforth/ \
 		GNU
@@ -17,9 +17,9 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CFLAGS+=	-fno-reorder-blocks -fno-inline
-USES=		gmake
+USES=		gmake libtool
 USE_GCC=	any
-USE_AUTOTOOLS=	libtool libltdl
+USE_AUTOTOOLS=	libltdl
 USE_LDCONFIG=	${PREFIX}/lib/gforth/${PORTVERSION}/libcc-named
 ALL_TARGET=	kernel/version.fs more info
 MAKE_JOBS_UNSAFE=yes

Modified: head/lang/gforth/distinfo
==============================================================================
--- head/lang/gforth/distinfo	Sat Jun 14 10:43:36 2014	(r357763)
+++ head/lang/gforth/distinfo	Sat Jun 14 10:45:29 2014	(r357764)
@@ -1,2 +1,2 @@
-SHA256 (gforth-0.7.2.tar.gz) = 77db9071c2442da3215da361b71190bccb153f81f4d01e5e8bc2c2cf8ee81b48
-SIZE (gforth-0.7.2.tar.gz) = 2560467
+SHA256 (gforth-0.7.3.tar.gz) = 2f62f2233bf022c23d01c920b1556aa13eab168e3236b13352ac5e9f18542bb0
+SIZE (gforth-0.7.3.tar.gz) = 2523433

Modified: head/lang/gforth/pkg-plist
==============================================================================
--- head/lang/gforth/pkg-plist	Sat Jun 14 10:43:36 2014	(r357763)
+++ head/lang/gforth/pkg-plist	Sat Jun 14 10:45:29 2014	(r357764)
@@ -14,19 +14,15 @@ lib/gforth/%%PORTVERSION%%/gforth-ditc
 lib/gforth/%%PORTVERSION%%/gforth.fi
 lib/gforth/%%PORTVERSION%%/libcc-named/cstr.so.0
 lib/gforth/%%PORTVERSION%%/libcc-named/cstr.so
-lib/gforth/%%PORTVERSION%%/libcc-named/cstr.la
 lib/gforth/%%PORTVERSION%%/libcc-named/cstr.a
 lib/gforth/%%PORTVERSION%%/libcc-named/socket.so.0
 lib/gforth/%%PORTVERSION%%/libcc-named/socket.so
-lib/gforth/%%PORTVERSION%%/libcc-named/socket.la
 lib/gforth/%%PORTVERSION%%/libcc-named/socket.a
 lib/gforth/%%PORTVERSION%%/libcc-named/libffi.so.0
 lib/gforth/%%PORTVERSION%%/libcc-named/libffi.so
-lib/gforth/%%PORTVERSION%%/libcc-named/libffi.la
 lib/gforth/%%PORTVERSION%%/libcc-named/libffi.a
 lib/gforth/%%PORTVERSION%%/libcc-named/fflib.so.0
 lib/gforth/%%PORTVERSION%%/libcc-named/fflib.so
-lib/gforth/%%PORTVERSION%%/libcc-named/fflib.la
 lib/gforth/%%PORTVERSION%%/libcc-named/fflib.a
 man/man1/gforth.1.gz
 %%DATADIR%%/%%PORTVERSION%%/TAGS


More information about the svn-ports-head mailing list