[76449] trunk/dports/science/xmedcon/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Feb 23 15:06:48 PST 2011
On Feb 23, 2011, at 15:35, jameskyle at macports.org wrote:
> Revision: 76449
> http://trac.macports.org/changeset/76449
> Author: jameskyle at macports.org
> Date: 2011-02-23 13:35:57 -0800 (Wed, 23 Feb 2011)
> Log Message:
> -----------
> Incremented version to 10.6, added a pkgconfig build dep and a glib2 lib dependency. #28421
>
> Modified Paths:
> --------------
> trunk/dports/science/xmedcon/Portfile
>
> Modified: trunk/dports/science/xmedcon/Portfile
> ===================================================================
> --- trunk/dports/science/xmedcon/Portfile 2011-02-23 21:35:55 UTC (rev 76448)
> +++ trunk/dports/science/xmedcon/Portfile 2011-02-23 21:35:57 UTC (rev 76449)
> @@ -4,7 +4,7 @@
> PortSystem 1.0
>
> name xmedcon
> -version 0.10.4
> +version 0.10.6
> revision 1
> categories science graphics
> maintainers jameskyle
> @@ -14,17 +14,20 @@
> homepage http://xmedcon.sourceforge.net/
> platforms darwin
> master_sites http://prdownloads.sourceforge.net/xmedcon/
> -checksums md5 45b6a305336b731ad216e09744bc946b \
> - sha1 d382ce055e1497d3cb66db649adcc107c5802aa3 \
> - rmd160 f7a691eca3f7c59230488a585e3c0a1e0cdc0567
> +checksums md5 5d8b2c5fc7537b1c7c509a9732a0c3c7 \
> + sha1 d856d0d9a41f389cc9c4609379953f188262d0b9 \
> + rmd160 9a6b1359e7b7abdfebcb14ba458a10cea2fa966b
> +
> use_parallel_build yes
>
> -depends_lib port:libpng
> -
> +depends_lib port:libpng \
> + port:glib2
Dependencies on glib2 should be written in such a way that glib2-devel could also satisfy it. Please see other ports that depend on glib2 for examples of how this is done.
More information about the macports-dev
mailing list