diff options
author | krion <krion@FreeBSD.org> | 2003-07-24 11:41:26 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-07-24 11:41:26 +0000 |
commit | e9a47eab638693987bb89c9022450619029427cc (patch) | |
tree | 3a9ba420c23fc6f6f178c9474acdbafe0157741f /databases | |
parent | 840c4a3d0775a2a129d382bbeba49d38df10185f (diff) | |
download | FreeBSD-ports-e9a47eab638693987bb89c9022450619029427cc.zip FreeBSD-ports-e9a47eab638693987bb89c9022450619029427cc.tar.gz |
Update to version 2.2.6
PR: 54800
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/unixODBC/Makefile | 3 | ||||
-rw-r--r-- | databases/unixODBC/distinfo | 2 | ||||
-rw-r--r-- | databases/unixODBC/pkg-plist | 3 |
3 files changed, 6 insertions, 2 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile index 42845cc..5f83fc5 100644 --- a/databases/unixODBC/Makefile +++ b/databases/unixODBC/Makefile @@ -6,7 +6,7 @@ # PORTNAME= unixODBC -PORTVERSION= 2.2.5 +PORTVERSION= 2.2.6 CATEGORIES= databases MASTER_SITES= http://www.unixodbc.org/ @@ -17,6 +17,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv USE_REINPLACE= yes USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-static --enable-shared \ --with-libiconv-prefix=${LOCALBASE} INSTALLS_SHLIB= yes diff --git a/databases/unixODBC/distinfo b/databases/unixODBC/distinfo index 4ed19cf..31edbc6 100644 --- a/databases/unixODBC/distinfo +++ b/databases/unixODBC/distinfo @@ -1 +1 @@ -MD5 (unixODBC-2.2.5.tar.gz) = 3d65cc539bf406fb8a49749f600ce6e5 +MD5 (unixODBC-2.2.6.tar.gz) = 748ce54e34b2b339c99a8b1ddaee54f5 diff --git a/databases/unixODBC/pkg-plist b/databases/unixODBC/pkg-plist index f1545c6..f481654 100644 --- a/databases/unixODBC/pkg-plist +++ b/databases/unixODBC/pkg-plist @@ -112,6 +112,7 @@ lib/libtemplate.so.1 %%PORTDOCS%%share/doc/unixODBC/UserManual/StarOfficeDataGrid.gif %%PORTDOCS%%share/doc/unixODBC/UserManual/index.html %%PORTDOCS%%share/doc/unixODBC/UserManual/unixODBC.gif +%%PORTDOCS%%share/doc/unixODBC/index.html %%PORTDOCS%%share/doc/unixODBC/lst/InternalStructure.gif %%PORTDOCS%%share/doc/unixODBC/lst/InternalStructure.html %%PORTDOCS%%share/doc/unixODBC/lst/InternalStructure.vsd @@ -133,6 +134,8 @@ lib/libtemplate.so.1 %%PORTDOCS%%share/doc/unixODBC/lst/InternalStructure9.html %%PORTDOCS%%share/doc/unixODBC/lst/back.gif %%PORTDOCS%%share/doc/unixODBC/lst/next.gif +%%PORTDOCS%%share/doc/unixODBC/smallbook.gif +%%PORTDOCS%%share/doc/unixODBC/unixODBC.gif %%PORTDOCS%%@dirrm share/doc/unixODBC/lst %%PORTDOCS%%@dirrm share/doc/unixODBC/UserManual %%PORTDOCS%%@dirrm share/doc/unixODBC/ProgrammerManual/Tutorial |