svn commit: r378191 - in head/games: freedink freedink-data freedink-data/files freedink-dfarc freedink-dfarc/files freedink-engine freedink-engine/files
Antoine Brodin
antoine at FreeBSD.org
Sun Feb 8 23:05:25 UTC 2015
On Sat, Jan 31, 2015 at 7:58 AM, Stephen Hurd <shurd at freebsd.org> wrote:
> Author: shurd
> Date: Sat Jan 31 06:58:54 2015
> New Revision: 378191
> URL: https://svnweb.freebsd.org/changeset/ports/378191
> QAT: https://qat.redports.org/buildarchive/r378191/
>
> Log:
> Update FreeDink to 108.4, Data to 20140901 version, and dfarc to 3.12
>
> PR: 197062
...
> Modified: head/games/freedink/Makefile
> ==============================================================================
> --- head/games/freedink/Makefile Sat Jan 31 06:35:24 2015 (r378190)
> +++ head/games/freedink/Makefile Sat Jan 31 06:58:54 2015 (r378191)
> @@ -2,8 +2,7 @@
> # $FreeBSD$
>
> PORTNAME= freedink
> -PORTVERSION= 1.08.${PORTVER}
> -PORTREVISION= 1
> +PORTVERSION= 108.4
> CATEGORIES= games
> MASTER_SITES= # none
> DISTFILES= # none
> @@ -12,19 +11,16 @@ EXTRACT_ONLY= # none
> MAINTAINER= shurd at FreeBSD.org
> COMMENT= Metaport for FreeDink engine and data
>
> -RUN_DEPENDS= freedink:${PORTSDIR}/games/freedink-engine \
> - freedink-data>0:${PORTSDIR}/games/freedink-data \
> - dfarc:${PORTSDIR}/games/freedink-dfarc
> +RUN_DEPENDS= freedink>=${PORTVERSION}:${PORTSDIR}/games/freedink-engine \
> + freedink-data>=1.08.20140901:${PORTSDIR}/games/freedink-data \
> + dfarc>=3.12:${PORTSDIR}/games/freedink-dfarc
Hi,
So, freedink depends on the freedink package?
Also the package provided by the games/freedink-dfarc port is named
freedink-dfarc, not dfarc.
(poudriere bulk -t or poudriere testport yell about all this by the way)
Cheers,
Antoine
More information about the svn-ports-all
mailing list