git: d7961c77afdc - main - textproc/uni2ascii: Set PORTSCOUT version ignore
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Jul 2024 06:33:24 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7961c77afdc0ed50645ead96e1a8f4d7907732a commit d7961c77afdc0ed50645ead96e1a8f4d7907732a Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-07-10 06:33:16 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-07-10 06:33:16 +0000 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 --- textproc/uni2ascii/Makefile | 19 +++++++++++++------ 1 file 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