summaryrefslogtreecommitdiff
path: root/databases/metakit
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-02-03 09:16:54 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-02-03 09:16:54 +0000
commit3e468fafadabe2f8ba9d119403548302da76ff73 (patch)
tree52b98f8ef30d62ede5576aa9dd467cd028e88c16 /databases/metakit
parentFix patch, so that it doesn't break some ports on 4-STABLE. (diff)
There is a new release of MetaKit
Some details about this 2.4.3 release: - various bug fixes, see http://www.equi4.com/metakit/CHANGES - a cross-platform byte-order serialization bug has been fixed - the Python builds are for Python 2.2 (several improvements by GM) - the Tcl builds should run on any Tcl installation >= 8.1 See the home page for all further details and downloads: http://www.equi4.com/metakit/
Notes
Notes: svn path=/head/; revision=54158
Diffstat (limited to 'databases/metakit')
-rw-r--r--databases/metakit/Makefile6
-rw-r--r--databases/metakit/distinfo2
-rw-r--r--databases/metakit/files/patch-Makefile.in11
3 files changed, 4 insertions, 15 deletions
diff --git a/databases/metakit/Makefile b/databases/metakit/Makefile
index 4c7c2f820712..12e2b36761e1 100644
--- a/databases/metakit/Makefile
+++ b/databases/metakit/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= metakit
-PORTVERSION= 2.4.2
-PORTREVISION= 32
+PORTVERSION= 2.4.3
+PORTREVISION= 33
CATEGORIES= databases
MASTER_SITES= http://www.equi4.com/pub/mk/
DISTNAME= ${PORTNAME}-${PORTVERSION}-${PORTREVISION}
@@ -64,7 +64,7 @@ pre-patch:
${WRKSRC}/../unix/Makefile.in
@${PERL5} -pi -e "s=doc/==" ${WRKSRC}/../MetaKit.html
.if defined(METAKIT_WITH_PYTHON)
- ${PERL5} -pi -e "s=python2.1=${PYTHON_VERSION}=" \
+ ${PERL5} -pi -e "s=python2.2=${PYTHON_VERSION}=" \
${WRKSRC}/../unix/Makefile.in
.endif
diff --git a/databases/metakit/distinfo b/databases/metakit/distinfo
index 4b7923c9aaa0..57cc105dbacc 100644
--- a/databases/metakit/distinfo
+++ b/databases/metakit/distinfo
@@ -1 +1 @@
-MD5 (metakit-2.4.2-32.tar.gz) = 6aa33f1a43d4438565599f83221b0f2f
+MD5 (metakit-2.4.3-33.tar.gz) = 8f93d1f1b1021ae009ecf567f49d5da5
diff --git a/databases/metakit/files/patch-Makefile.in b/databases/metakit/files/patch-Makefile.in
deleted file mode 100644
index 4c4584ae8159..000000000000
--- a/databases/metakit/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../unix/Makefile.in.orig Thu Dec 13 12:13:47 2001
-+++ ../unix/Makefile.in Thu Dec 13 12:22:12 2001
-@@ -46,7 +46,7 @@
- INSTALL = @INSTALL@
- INSTALL_DATA = $(LIBTOOL) --mode=install @INSTALL_DATA@
- INSTALL_PROGRAM = $(LIBTOOL) --mode=install @INSTALL_PROGRAM@
--TCL_INCLUDE_DIR = @TCL_INCLUDE_DIR@
-+TCL_INCLUDE_DIR = @TCL_INCLUDE_DIR@ -I@TCL_INCLUDE_DIR@/generic
-
- #---------- Do not change, shorthand only
-