git: 0f48d839ca16 - main - devel/mingw32-zlib: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Oct 2023 21:34:53 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f48d839ca161050187592827151fcf14ab40b9b commit 0f48d839ca161050187592827151fcf14ab40b9b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-20 21:33:21 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-20 21:34:29 +0000 devel/mingw32-zlib: Mark DEPRECATED - Upstream last release was in 2014 and project mingw32 is defunct - Pet portclippy - Set EXPIRATION_DATE to 2023-11-21 --- devel/mingw32-zlib/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devel/mingw32-zlib/Makefile b/devel/mingw32-zlib/Makefile index fe33a74a2f28..e6826d25c106 100644 --- a/devel/mingw32-zlib/Makefile +++ b/devel/mingw32-zlib/Makefile @@ -10,10 +10,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The zlib library cross-compiled for MinGW32 WWW= https://zlib.net/ +DEPRECATED= Last upstream release was in 2014 and project mingw32 is defunct +EXPIRATION_DATE= 2023-11-21 + BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:devel/${PKGNAMEPREFIX}gcc \ ${LOCALBASE}/mingw32/include/sys/types.h:devel/${PKGNAMEPREFIX}bin-msvcrt USES= tar:xz cpe gmake + MAKEFILE= win32/Makefile.gcc MAKE_ARGS= PREFIX=${PKGNAMEPREFIX} \ BINARY_PATH=${CROSS_BASE}/bin \