aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2008-04-05 18:22:48 +0800
committervanilla <vanilla@FreeBSD.org>2008-04-05 18:22:48 +0800
commite17d969753e79b13be6ae5196f6993c96dbd4276 (patch)
tree2e3a0fc099b21bd1c085d5fc0bf859564020f7ad /devel
parentd455b2cda7ea1b858b8a2f8ab14fd685eae21bd9 (diff)
downloadfreebsd-ports-gnome-e17d969753e79b13be6ae5196f6993c96dbd4276.tar.gz
freebsd-ports-gnome-e17d969753e79b13be6ae5196f6993c96dbd4276.tar.zst
freebsd-ports-gnome-e17d969753e79b13be6ae5196f6993c96dbd4276.zip
Upgrade to 0.3.
Diffstat (limited to 'devel')
-rw-r--r--devel/spdict/Makefile2
-rw-r--r--devel/spdict/distinfo6
-rw-r--r--devel/spdict/files/patch-Makefile22
-rw-r--r--devel/spdict/pkg-plist16
4 files changed, 14 insertions, 32 deletions
diff --git a/devel/spdict/Makefile b/devel/spdict/Makefile
index 2ee55de1b144..eb47c02dd56f 100644
--- a/devel/spdict/Makefile
+++ b/devel/spdict/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= spdict
-PORTVERSION= 0.2
+PORTVERSION= 0.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
diff --git a/devel/spdict/distinfo b/devel/spdict/distinfo
index 555316379979..c78b86e525b8 100644
--- a/devel/spdict/distinfo
+++ b/devel/spdict/distinfo
@@ -1,3 +1,3 @@
-MD5 (spdict-0.2.src.tar.gz) = 8db18e1ff321e69eb90ca55d3c7f3979
-SHA256 (spdict-0.2.src.tar.gz) = d248d3fa35a12fe96d4cbe58ee68e6348076a701e689662642fa34c0d7e834d6
-SIZE (spdict-0.2.src.tar.gz) = 27497
+MD5 (spdict-0.3.src.tar.gz) = 58fcd8af04a4ee6d9e9fe77136af5c7c
+SHA256 (spdict-0.3.src.tar.gz) = 70e6641b664d733bf7a9662a82fef8f3b586ce535625d726ec406a4d31d55697
+SIZE (spdict-0.3.src.tar.gz) = 104865
diff --git a/devel/spdict/files/patch-Makefile b/devel/spdict/files/patch-Makefile
deleted file mode 100644
index 0367146d8434..000000000000
--- a/devel/spdict/files/patch-Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.orig Thu Aug 2 22:36:24 2007
-+++ Makefile Thu Aug 2 22:39:43 2007
-@@ -3,8 +3,8 @@
-
- CC = gcc
- AR = ar cru
--CFLAGS = -Wall -D_REENTRANT -D_GNU_SOURCE -g
--SOFLAGS = -shared -fPIC
-+CFLAGS = -Wall -D_REENTRANT -D_GNU_SOURCE -g -fPIC
-+SOFLAGS = -shared
- LDFLAGS = -lpthread
-
- LINKER = $(CC)
-@@ -29,7 +29,7 @@
- all: $(TARGET)
-
- libspdict.so: $(LIBOBJS)
-- $(LINKER) $(SOFLAGS) $^ -o $@
-+ $(LINKER) $(SOFLAGS) $^ -o $@ -lstdc++
-
- testdict: testdict.o
- $(LINKER) $(LDFLAGS) $^ -L. -lspdict -o $@
diff --git a/devel/spdict/pkg-plist b/devel/spdict/pkg-plist
index 7e79e6f445c5..52a53e23bc5e 100644
--- a/devel/spdict/pkg-plist
+++ b/devel/spdict/pkg-plist
@@ -1,10 +1,14 @@
-include/spdict/sparrayimpl.hpp
-include/spdict/spbstreeimpl.hpp
-include/spdict/spbtreeimpl.hpp
-include/spdict/spcache.hpp
+include/spdict/spdictarray.hpp
+include/spdict/spdictbstree.hpp
+include/spdict/spdictbtree.hpp
+include/spdict/spdictcache.hpp
include/spdict/spdictionary.hpp
-include/spdict/sprbtreeimpl.hpp
-include/spdict/spslistimpl.hpp
+include/spdict/spdictmmap.hpp
+include/spdict/spdictrbtree.hpp
+include/spdict/spdictshm.hpp
+include/spdict/spdictshmcache.hpp
+include/spdict/spdictshmhashmap.hpp
+include/spdict/spdictslist.hpp
lib/libspdict.so
lib/libspdict.so.1
@dirrm include/spdict