Date: Tue, 27 Apr 2021 08:01:08 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1eb38a10d1a7 - main - graphics/ssocr: Update to 2.21.0 Message-ID: <202104270801.13R818ga025081@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=1eb38a10d1a71af4723169fc5b190eef1921326d commit 1eb38a10d1a71af4723169fc5b190eef1921326d Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2021-04-27 08:01:04 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2021-04-27 08:01:04 +0000 graphics/ssocr: Update to 2.21.0 While here pacify portclippy/portfmt --- graphics/ssocr/Makefile | 7 ++++--- graphics/ssocr/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/graphics/ssocr/Makefile b/graphics/ssocr/Makefile index 66327c46788c..dce92dc83a7b 100644 --- a/graphics/ssocr/Makefile +++ b/graphics/ssocr/Makefile @@ -1,7 +1,7 @@ # Created by: Emanuel Haupt <ehaupt@FreeBSD.org> PORTNAME= ssocr -PORTVERSION= 2.20.0 +PORTVERSION= 2.21.0 CATEGORIES= graphics MASTER_SITES= http://www.unix-ag.uni-kl.de/~auerswal/ssocr/ \ LOCAL/ehaupt @@ -14,9 +14,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libImlib2.so:graphics/imlib2 -USES= tar:bzip2 gmake +USES= gmake tar:bzip2 -PLIST_FILES= bin/ssocr man/man1/ssocr.1.gz +PLIST_FILES= bin/ssocr \ + man/man1/ssocr.1.gz do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${MANPREFIX}/man/man1 diff --git a/graphics/ssocr/distinfo b/graphics/ssocr/distinfo index 6e8f938453fe..480f40582bb3 100644 --- a/graphics/ssocr/distinfo +++ b/graphics/ssocr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618930963 -SHA256 (ssocr-2.20.0.tar.bz2) = a00aebe0589fcb43cf95c448c8b72cff0fe2820ee1c91670a3de127e24ffc278 -SIZE (ssocr-2.20.0.tar.bz2) = 37446 +TIMESTAMP = 1619506701 +SHA256 (ssocr-2.21.0.tar.bz2) = cf00d7ae33102df4d5a6b04de42da45c1dfa35b0b8aa4d05baf38234debfb225 +SIZE (ssocr-2.21.0.tar.bz2) = 38345
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104270801.13R818ga025081>