Date: Wed, 29 Nov 2017 09:00:22 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455097 - head/astro/xearth Message-ID: <201711290900.vAT90MoP079644@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Nov 29 09:00:22 2017 New Revision: 455097 URL: https://svnweb.freebsd.org/changeset/ports/455097 Log: - Add license (note that commercial distribution is not allowed) - Unsilence installation - Fix WWW Approved by: portmgr blanket Modified: head/astro/xearth/Makefile head/astro/xearth/pkg-descr Modified: head/astro/xearth/Makefile ============================================================================== --- head/astro/xearth/Makefile Wed Nov 29 09:00:18 2017 (r455096) +++ head/astro/xearth/Makefile Wed Nov 29 09:00:22 2017 (r455097) @@ -9,6 +9,11 @@ MASTER_SITES= LOCAL/madpilot/xearth MAINTAINER= ler@FreeBSD.org COMMENT= Set the root window to the image of earth +LICENSE= Xearth +LICENSE_FILE= ${WRKSRC}/README +LICENSE_NAME= Xearth license +LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept + USE_XORG= x11 xext sm ice xt USES= tar:xz PLIST_FILES= bin/xearth \ @@ -18,12 +23,12 @@ PLIST_FILES= bin/xearth \ PLIST_DIRS= lib/X11/xearth do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/xearth ${STAGEDIR}${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/xearth.man ${STAGEDIR}${MANPREFIX}/man/man1/xearth.1 + ${INSTALL_PROGRAM} ${WRKSRC}/xearth ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xearth.man ${STAGEDIR}${MANPREFIX}/man/man1/xearth.1 @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xearth # Copy the list of FreeBSD sites & committers locations .for marker in freebsd.committers.markers freebsd.ftp.markers - @${INSTALL_DATA} ${FILESDIR}/${marker} ${STAGEDIR}${PREFIX}/lib/X11/xearth + ${INSTALL_DATA} ${FILESDIR}/${marker} ${STAGEDIR}${PREFIX}/lib/X11/xearth .endfor .include <bsd.port.mk> Modified: head/astro/xearth/pkg-descr ============================================================================== --- head/astro/xearth/pkg-descr Wed Nov 29 09:00:18 2017 (r455096) +++ head/astro/xearth/pkg-descr Wed Nov 29 09:00:22 2017 (r455097) @@ -6,7 +6,7 @@ time between updates can be changed with the -wait opt Xearth can also render directly into PPM and GIF files instead of drawing in the root window. -WWW: http://xearth.org +WWW: http://xearth.org/ There are three additional marker files installed in /usr/local/lib/X11/xearth which specify the locations of
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711290900.vAT90MoP079644>