Update to 1.3.16. (patch-Makefile.in has already been submitted to the

SWIG development team)

Remove bogus MASTER_SITES.
This commit is contained in:
Akinori MUSHA 2002-10-27 22:32:52 +00:00
parent b436ce2715
commit 3646231b40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68960
12 changed files with 81 additions and 30 deletions

View file

@ -6,11 +6,9 @@
#
PORTNAME= swig
PORTVERSION= 1.3.14
PORTVERSION= 1.3.16
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.rge.com/pub/languages/swig/ \
ftp://ftp.mcc.ac.uk/pub/mvc/swig/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= knu@FreeBSD.org

View file

@ -1 +1 @@
MD5 (swig-1.3.14.tar.gz) = d67e56ac2edba961d74e6d6b53b6d821
MD5 (swig-1.3.16.tar.gz) = 3c7cfeba3e962f74c9f188ea59053378

View file

@ -0,0 +1,13 @@
--- Makefile.in.orig Mon Oct 14 22:37:59 2002
+++ Makefile.in Mon Oct 28 07:23:38 2002
@@ -290,8 +290,8 @@
dst=$(DESTDIR)$(SWIG_LIB)/$$lang; \
$(MKINSTDIRS) $$dst; \
( cd $(srcdir)/Lib/$$lang; \
- doti="`ls *.i 2>/dev/null`"; \
- dotswg="`ls *.swg 2>/dev/null`"; \
+ doti="`ls *.i 2>/dev/null || true`"; \
+ dotswg="`ls *.swg 2>/dev/null || true`"; \
if [ -f extra-install.list ]; then \
extra="`sed '/^#/d' extra-install.list`"; \
fi; \

View file

@ -78,11 +78,10 @@ lib/swig%%VER%%/php4/std_string.i
lib/swig%%VER%%/php4/std_vector.i
lib/swig%%VER%%/php4/stl.i
lib/swig%%VER%%/php4/typemaps.i
lib/swig%%VER%%/php4/utils.i
lib/swig%%VER%%/pointer.i
lib/swig%%VER%%/python/defarg.swg
lib/swig%%VER%%/python/embed.i
lib/swig%%VER%%/python/embed13.i
lib/swig%%VER%%/python/embed14.i
lib/swig%%VER%%/python/embed15.i
lib/swig%%VER%%/python/pyrun.swg
lib/swig%%VER%%/python/python.swg
@ -119,14 +118,21 @@ lib/swig%%VER%%/tcl/tcl8.swg
lib/swig%%VER%%/tcl/tclsh.i
lib/swig%%VER%%/tcl/typemaps.i
lib/swig%%VER%%/tcl/wish.i
lib/swig%%VER%%/ocaml/cstring.i
lib/swig%%VER%%/ocaml/libswigocaml.h
lib/swig%%VER%%/ocaml/libswigocaml.swg
lib/swig%%VER%%/ocaml/ocaml.i
lib/swig%%VER%%/ocaml/ocaml.swg
lib/swig%%VER%%/ocaml/ocamldec.swg
lib/swig%%VER%%/ocaml/std_common.i
lib/swig%%VER%%/ocaml/std_complex.i
lib/swig%%VER%%/ocaml/std_deque.i
lib/swig%%VER%%/ocaml/std_list.i
lib/swig%%VER%%/ocaml/std_string.i
lib/swig%%VER%%/ocaml/std_vector.i
lib/swig%%VER%%/ocaml/stl.i
lib/swig%%VER%%/ocaml/typecheck.i
lib/swig%%VER%%/ocaml/typemaps.i
lib/swig%%VER%%/ocaml/libswigocaml.swg
lib/swig%%VER%%/ocaml/ocaml.swg
lib/swig%%VER%%/ocaml/ocamldec.swg
@dirrm lib/swig%%VER%%/guile
@dirrm lib/swig%%VER%%/java
@dirrm lib/swig%%VER%%/mzscheme

View file

@ -6,11 +6,9 @@
#
PORTNAME= swig
PORTVERSION= 1.3.14
PORTVERSION= 1.3.16
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.rge.com/pub/languages/swig/ \
ftp://ftp.mcc.ac.uk/pub/mvc/swig/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= knu@FreeBSD.org

View file

@ -1 +1 @@
MD5 (swig-1.3.14.tar.gz) = d67e56ac2edba961d74e6d6b53b6d821
MD5 (swig-1.3.16.tar.gz) = 3c7cfeba3e962f74c9f188ea59053378

View file

@ -0,0 +1,13 @@
--- Makefile.in.orig Mon Oct 14 22:37:59 2002
+++ Makefile.in Mon Oct 28 07:23:38 2002
@@ -290,8 +290,8 @@
dst=$(DESTDIR)$(SWIG_LIB)/$$lang; \
$(MKINSTDIRS) $$dst; \
( cd $(srcdir)/Lib/$$lang; \
- doti="`ls *.i 2>/dev/null`"; \
- dotswg="`ls *.swg 2>/dev/null`"; \
+ doti="`ls *.i 2>/dev/null || true`"; \
+ dotswg="`ls *.swg 2>/dev/null || true`"; \
if [ -f extra-install.list ]; then \
extra="`sed '/^#/d' extra-install.list`"; \
fi; \

View file

@ -78,11 +78,10 @@ lib/swig%%VER%%/php4/std_string.i
lib/swig%%VER%%/php4/std_vector.i
lib/swig%%VER%%/php4/stl.i
lib/swig%%VER%%/php4/typemaps.i
lib/swig%%VER%%/php4/utils.i
lib/swig%%VER%%/pointer.i
lib/swig%%VER%%/python/defarg.swg
lib/swig%%VER%%/python/embed.i
lib/swig%%VER%%/python/embed13.i
lib/swig%%VER%%/python/embed14.i
lib/swig%%VER%%/python/embed15.i
lib/swig%%VER%%/python/pyrun.swg
lib/swig%%VER%%/python/python.swg
@ -119,14 +118,21 @@ lib/swig%%VER%%/tcl/tcl8.swg
lib/swig%%VER%%/tcl/tclsh.i
lib/swig%%VER%%/tcl/typemaps.i
lib/swig%%VER%%/tcl/wish.i
lib/swig%%VER%%/ocaml/cstring.i
lib/swig%%VER%%/ocaml/libswigocaml.h
lib/swig%%VER%%/ocaml/libswigocaml.swg
lib/swig%%VER%%/ocaml/ocaml.i
lib/swig%%VER%%/ocaml/ocaml.swg
lib/swig%%VER%%/ocaml/ocamldec.swg
lib/swig%%VER%%/ocaml/std_common.i
lib/swig%%VER%%/ocaml/std_complex.i
lib/swig%%VER%%/ocaml/std_deque.i
lib/swig%%VER%%/ocaml/std_list.i
lib/swig%%VER%%/ocaml/std_string.i
lib/swig%%VER%%/ocaml/std_vector.i
lib/swig%%VER%%/ocaml/stl.i
lib/swig%%VER%%/ocaml/typecheck.i
lib/swig%%VER%%/ocaml/typemaps.i
lib/swig%%VER%%/ocaml/libswigocaml.swg
lib/swig%%VER%%/ocaml/ocaml.swg
lib/swig%%VER%%/ocaml/ocamldec.swg
@dirrm lib/swig%%VER%%/guile
@dirrm lib/swig%%VER%%/java
@dirrm lib/swig%%VER%%/mzscheme

View file

@ -6,11 +6,9 @@
#
PORTNAME= swig
PORTVERSION= 1.3.14
PORTVERSION= 1.3.16
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.rge.com/pub/languages/swig/ \
ftp://ftp.mcc.ac.uk/pub/mvc/swig/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= knu@FreeBSD.org

View file

@ -1 +1 @@
MD5 (swig-1.3.14.tar.gz) = d67e56ac2edba961d74e6d6b53b6d821
MD5 (swig-1.3.16.tar.gz) = 3c7cfeba3e962f74c9f188ea59053378

View file

@ -0,0 +1,13 @@
--- Makefile.in.orig Mon Oct 14 22:37:59 2002
+++ Makefile.in Mon Oct 28 07:23:38 2002
@@ -290,8 +290,8 @@
dst=$(DESTDIR)$(SWIG_LIB)/$$lang; \
$(MKINSTDIRS) $$dst; \
( cd $(srcdir)/Lib/$$lang; \
- doti="`ls *.i 2>/dev/null`"; \
- dotswg="`ls *.swg 2>/dev/null`"; \
+ doti="`ls *.i 2>/dev/null || true`"; \
+ dotswg="`ls *.swg 2>/dev/null || true`"; \
if [ -f extra-install.list ]; then \
extra="`sed '/^#/d' extra-install.list`"; \
fi; \

View file

@ -78,11 +78,10 @@ lib/swig%%VER%%/php4/std_string.i
lib/swig%%VER%%/php4/std_vector.i
lib/swig%%VER%%/php4/stl.i
lib/swig%%VER%%/php4/typemaps.i
lib/swig%%VER%%/php4/utils.i
lib/swig%%VER%%/pointer.i
lib/swig%%VER%%/python/defarg.swg
lib/swig%%VER%%/python/embed.i
lib/swig%%VER%%/python/embed13.i
lib/swig%%VER%%/python/embed14.i
lib/swig%%VER%%/python/embed15.i
lib/swig%%VER%%/python/pyrun.swg
lib/swig%%VER%%/python/python.swg
@ -119,14 +118,21 @@ lib/swig%%VER%%/tcl/tcl8.swg
lib/swig%%VER%%/tcl/tclsh.i
lib/swig%%VER%%/tcl/typemaps.i
lib/swig%%VER%%/tcl/wish.i
lib/swig%%VER%%/ocaml/cstring.i
lib/swig%%VER%%/ocaml/libswigocaml.h
lib/swig%%VER%%/ocaml/libswigocaml.swg
lib/swig%%VER%%/ocaml/ocaml.i
lib/swig%%VER%%/ocaml/ocaml.swg
lib/swig%%VER%%/ocaml/ocamldec.swg
lib/swig%%VER%%/ocaml/std_common.i
lib/swig%%VER%%/ocaml/std_complex.i
lib/swig%%VER%%/ocaml/std_deque.i
lib/swig%%VER%%/ocaml/std_list.i
lib/swig%%VER%%/ocaml/std_string.i
lib/swig%%VER%%/ocaml/std_vector.i
lib/swig%%VER%%/ocaml/stl.i
lib/swig%%VER%%/ocaml/typecheck.i
lib/swig%%VER%%/ocaml/typemaps.i
lib/swig%%VER%%/ocaml/libswigocaml.swg
lib/swig%%VER%%/ocaml/ocaml.swg
lib/swig%%VER%%/ocaml/ocamldec.swg
@dirrm lib/swig%%VER%%/guile
@dirrm lib/swig%%VER%%/java
@dirrm lib/swig%%VER%%/mzscheme