Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2024 12:20:29 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: 58c51e33a2b2 - main - textproc/uni2ascii: Update to 4.20
Message-ID:  <202407151220.46FCKTAF033351@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=58c51e33a2b249f786fb8a2a6fdbe6ab5ce0949a

commit 58c51e33a2b249f786fb8a2a6fdbe6ab5ce0949a
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-07-15 12:19:54 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-07-15 12:19:54 +0000

    textproc/uni2ascii: Update to 4.20
    
    Removed PORTSCOUT skipv for version 4.20. The issue with the incorrect
    MD5 checksum on the upstream website has been resolved. The published
    checksums are from version 4.18. This has been confirmed by the upstream
    author (billposer@alum.mit.edu) via email. The author will update the
    checksums in due course.
---
 textproc/uni2ascii/Makefile | 6 +-----
 textproc/uni2ascii/distinfo | 5 +++--
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/textproc/uni2ascii/Makefile b/textproc/uni2ascii/Makefile
index 2e266b270961..249b084b51ef 100644
--- a/textproc/uni2ascii/Makefile
+++ b/textproc/uni2ascii/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	uni2ascii
-DISTVERSION=	4.18
-PORTREVISION=	2
+DISTVERSION=	4.20
 CATEGORIES=	textproc
 MASTER_SITES=	http://billposer.org/Software/Downloads/ \
 		LOCAL/ehaupt
@@ -18,9 +17,6 @@ MAKE_ARGS=	CC="${CC}" \
 		CFLAGS="${CFLAGS}" \
 		LDFLAGS="${LDFLAGS}"
 
-# Mismatch in upstream advertised checksums
-PORTSCOUT=	skipv:4.20
-
 PLIST_FILES=	bin/ascii2uni \
 		bin/uni2ascii \
 		share/man/man1/ascii2uni.1.gz \
diff --git a/textproc/uni2ascii/distinfo b/textproc/uni2ascii/distinfo
index aed8a6b95a5f..027f50ef95df 100644
--- a/textproc/uni2ascii/distinfo
+++ b/textproc/uni2ascii/distinfo
@@ -1,2 +1,3 @@
-SHA256 (uni2ascii-4.18.tar.bz2) = 59228212f81dfadf9fee87c37a0ce138e4fc503144492403b807e6e666f855c8
-SIZE (uni2ascii-4.18.tar.bz2) = 127125
+TIMESTAMP = 1721045544
+SHA256 (uni2ascii-4.20.tar.bz2) = 0c5002f54b262d937ba3a8249dd3148791a3f6ec383d80ec479ae60ee0de681a
+SIZE (uni2ascii-4.20.tar.bz2) = 166554


home | help

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