[45622] trunk/dports/databases/unixODBC/Portfile

alakazam at macports.org alakazam at macports.org
Sun Jan 18 17:57:25 PST 2009


Revision: 45622
          http://trac.macports.org/changeset/45622
Author:   alakazam at macports.org
Date:     2009-01-18 17:57:25 -0800 (Sun, 18 Jan 2009)
Log Message:
-----------
Update unixODBC to 2.2.14 (#17625)
  - Change version
  - Lint and add description to the gui variant
  - Add livecheck

Modified Paths:
--------------
    trunk/dports/databases/unixODBC/Portfile

Modified: trunk/dports/databases/unixODBC/Portfile
===================================================================
--- trunk/dports/databases/unixODBC/Portfile	2009-01-19 01:52:21 UTC (rev 45621)
+++ trunk/dports/databases/unixODBC/Portfile	2009-01-19 01:57:25 UTC (rev 45622)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name			unixODBC
-version			2.2.12
+version			2.2.14
 categories		databases
 platforms		darwin
 maintainers		simon at cotsworth.com
@@ -24,8 +24,9 @@
 master_sites	${homepage} \
 				ftp://ftp.easysoft.com/pub/beta/unixODBC/
 
-checksums		md5 9a116aad4059c31d231b626ffdf1869a
-#				sha1 a8869c38d0f1bb18b33e5165a2a79dd8770f98b3
+checksums           md5     f47c2efb28618ecf5f33319140a7acd0 \
+                    sha1    ab18464c83d30d7b38b8bb58e1dd01e3ec211488 \
+                    rmd160  e2a2d2de636a8b2ee1002cac809ba2a38d7eb4de
 
 depends_lib		port:libiconv port:readline
 
@@ -45,7 +46,7 @@
 	set	_nn		libnn.1.0.0
 	set _odbc	libodbc.1.0.0
 
-variant gui {
+variant gui description "Enable Qt3 based GUI support applications" {
 	depends_lib-append	port:qt3
 	configure.env-append	QTDIR=${prefix}
 	configure.args-delete	--enable-gui=no
@@ -93,3 +94,6 @@
 	destroot.keepdirs ${destroot}${prefix}/etc/ODBCDataSources
 }
 
+livecheck.check regex
+livecheck.url   ${homepage}download.html
+livecheck.regex HREF="${name}-(\\d+(\\.\\d+)*).tar.gz"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090118/f65d7726/attachment.html>


More information about the macports-changes mailing list