diff options
author | clsung <clsung@FreeBSD.org> | 2011-03-07 22:31:56 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2011-03-07 22:31:56 +0800 |
commit | 486f4e3ceeb38a6fef95867c2f786b9ecc7de6e7 (patch) | |
tree | 2251f0219f10d525760bf46a3b421c383b0f9d90 /databases | |
parent | 992f53e22466d39808bde10cbaf75873a4c426d8 (diff) | |
download | freebsd-ports-gnome-486f4e3ceeb38a6fef95867c2f786b9ecc7de6e7.tar.gz freebsd-ports-gnome-486f4e3ceeb38a6fef95867c2f786b9ecc7de6e7.tar.zst freebsd-ports-gnome-486f4e3ceeb38a6fef95867c2f786b9ecc7de6e7.zip |
- Update to 0.8.4
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libdbi/Makefile | 2 | ||||
-rw-r--r-- | databases/libdbi/distinfo | 5 | ||||
-rw-r--r-- | databases/libdbi/files/patch-Makefile.in | 10 | ||||
-rw-r--r-- | databases/libdbi/pkg-plist | 3 |
4 files changed, 9 insertions, 11 deletions
diff --git a/databases/libdbi/Makefile b/databases/libdbi/Makefile index b1adcfa114b5..03d695b68982 100644 --- a/databases/libdbi/Makefile +++ b/databases/libdbi/Makefile @@ -7,7 +7,7 @@ # PORTNAME= libdbi -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= databases devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/databases/libdbi/distinfo b/databases/libdbi/distinfo index 1b217918aaf9..49be1c256e7f 100644 --- a/databases/libdbi/distinfo +++ b/databases/libdbi/distinfo @@ -1,3 +1,2 @@ -MD5 (libdbi-0.8.3.tar.gz) = ca66db78d479cbfa727cf3245b5864ae -SHA256 (libdbi-0.8.3.tar.gz) = 72e41856bebb1da7b1fd1e6369358c294913f329c5e594e338b3983e6369a5e3 -SIZE (libdbi-0.8.3.tar.gz) = 1060714 +SHA256 (libdbi-0.8.4.tar.gz) = ef38db616f0752ccb09b8ba2eac471722369b8ded50b153c25e238cac2c8de99 +SIZE (libdbi-0.8.4.tar.gz) = 1045247 diff --git a/databases/libdbi/files/patch-Makefile.in b/databases/libdbi/files/patch-Makefile.in index 47cf0a57d4a5..56bbbcc84e03 100644 --- a/databases/libdbi/files/patch-Makefile.in +++ b/databases/libdbi/files/patch-Makefile.in @@ -1,9 +1,9 @@ ---- Makefile.in.orig Thu Feb 15 06:51:14 2007 -+++ Makefile.in Wed Apr 11 11:04:49 2007 -@@ -180,7 +180,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ +--- Makefile.in.orig 2010-09-01 07:22:52.000000000 +0800 ++++ Makefile.in 2011-03-07 14:25:30.000000000 +0800 +@@ -195,7 +195,7 @@ + top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = foreign dist-zip + ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src include @docs_subdirs@ +SUBDIRS = src include EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README README.win32 README.osx TODO NEWS libdbi.spec.in config.h.in Makefile.w32 autogen.sh drivers/example/AUTHORS drivers/example/Makefile.am drivers/example/README drivers/example/TODO drivers/example/.cvsignore drivers/example/dbd_example.c drivers/example/dbd_example.h drivers/example/dbd_example.sgml diff --git a/databases/libdbi/pkg-plist b/databases/libdbi/pkg-plist index a1a4ede6c58c..22a8d28cce30 100644 --- a/databases/libdbi/pkg-plist +++ b/databases/libdbi/pkg-plist @@ -5,7 +5,7 @@ include/dbi/dbi.h lib/libdbi.a lib/libdbi.la lib/libdbi.so -lib/libdbi.so.0 +lib/libdbi.so.1 %%PORTDOCS%%%%DOCSDIR%%/driver-guide.pdf %%PORTDOCS%%%%DOCSDIR%%/driver-guide/contact.html %%PORTDOCS%%%%DOCSDIR%%/driver-guide/copying-fdl.html @@ -48,7 +48,6 @@ lib/libdbi.so.0 %%PORTDOCS%%%%DOCSDIR%%/programmers-guide/terminology.html %%PORTDOCS%%%%DOCSDIR%%/programmers-guide/x267.html %%PORTDOCS%%%%DOCSDIR%%/programmers-guide/x276.html -%%PORTDOCS%%%%DOCSDIR%%/programmers-guide/x278.html %%PORTDOCS%%@dirrm %%DOCSDIR%%/programmers-guide %%PORTDOCS%%@dirrm %%DOCSDIR%%/driver-guide %%PORTDOCS%%@dirrm %%DOCSDIR%% |