[63868] trunk/dports/office/todotxt/Portfile

snc at macports.org snc at macports.org
Wed Feb 17 07:42:46 PST 2010


Revision: 63868
          http://trac.macports.org/changeset/63868
Author:   snc at macports.org
Date:     2010-02-17 07:42:42 -0800 (Wed, 17 Feb 2010)
Log Message:
-----------
use fixed version now that it's available on the master_site, #23163

Modified Paths:
--------------
    trunk/dports/office/todotxt/Portfile

Modified: trunk/dports/office/todotxt/Portfile
===================================================================
--- trunk/dports/office/todotxt/Portfile	2010-02-17 15:20:18 UTC (rev 63867)
+++ trunk/dports/office/todotxt/Portfile	2010-02-17 15:42:42 UTC (rev 63868)
@@ -5,6 +5,7 @@
 
 name                todotxt
 version             2.5
+revision            1
 categories          office
 license             GPL
 maintainers         snc openmaintainer
@@ -17,8 +18,11 @@
 
 platforms           darwin
 
-fetch.type          git
-git.url             git://github.com/ginatrapani/todo.txt-cli.git
+master_sites        http://github.com/downloads/ginatrapani/todo.txt-cli
+distname            todo.txt_cli-${version}
+checksums           md5     2e7cf5a5d66f84a2e51788c4a7cdb8bc \
+                    sha1    8c979dd233d6816cd9f83c904a66db04a420b283 \
+                    rmd160  84e5579c8c87372e6aeb68242743a1f021134f22
 
 use_configure       no
 
@@ -29,10 +33,9 @@
     xinstall -m 644 ${worksrcpath}/todo.cfg ${destroot}${prefix}/etc/todo.cfg
 }
 
-pre-install {
-    ui_msg "You will need to copy and then edit the default configuration "
-    ui_msg "(${prefix}/etc/todo.cfg) in your home directory."
-}
+notes \
+"You will need to copy and then edit the default configuration
+(${prefix}/etc/todo.cfg) in your home directory."
 
 livecheck.type      regex
 livecheck.url       http://github.com/ginatrapani/todo.txt-cli/downloads
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100217/edd84092/attachment.html>


More information about the macports-changes mailing list