aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2024-07-10 06:33:16 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2024-07-10 06:33:16 +0000
commitd7961c77afdc0ed50645ead96e1a8f4d7907732a (patch)
tree244dac67de2d8ccb2f7889e44e0e401394eecde9
parent6d4cb5def43b4f5fd4d86cf3e3080b0ac8e2e929 (diff)
textproc/uni2ascii: Set PORTSCOUT version ignore
- Set the PORTSCOUT version ignore for 4.20 due to a checksum mismatch with upstream advertised checksums - Update WWW - Portlint, portclippy, portfmt
-rw-r--r--textproc/uni2ascii/Makefile19
1 files changed, 13 insertions, 6 deletions
diff --git a/textproc/uni2ascii/Makefile b/textproc/uni2ascii/Makefile
index 1a3b2e8bdc06..2e266b270961 100644
--- a/textproc/uni2ascii/Makefile
+++ b/textproc/uni2ascii/Makefile
@@ -1,23 +1,30 @@
PORTNAME= uni2ascii
-PORTVERSION= 4.18
-PORTREVISION= 1
+DISTVERSION= 4.18
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://billposer.org/Software/Downloads/ \
LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Convert between UTF-8 Unicode and 7-bit ASCII equivalents
-WWW= http://freecode.com/projects/uni2ascii/
+WWW= https://billposer.org/Software/uni2ascii.html
LICENSE= GPLv3
USES= tar:bzip2
GNU_CONFIGURE= yes
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+MAKE_ARGS= CC="${CC}" \
+ CFLAGS="${CFLAGS}" \
+ LDFLAGS="${LDFLAGS}"
-PLIST_FILES= bin/uni2ascii bin/ascii2uni share/man/man1/uni2ascii.1.gz \
- share/man/man1/ascii2uni.1.gz
+# Mismatch in upstream advertised checksums
+PORTSCOUT= skipv:4.20
+
+PLIST_FILES= bin/ascii2uni \
+ bin/uni2ascii \
+ share/man/man1/ascii2uni.1.gz \
+ share/man/man1/uni2ascii.1.gz
do-install:
.for f in ${PORTNAME} ascii2uni