aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-08-05 14:10:46 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-08-05 14:10:46 +0000
commit16d8ba08ff817eb75f91048b622c71a56ada61b0 (patch)
tree1c46016cb06736b5e2e8642219bafce8d948d20e
parentca8d18b1768a026e5481c1b1254c9b132cecbd61 (diff)
downloadports-16d8ba08ff817eb75f91048b622c71a56ada61b0.tar.gz
ports-16d8ba08ff817eb75f91048b622c71a56ada61b0.zip
Notes
-rw-r--r--lang/seed7/Makefile2
-rw-r--r--lang/seed7/distinfo6
-rw-r--r--lang/seed7/files/patch-makefile29
-rw-r--r--lang/seed7/pkg-plist3
4 files changed, 7 insertions, 33 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile
index 96b14c2de194..e4f7b2cf02e9 100644
--- a/lang/seed7/Makefile
+++ b/lang/seed7/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= seed7
-DISTVERSION= 05_20080720
+DISTVERSION= 05_20080803
CATEGORIES= lang
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo
index a7bbc34162b0..ff76e02f4e59 100644
--- a/lang/seed7/distinfo
+++ b/lang/seed7/distinfo
@@ -1,3 +1,3 @@
-MD5 (seed7_05_20080720.tgz) = 7aa6da36db51bf8aa0db7360c4acdec0
-SHA256 (seed7_05_20080720.tgz) = c0f634a507b0bf378a3832954e6d17cc7633e57f1bc953d0e6cac23e9c052934
-SIZE (seed7_05_20080720.tgz) = 1080297
+MD5 (seed7_05_20080803.tgz) = c518cd11571a4ce97d6317e7b2d0fa3c
+SHA256 (seed7_05_20080803.tgz) = 75cc06a28a9cb1ada6e3c5c20fa0eb27839c3449e4bfebd5907b0546e00040bb
+SIZE (seed7_05_20080803.tgz) = 1088830
diff --git a/lang/seed7/files/patch-makefile b/lang/seed7/files/patch-makefile
index 423994b6b55a..afd3237ce4f4 100644
--- a/lang/seed7/files/patch-makefile
+++ b/lang/seed7/files/patch-makefile
@@ -14,32 +14,3 @@
# LFLAGS = -pg
# LFLAGS = -pg -lc_p
# LIBS = /usr/Xlib/libX11.so -lncurses -lm
-@@ -80,7 +80,6 @@
-
- hi: $(OBJ) $(COMPILER_LIB) $(COMP_DATA_LIB) $(SEED7_LIB)
- $(CC) $(LFLAGS) $(OBJ) $(COMPILER_LIB) $(COMP_DATA_LIB) $(SEED7_LIB) $(LIBS) -o hi
-- $(MAKE) ../prg/hi
- ./hi level
- # cp hi /usr/local/bin/hi
-
-@@ -177,16 +176,16 @@
- $(CC) $(CFLAGS) -c hi.c
-
- depend: a_depend b_depend c_depend version.h
-- $(CC) -M $(SRC) > depend
-+ $(CC) -M ${CFLAGS} $(SRC) > depend
-
- a_depend: version.h
-- $(CC) -M $(SEED7_LIB_SRC) > a_depend
-+ $(CC) -M ${CFLAGS} $(SEED7_LIB_SRC) > a_depend
-
- b_depend: version.h
-- $(CC) -M $(COMP_DATA_LIB_SRC) > b_depend
-+ $(CC) -M ${CFLAGS} $(COMP_DATA_LIB_SRC) > b_depend
-
- c_depend: version.h
-- $(CC) -M $(COMPILER_LIB_SRC) > c_depend
-+ $(CC) -M ${CFLAGS} $(COMPILER_LIB_SRC) > c_depend
-
- level.h:
- hi level
diff --git a/lang/seed7/pkg-plist b/lang/seed7/pkg-plist
index ea7891f12d41..9651cb031317 100644
--- a/lang/seed7/pkg-plist
+++ b/lang/seed7/pkg-plist
@@ -10,11 +10,13 @@ lib/seed7/bigrat.s7i
lib/seed7/cards.s7i
lib/seed7/cgi.s7i
lib/seed7/charsets.s7i
+lib/seed7/chartype.s7i
lib/seed7/complex.s7i
lib/seed7/dialog.s7i
lib/seed7/dir.s7i
lib/seed7/draw.s7i
lib/seed7/echo.s7i
+lib/seed7/encoding.s7i
lib/seed7/field.s7i
lib/seed7/float.s7i
lib/seed7/getf.s7i
@@ -63,6 +65,7 @@ lib/seed7/wrinum.s7i
%%PORTDOCS%%%%DOCSDIR%%/robodoc.rc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/COPYING
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/LGPL
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hi
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/files.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addup.sd7
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bas7.sd7