[36013] trunk/dports/devel/libevent/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Apr 16 09:22:27 PDT 2008
On Apr 14, 2008, at 6:40 AM, brett at macports.org wrote:
> Revision: 36013
> http://trac.macosforge.org/projects/macports/changeset/36013
> Author: brett at macports.org
> Date: 2008-04-14 04:40:01 -0700 (Mon, 14 Apr 2008)
>
> Log Message:
> -----------
> update to 1.4.3
>
> Modified Paths:
> --------------
> trunk/dports/devel/libevent/Portfile
>
> Modified: trunk/dports/devel/libevent/Portfile
> ===================================================================
> --- trunk/dports/devel/libevent/Portfile 2008-04-14 11:26:53 UTC
> (rev 36012)
> +++ trunk/dports/devel/libevent/Portfile 2008-04-14 11:40:01 UTC
> (rev 36013)
> @@ -3,7 +3,7 @@
> PortSystem 1.0
>
> name libevent
> -version 1.3e
> +version 1.4.3
> categories devel
> maintainers brett at macports.org
> description asynchronous event library
> @@ -17,7 +17,9 @@
> homepage http://monkey.org/~provos/libevent/
> platforms darwin
> master_sites http://monkey.org/~provos/
> -checksums sha1 67b064a4533c640dfb86e3d81c0cca9247427353
> +distfiles ${distname}-stable.tar.gz
> +worksrcdir ${distname}-stable
> +checksums sha1 222812fc8993823895567ea5de1dc16880b0fac6
Why did you change to downloading "libevent-stable.tar.gz"? You
should continue to download a file whose name includes the version
number, so that when the developer releases a newer version, MacPorts
users don't start encountering checksum errors.
More information about the macports-dev
mailing list