Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2017 10:45:27 +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: r434516 - head/misc/ansiweather
Message-ID:  <201702211045.v1LAjRrP022341@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Feb 21 10:45:26 2017
New Revision: 434516
URL: https://svnweb.freebsd.org/changeset/ports/434516

Log:
  - Update to 1.10
  - While here, minor style fixes
  
  PR:		217155
  Submitted by:	dbaio@bsd.com.br (maintainer)

Modified:
  head/misc/ansiweather/Makefile
  head/misc/ansiweather/distinfo

Modified: head/misc/ansiweather/Makefile
==============================================================================
--- head/misc/ansiweather/Makefile	Tue Feb 21 10:42:35 2017	(r434515)
+++ head/misc/ansiweather/Makefile	Tue Feb 21 10:45:26 2017	(r434516)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ansiweather
-PORTVERSION=	1.09
+PORTVERSION=	1.10
 CATEGORIES=	misc
 
 MAINTAINER=	dbaio@bsd.com.br
@@ -26,17 +26,17 @@ SUB_FILES=	pkg-message
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 do-install:
-	${MKDIR} ${STAGEDIR}${DATADIR}
+	@${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/ansiweather ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/ansiweather.plugin.zsh ${STAGEDIR}${DATADIR}
 	${INSTALL_MAN} ${WRKSRC}/ansiweather.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 do-install-EXAMPLES-on:
-	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/ansiweatherrc.example ${STAGEDIR}${EXAMPLESDIR}
 
 do-install-DOCS-on:
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
 	${INSTALL_MAN} ${WRKSRC}/AUTHORS ${STAGEDIR}${DOCSDIR}
 

Modified: head/misc/ansiweather/distinfo
==============================================================================
--- head/misc/ansiweather/distinfo	Tue Feb 21 10:42:35 2017	(r434515)
+++ head/misc/ansiweather/distinfo	Tue Feb 21 10:45:26 2017	(r434516)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476884144
-SHA256 (fcambus-ansiweather-1.09_GH0.tar.gz) = 75f705263c8ca1eea74039c478b6c760632f26e3b503ac9d04cd1ab188d1ca77
-SIZE (fcambus-ansiweather-1.09_GH0.tar.gz) = 17360
+TIMESTAMP = 1487259523
+SHA256 (fcambus-ansiweather-1.10_GH0.tar.gz) = 9656ac85b67ff10c5959f31345bb08bfef0b038f6f2fbe09c78363b28f42cc21
+SIZE (fcambus-ansiweather-1.10_GH0.tar.gz) = 17469



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