diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-02-21 10:45:26 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-02-21 10:45:26 +0000 |
commit | 2a8b2bdebc2f0045bc3d29a6c6210cf9f15eb3f2 (patch) | |
tree | a5e7c5560fde1573bb9ec09a5493523673d50151 /misc | |
parent | - Update to 0.26.0 (diff) |
- Update to 1.10
- While here, minor style fixes
PR: 217155
Submitted by: dbaio@bsd.com.br (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ansiweather/Makefile | 8 | ||||
-rw-r--r-- | misc/ansiweather/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/ansiweather/Makefile b/misc/ansiweather/Makefile index 0d55f1412355..979b4c6f5e41 100644 --- a/misc/ansiweather/Makefile +++ b/misc/ansiweather/Makefile @@ -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} diff --git a/misc/ansiweather/distinfo b/misc/ansiweather/distinfo index 5ef6159a749c..45dddf99bcd1 100644 --- a/misc/ansiweather/distinfo +++ b/misc/ansiweather/distinfo @@ -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 |