[82690] trunk/dports/mail/getmail/Portfile

Mark Hattam mark at dxradio.demon.co.uk
Fri Aug 19 02:14:35 PDT 2011


Why did the name of the binary change from
/opt/local/bin/getmail
to
/opt/local/bin/getmail-2.6

OK it was easy to change my plist script once I noticed I was no longer receiving any mail, but a little warning/explanation about the change would have been welcome. The -2.6 looks to be a python version numbering, as it has nothing to do with the version number of getmail 4.20.4


Mark

--


On 18 Aug 2011, at 16:13, mww at macports.org wrote:

> Revision
> 82690
> Author
> mww at macports.org
> Date
> 2011-08-18 04:53:16 -0700 (Thu, 18 Aug 2011)
> Log Message
> 
> version 4.20.4
> Modified Paths
> 
> 	• trunk/dports/mail/getmail/Portfile
> Diff
> 
> Modified: trunk/dports/mail/getmail/Portfile (82689 => 82690)
> 
> --- trunk/dports/mail/getmail/Portfile	2011-08-18 11:10:09 UTC (rev 82689)
> +++ trunk/dports/mail/getmail/Portfile	2011-08-18 11:53:16 UTC (rev 82690)
> 
> @@ -4,7 +4,7 @@
> 
>  PortGroup python26 1.0
> 
>  
> 
>  name			getmail
> 
> -version			4.20.0
> 
> +version			4.20.4
> 
>  categories		mail python
> 
>  platforms		darwin
> 
>  maintainers		mww
> 
> @@ -17,17 +17,17 @@
> 
>  
> 
>  homepage		http://pyropus.ca/software/getmail/
> 
>  master_sites	${homepage}/old-versions/
> 
> -checksums		md5     33a090d62b6039e0a8df4c3da545d851 \
> -				sha1    999e8987ff8321291eca507549ce5e8ce0e65030 \
> -				rmd160  bdf20ee8e30f3b1a1f087627e86003befa995fee
> 
> +checksums           md5     8cce9b943537388e3666cb2c45582d04 \
> +                    sha1    f7446dc6b4e350ce421daddc388211bc4bb51640 \
> +                    rmd160  793aea283b26391c9a8469c0c919bc3a13c031e0
> 
>  dist_subdir		${name}
> 
>  patchfiles		patch-setup.py.diff
> 
>  
> 
> -python.link_binaries_suffix
> 
> +#python.link_binaries_suffix
> 
>  
> 
>  post-destroot {
> 
>  	foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man1 *] {
> 
> -		ln -s ${python.prefix}/share/man/man1/${manfile} \
> 
> +		file rename ${destroot}${python.prefix}/share/man/man1/${manfile} \
> 
>  			${destroot}${prefix}/share/man/man1/${manfile}
> 
>  	}
> 
>  	delete ${destroot}${prefix}/share/doc/${name}
> 
> _______________________________________________
> macports-changes mailing list
> macports-changes at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macports-changes



More information about the macports-users mailing list