[47570] trunk/dports/www/webarchiver/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Feb 28 17:15:28 PST 2009


Revision: 47570
          http://trac.macports.org/changeset/47570
Author:   ryandesign at macports.org
Date:     2009-02-28 17:15:27 -0800 (Sat, 28 Feb 2009)
Log Message:
-----------
webarchiver: fix unending checksum errors by hosting the distfile ourselves instead of relying on github; fixes #14078

Modified Paths:
--------------
    trunk/dports/www/webarchiver/Portfile

Modified: trunk/dports/www/webarchiver/Portfile
===================================================================
--- trunk/dports/www/webarchiver/Portfile	2009-03-01 01:11:38 UTC (rev 47569)
+++ trunk/dports/www/webarchiver/Portfile	2009-03-01 01:15:27 UTC (rev 47570)
@@ -13,13 +13,15 @@
     webarchives (.webarchive) from the command line.\
     webarchiver is compatible with Mac OSX 10.4 (Safari 2.0).
 homepage   http://www.entropytheblog.com/blog/2008/11/webarchiver-create-safari-webarchives-from-the-command-line/
-master_sites    http://github.com/paulwilliam/webarchiver/tarball/${version}/
+master_sites    macports
+#master_sites    http://github.com/paulwilliam/webarchiver/tarball/${version}/
 set author      paulwilliam
 set commit_sha1 14f7c37ff6016a2d200f40f1f67245be849cec35
-distname        ${author}-${name}-${commit_sha1}
-checksums       md5     447fa2a6894f7eb86f0e92058944eef7 \
-                sha1    b5cd7f2bb017e47740f3ea61f9a123d549f12397 \
-                rmd160  ad96da80da9e360239b12eadf4fa3a4d37b7516b
+#distname        ${author}-${name}-${commit_sha1}
+worksrcdir      ${author}-${name}-${commit_sha1}
+checksums       md5     b96f0ba9e80f122a1c1cfb58a4576d0a \
+                sha1    37d93162ff88adff9bec9e30c780ca7446f3d81b \
+                rmd160  bc98ccb42f6b4268ba60163e78c647a5d4139494
 use_configure   no
 build.cmd       xcodebuild
 build.target    build
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090228/332a7ee4/attachment.html>


More information about the macports-changes mailing list