[24160] trunk/dports/sysutils/passogva/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 17 20:59:07 PDT 2007


Revision: 24160
          http://trac.macosforge.org/projects/macports/changeset/24160
Author:   pipping at macports.org
Date:     2007-04-17 20:59:06 -0700 (Tue, 17 Apr 2007)

Log Message:
-----------
 * use fetch.ignore_sslcert (which is available as of 1.4.3)

Modified Paths:
--------------
    trunk/dports/sysutils/passogva/Portfile

Modified: trunk/dports/sysutils/passogva/Portfile
===================================================================
--- trunk/dports/sysutils/passogva/Portfile	2007-04-18 03:52:32 UTC (rev 24159)
+++ trunk/dports/sysutils/passogva/Portfile	2007-04-18 03:59:06 UTC (rev 24160)
@@ -19,28 +19,8 @@
 checksums	md5 c3b188e134588efaec8acf09d3519b19
 
 # The certificate doesn't match the host.
-# fetch.ignore_sslcert	yes
+fetch.ignore_sslcert	yes
 
-pre-fetch {
-    ui_msg ""
-    ui_msg ""
-    ui_msg "You need to be running MacPorts 1.5 in order to fetch this port. To do so, run  "
-    ui_msg ""
-    ui_msg "    sudo port edit $name"
-    ui_msg ""
-    ui_msg "and remove the \"#\" just before \"fetch.ignore_sslcert\". If you are running an"
-    ui_msg "older version of Macports, you can download the tarball manually. To do so, "   
-    ui_msg "execute the following commands in the given order:                              " 
-    ui_msg ""
-    ui_msg "(1) url=\"[lindex $master_sites 0]${distfiles}\""
-    ui_msg ""
-    ui_msg "(2) target=\"${prefix}/var/db/dports/distfiles/${name}\""
-    ui_msg ""
-    ui_msg "(3) sudo curl -gko \${target}/${distfiles} \${url}"
-    ui_msg ""
-    ui_msg ""
-}
-
 extract		{
 	file mkdir ${worksrcpath}
 	file copy ${distpath}/${distfiles} ${worksrcpath}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070417/b1d60828/attachment.html


More information about the macports-changes mailing list