On Nov 13, 2007, at 10:17, source_changes@macosforge.org wrote:
--- trunk/dports/lang/logtalk/Portfile 2007-11-13 12:07:15 UTC (rev 30997) +++ trunk/dports/lang/logtalk/Portfile 2007-11-13 16:16:58 UTC (rev 30998) @@ -2,7 +2,7 @@
PortSystem 1.0 name logtalk -version 2.30.4 +version Release 2.30.8
I don't like that the version was changed from "2.30.4" to "Release 2.30.8". The version should always only be the number, e.g. "2.30.8". The version should definitely not contain a space. Also, logtalk Release 2.30.8 won't fetch: $ sudo port install logtalk Password: ---> Fetching logtalk ---> Attempting to fetch lgt2309.tar.bz2 from http://logtalk.org// files/ ---> Attempting to fetch lgt2309.tar.bz2 from http:// svn.macports.org/repository/macports/distfiles/logtalk ---> Attempting to fetch lgt2309.tar.bz2 from http:// svn.macports.org/repository/macports/distfiles/general/ ---> Attempting to fetch lgt2309.tar.bz2 from http:// svn.macports.org/repository/macports/downloads/logtalk Error: Target org.macports.fetch returned: fetch failed Error: Status 1 encountered during processing. $ I'm confused by the mismatch between the port version (2.30.8) and the name of the distfile (lgt2309). By the way, you can avoid the doubled slash in the download URL by using "master_sites ${homepage}files/" (instead of "master_sites $ {homepage}/files/").