svn commit: r382946 - head/games/gottet
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Apr 2 06:31:56 UTC 2015
On Wed, Apr 01, 2015 at 07:53:53PM +0000, Bartek Rutkowski wrote:
> New Revision: 382946
> URL: https://svnweb.freebsd.org/changeset/ports/382946
>
> Log:
> games/gottet: update 1.0.6 -> 1.1.1
> - Switch to QT5
Few observations, if you allow me:
> [...]
> -PORTDOCS= CREDITS ChangeLog NEWS README
Why was this line removed? What was wrong with PORTDOCS? It was not
mentioned in the log.
> +INSTALLS_ICONS= yes
As recently pointed out by kwm@ on x11-list, INSTALLS_ICONS is Gtk+-only
and thus should not be used for Qt-ports.
> - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
> + (cd ${WRKSRC} && ${INSTALL_DATA} CREDITS ChangeLog NEWS README \
> + ${STAGEDIR}${DOCSDIR})
Gratuitous change: pointless (non-functional), cryptic, two commands and
two lines instead of one, has nothing to do with what commit log taks about,
pessimizes "svn blame", etc. In short: it should not have been committed.
./danfe
More information about the svn-ports-head
mailing list