diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2024-07-15 14:19:54 +0200 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2024-07-15 14:19:54 +0200 |
commit | 58c51e33a2b249f786fb8a2a6fdbe6ab5ce0949a (patch) | |
tree | 07ca562a038fef89f79527570168b78fdcf128e4 /textproc/uni2ascii | |
parent | x11-wm/afterstep: move to x11-wm/afterstep1 (diff) |
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.
Diffstat (limited to 'textproc/uni2ascii')
-rw-r--r-- | textproc/uni2ascii/Makefile | 6 | ||||
-rw-r--r-- | 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 |