svn commit: r394390 - in head/lang/mono: . files

Alexey Dokuchaev danfe at FreeBSD.org
Sun Aug 16 08:05:47 UTC 2015


On Sun, Aug 16, 2015 at 06:54:47AM +0000, Romain Tartiц╗re wrote:
> New Revision: 394390
> URL: https://svnweb.freebsd.org/changeset/ports/394390
> 
> Log:
>   Update to 4.0.3.20.
>[...]
>  PORTNAME=	mono
> -PORTVERSION=	4.0.1.28
> +PORTVERSION=	4.0.3.20
>  CATEGORIES=	lang
> [...]
> -WRKSRC=	${WRKDIR}/mono-4.0.1
> +WRKSRC=	${WRKDIR}/mono-4.0.3

You could've used ${PORTVERSION:R} instead of literal 4.0.3, it would allow
you not to touch this line on subsequent updates.

Also note that WRKSRC is badly indetented (missing one more tab) and
misplaced in the Makefile (it should appear lower below; not sure why
portlint(1) didn't whine about this).

./danfe


More information about the svn-ports-all mailing list