[44117] trunk/dports/databases/freetds/Portfile

devans at macports.org devans at macports.org
Sun Dec 21 19:44:44 PST 2008


Revision: 44117
          http://trac.macports.org/changeset/44117
Author:   devans at macports.org
Date:     2008-12-21 19:44:44 -0800 (Sun, 21 Dec 2008)
Log Message:
-----------
freedts: use name variable in urls.

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

Modified: trunk/dports/databases/freetds/Portfile
===================================================================
--- trunk/dports/databases/freetds/Portfile	2008-12-22 03:41:10 UTC (rev 44116)
+++ trunk/dports/databases/freetds/Portfile	2008-12-22 03:44:44 UTC (rev 44117)
@@ -12,7 +12,7 @@
 long_description FreeTDS is an open source implementation of the TDS (Tabular DataStream) protocol used by these databases for their own clients. It supports many different flavors of the protocol and supports several APIs to access it. Additionally FreeTDS works with other software such as Perl and PHP, providing access from those languages as well. There is also a native (type 4) JDBC driver available for platform-independent Java clients (including Java Server Pages applications), with support for most of the JDBC 1 API and portions of the JDBC 2 API.
 
 homepage	http://www.freetds.org/
-master_sites    ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/ \
+master_sites    ftp://ftp.ibiblio.org/pub/Linux/ALPHA/${name}/stable/ \
                 http://ibiblio.org/pub/Linux/ALPHA/${name}/stable/ \
                 http://ibiblio.org/pub/Linux/ALPHA/${name}/old/${version}/
 checksums	md5 3df6b2e83fd420e90f1becbd1162990a \
@@ -68,5 +68,5 @@
 }
 
 livecheck.check regex
-livecheck.url   ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/
+livecheck.url   ftp://ftp.ibiblio.org/pub/Linux/ALPHA/${name}/stable/
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081221/d33a6e12/attachment.html>


More information about the macports-changes mailing list