Date: Tue, 10 Aug 2021 20:46:29 GMT From: Guangyuan Yang <ygy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c4e1a4e147de - main - textproc/kepubify: Update to 4.0.1 Message-ID: <202108102046.17AKkTGM065369@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c4e1a4e147de51b529cff000eae59c2b41e9074a commit c4e1a4e147de51b529cff000eae59c2b41e9074a Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2021-08-10 20:46:05 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-08-10 20:46:05 +0000 textproc/kepubify: Update to 4.0.1 - Use native archive/zip rather than the fork on Go 1.17 - Set version string in binary - Add converters category Changelog: https://github.com/pgaskin/kepubify/releases/tag/v4.0.1 PR: 257734 --- textproc/kepubify/Makefile | 8 ++++---- textproc/kepubify/distinfo | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/textproc/kepubify/Makefile b/textproc/kepubify/Makefile index 465821bb17a2..80f3b87c1f1f 100644 --- a/textproc/kepubify/Makefile +++ b/textproc/kepubify/Makefile @@ -1,7 +1,7 @@ PORTNAME= kepubify DISTVERSIONPREFIX= v -DISTVERSION= 4.0.0 -CATEGORIES= textproc +DISTVERSION= 4.0.1 +CATEGORIES= textproc converters MAINTAINER= fuz@fuz.su COMMENT= EPUB to KEPUB converter @@ -18,14 +18,14 @@ GH_TUPLE= bamiaux:rez:29f4463c688b:bamiaux_rez/vendor/github.com/bamiaux/rez \ golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \ hexops:gotextdiff:v1.0.3:hexops_gotextdiff/vendor/github.com/hexops/gotextdiff \ kr:smartypants:v0.1.0:kr_smartypants/vendor/github.com/kr/smartypants \ - mattn:go-sqlite3:v2.0.3:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ + mattn:go-sqlite3:v1.14.8:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ pgaskin:kepubify:2d89b3182523:pgaskin_kepubify_go116_zip_go117/vendor/github.com/pgaskin/kepubify \ pgaskin:kepubify:337924fbbaf0:pgaskin_kepubify_html \ pgaskin:koboutils:v2.1.1:pgaskin_koboutils_v2/vendor/github.com/pgaskin/koboutils/v2 \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag GO_TARGET= ./cmd/covergen ./cmd/kepubify ./cmd/seriesmeta -GO_BUILDFLAGS= -tags zip117 +GO_BUILDFLAGS= -tags zip117 -ldflags '-X main.version=${DISTVERSIONPREFIX}${DISTVERSION}' PLIST_FILES= bin/covergen \ bin/kepubify \ bin/seriesmeta diff --git a/textproc/kepubify/distinfo b/textproc/kepubify/distinfo index 600bb5a676a6..f5bf7eb779f1 100644 --- a/textproc/kepubify/distinfo +++ b/textproc/kepubify/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1625395364 -SHA256 (pgaskin-kepubify-v4.0.0_GH0.tar.gz) = 4485a5d1cf2c0f14e591ad77f0a6242156bcbfaa5c0c4763f0183b7366f9649b -SIZE (pgaskin-kepubify-v4.0.0_GH0.tar.gz) = 49013 +TIMESTAMP = 1628589728 +SHA256 (pgaskin-kepubify-v4.0.1_GH0.tar.gz) = 30e497e3a8490bcf571d01a7bb6cc2410689fccd7f9a516c31a166460d901aa8 +SIZE (pgaskin-kepubify-v4.0.1_GH0.tar.gz) = 49365 SHA256 (bamiaux-rez-29f4463c688b_GH0.tar.gz) = 31cc1f592dede499f44f2faba4e3ec6b2d0bcbe6fe471a83643993bd28604244 SIZE (bamiaux-rez-29f4463c688b_GH0.tar.gz) = 188916 SHA256 (beevik-etree-v1.1.0_GH0.tar.gz) = d1b424a126ce5c46d8e9ba42217e7997cc992bef56d17cc39d1d91525c0dc1de @@ -13,8 +13,8 @@ SHA256 (hexops-gotextdiff-v1.0.3_GH0.tar.gz) = 95ca5abd3c132e04ca1a0deeeac130b6b SIZE (hexops-gotextdiff-v1.0.3_GH0.tar.gz) = 23245 SHA256 (kr-smartypants-v0.1.0_GH0.tar.gz) = 06ae99211b00b079d7f8c18e771fad9dc10140dbda61b810a8cc5ed9c42e61e6 SIZE (kr-smartypants-v0.1.0_GH0.tar.gz) = 5006 -SHA256 (mattn-go-sqlite3-v2.0.3_GH0.tar.gz) = ed015860c9b3e701d8cce7dcb0bcb2e2f53071718334465b10abb696f7de0e58 -SIZE (mattn-go-sqlite3-v2.0.3_GH0.tar.gz) = 2335418 +SHA256 (mattn-go-sqlite3-v1.14.8_GH0.tar.gz) = 522a8f673690f99144f4e460eddc0fd5284c2e39676ac0687b5f575f19812cf6 +SIZE (mattn-go-sqlite3-v1.14.8_GH0.tar.gz) = 2404082 SHA256 (pgaskin-kepubify-2d89b3182523_GH0.tar.gz) = aa62cce5a77aa59449a9808d18bfc1c9ac966436dd53946a40ae20785215ca9b SIZE (pgaskin-kepubify-2d89b3182523_GH0.tar.gz) = 49127 SHA256 (pgaskin-kepubify-337924fbbaf0_GH0.tar.gz) = ea7c02a99b142ced207e097a02c9a9263f178345ca6b11bcb7169f19107c749a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108102046.17AKkTGM065369>