svn commit: r376151 - in head/databases/fastdb: . files

Pawel Pekala pawel at FreeBSD.org
Sat Jan 3 18:48:20 UTC 2015


Author: pawel
Date: Sat Jan  3 18:48:18 2015
New Revision: 376151
URL: https://svnweb.freebsd.org/changeset/ports/376151
QAT: https://qat.redports.org/buildarchive/r376151/

Log:
  - Update to version 3.75
  - Add LICENSE
  
  PR:		196379
  Submitted by:	Nikola Kolev <koue at chaosophia.net>

Modified:
  head/databases/fastdb/Makefile
  head/databases/fastdb/distinfo
  head/databases/fastdb/files/patch-makefile

Modified: head/databases/fastdb/Makefile
==============================================================================
--- head/databases/fastdb/Makefile	Sat Jan  3 18:44:45 2015	(r376150)
+++ head/databases/fastdb/Makefile	Sat Jan  3 18:48:18 2015	(r376151)
@@ -2,13 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	fastdb
-PORTVERSION=	3.73
+PORTVERSION=	3.75
 CATEGORIES=	databases
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Main Memory Relational Database Management System
 
+LICENSE=	MIT
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 OPTIONS_DEFINE=	DOCS

Modified: head/databases/fastdb/distinfo
==============================================================================
--- head/databases/fastdb/distinfo	Sat Jan  3 18:44:45 2015	(r376150)
+++ head/databases/fastdb/distinfo	Sat Jan  3 18:48:18 2015	(r376151)
@@ -1,2 +1,2 @@
-SHA256 (fastdb-3.73.tar.gz) = d3483c65393ffa7a49efb27c0ad009c7637dadf7888fee47064bd1e719150656
-SIZE (fastdb-3.73.tar.gz) = 3279291
+SHA256 (fastdb-3.75.tar.gz) = eeafdb2ad01664c29e2d4053a305493bdedc8e91612ab25f1d36ad2f95b0dad6
+SIZE (fastdb-3.75.tar.gz) = 3291851

Modified: head/databases/fastdb/files/patch-makefile
==============================================================================
--- head/databases/fastdb/files/patch-makefile	Sat Jan  3 18:44:45 2015	(r376150)
+++ head/databases/fastdb/files/patch-makefile	Sat Jan  3 18:48:18 2015	(r376151)
@@ -1,6 +1,6 @@
---- ./makefile.orig	2014-05-08 01:51:14.473846505 +0200
-+++ ./makefile	2014-05-08 01:52:41.930012434 +0200
-@@ -8,13 +8,13 @@
+--- makefile.orig	2014-12-28 21:25:00.000000000 +0200
++++ makefile	2014-12-28 21:33:28.000000000 +0200
+@@ -8,13 +8,13 @@ DEBUG?=1
  PREFIX ?= /usr/local
  
  # Place where to copy FastDB header files
@@ -17,7 +17,7 @@
  
  ifdef NO_PTHREADS
  OBJS = class.o compiler.o database.o xml.o hashtab.o file.o symtab.o ttree.o rtree.o container.o \
-@@ -38,8 +38,8 @@
+@@ -38,8 +38,8 @@ TFLAGS=-DNO_PTHREADS
  THRLIBS=
  SUFF=
  else
@@ -28,7 +28,7 @@
  SUFF=_r
  endif
  
-@@ -65,23 +65,23 @@
+@@ -65,23 +65,23 @@ EXAMPLES = guess testdb testleak testfra
  
  WEB_EXAMPLES = cgistub bugdb clidb
  
@@ -57,7 +57,7 @@
  
  AR = ar
  ARFLAGS = -cru
-@@ -439,16 +439,15 @@
+@@ -439,17 +439,15 @@ examples/TestIndex.class: examples/TestI
  
  install: subsql cleanupsem inspectsem installlib
  	mkdir -p $(BINSPATH)
@@ -65,6 +65,7 @@
 -	strip $(BINSPATH)/subsql
 -	cp cleanupsem $(BINSPATH)
 -	cp inspectsem $(BINSPATH)
+-
 +	${BSD_INSTALL_PROGRAM} subsql $(BINSPATH)
 +	${BSD_INSTALL_PROGRAM} cleanupsem $(BINSPATH)
 +	${BSD_INSTALL_PROGRAM} inspectsem $(BINSPATH)
@@ -79,7 +80,7 @@
  	(cd $(LIBSPATH) && ln -f -s $(FASTDB_SHARED) libfastdb$(SUFF).so \
  	 && ln -f -s $(CLI_SHARED) libcli$(SUFF).so)
  	if [ -f $(JNI_LIB) ]; then cp $(JNI_LIB) $(LIBSPATH); \
-@@ -456,7 +455,7 @@
+@@ -457,7 +455,7 @@ installlib: $(FASTDB_LIB) $(CLI_LIB) $(F
  
  uninstall:
  	rm -fr $(INCSPATH)


More information about the svn-ports-all mailing list