Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2019 04:44:35 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502680 - head/deskutils/goesimage
Message-ID:  <201905260444.x4Q4iZHY037399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun May 26 04:44:34 2019
New Revision: 502680
URL: https://svnweb.freebsd.org/changeset/ports/502680

Log:
  deskutils/goesimage: Update 0.1.1 -> 0.1.1-1
  
  * License is defined
  * Many cosmetic changes

Modified:
  head/deskutils/goesimage/Makefile
  head/deskutils/goesimage/distinfo
  head/deskutils/goesimage/pkg-descr
  head/deskutils/goesimage/pkg-message

Modified: head/deskutils/goesimage/Makefile
==============================================================================
--- head/deskutils/goesimage/Makefile	Sun May 26 04:23:44 2019	(r502679)
+++ head/deskutils/goesimage/Makefile	Sun May 26 04:44:34 2019	(r502680)
@@ -1,16 +1,20 @@
 # $FreeBSD$
 
 PORTNAME=	goesimage
-DISTVERSION=	0.1.1
+DISTVERSION=	0.1.1-1
+DISTVERSIONSUFFIX=	-g0021b16
 CATEGORIES=	deskutils
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Wallpapers from NOAA Geostationary Operational Environment Satellite
 
+LICENSE=	UNLICENSE
+LICENSE_FILE=	${WRKSRC}/UNLICENSE
+
 RUN_DEPENDS=	bash:shells/bash \
+		convert:graphics/ImageMagick6 \
 		curl:ftp/curl \
-		feh:graphics/feh \
-		convert:graphics/ImageMagick6
+		feh:graphics/feh
 
 USES=		shebangfix
 SHEBANG_FILES=	goesimage
@@ -26,10 +30,10 @@ SUB_FILES=	crontab
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/libexec/
 	${MKDIR} ${STAGEDIR}${DATADIR}
-	${INSTALL_SCRIPT} ${WRKDIR}/crontab ${STAGEDIR}${DATADIR}
+	${INSTALL_DATA} ${WRKDIR}/crontab ${STAGEDIR}${DATADIR}
 	@(echo "#!/bin/sh"; \
 	  echo ""; \
-	  echo "crontab -l | ${GREP} -v '${PREFIX}/libexec/${PORTNAME}' | (cat ; cat ${DATADIR}/crontab) | crontab -;"; \
+	  echo "crontab -l | ${GREP} -v '${PREFIX}/libexec/${PORTNAME}' | (cat ; cat ${DATADIR}/crontab) | crontab -"; \
 	) > ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-enable
 	@(echo "#!/bin/sh"; \
 	  echo ""; \

Modified: head/deskutils/goesimage/distinfo
==============================================================================
--- head/deskutils/goesimage/distinfo	Sun May 26 04:23:44 2019	(r502679)
+++ head/deskutils/goesimage/distinfo	Sun May 26 04:44:34 2019	(r502680)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558824744
-SHA256 (pigmonkey-goesimage-0.1.1_GH0.tar.gz) = 616c3501625ebb96dcfc0ff7e7ac79bc1c74f0e75efda422ebbd88364432ec04
-SIZE (pigmonkey-goesimage-0.1.1_GH0.tar.gz) = 4098974
+TIMESTAMP = 1558845555
+SHA256 (pigmonkey-goesimage-0.1.1-1-g0021b16_GH0.tar.gz) = d95bb307b717763e08bd8bd6504a9e2be06c1ea2574b73c05d88743cb505d323
+SIZE (pigmonkey-goesimage-0.1.1-1-g0021b16_GH0.tar.gz) = 4099645

Modified: head/deskutils/goesimage/pkg-descr
==============================================================================
--- head/deskutils/goesimage/pkg-descr	Sun May 26 04:23:44 2019	(r502679)
+++ head/deskutils/goesimage/pkg-descr	Sun May 26 04:44:34 2019	(r502680)
@@ -1,5 +1,5 @@
-goesimage downloads beautiful images of planet Earth from the NOAA Geostationary
-Operational Environment Satellite (https://www.goes.noaa.gov/) and makes them
-your wallpaper.
+goesimage downloads beautiful images of the planet Earth from the NOAA
+Geostationary Operational Environment Satellite (https://www.goes.noaa.gov/) and
+makes them your wallpaper.
 
 WWW: https://github.com/pigmonkey

Modified: head/deskutils/goesimage/pkg-message
==============================================================================
--- head/deskutils/goesimage/pkg-message	Sun May 26 04:23:44 2019	(r502679)
+++ head/deskutils/goesimage/pkg-message	Sun May 26 04:44:34 2019	(r502680)
@@ -1,5 +1,5 @@
 ======================================================================
-You installed goesimage, the program that downloads images from
+You installed goesimage, the program that downloads images from the
 NOAA Geostationary Operational Environment Satellite and makes them
 your wallpaper.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905260444.x4Q4iZHY037399>