[41661] trunk/dports/textproc/aspell-dict-fr/Portfile

nox at macports.org nox at macports.org
Sat Nov 8 09:50:42 PST 2008


Revision: 41661
          http://trac.macports.org/changeset/41661
Author:   nox at macports.org
Date:     2008-11-08 09:50:41 -0800 (Sat, 08 Nov 2008)
Log Message:
-----------
aspell-dict-fr: Fixed livecheck.

Modified Paths:
--------------
    trunk/dports/textproc/aspell-dict-fr/Portfile

Modified: trunk/dports/textproc/aspell-dict-fr/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-fr/Portfile	2008-11-08 17:31:33 UTC (rev 41660)
+++ trunk/dports/textproc/aspell-dict-fr/Portfile	2008-11-08 17:50:41 UTC (rev 41661)
@@ -1,7 +1,9 @@
 # $Id$
 
 PortSystem 1.0
+
 name		aspell-dict-fr
+set my_name aspell-fr
 version		0.50
 categories	textproc
 maintainers	nomaintainer
@@ -14,7 +16,7 @@
 
 master_sites	gnu:aspell/dict/fr
 
-distname	aspell-fr-${version}-3
+distname	$my_name-${version}-3
 checksums	md5 53a2d05c4e8f7fabd3cefe24db977be7
 
 use_bzip2	yes
@@ -24,3 +26,5 @@
 configure	{ system "cd ${worksrcpath} && ./configure \
 		    --vars ASPELL=${prefix}/bin/aspell \
 		    WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress" }
+
+livecheck.distname  $my_name
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081108/a9fbda04/attachment.html>


More information about the macports-changes mailing list