git: 4f7688425002 - main - Undeprecate and adopt three more ports that I still consider useful.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Mar 2024 20:55:52 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f76884250028588cfa5b1adf015f429a811012d commit 4f76884250028588cfa5b1adf015f429a811012d Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2024-03-30 20:54:16 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2024-03-30 20:54:16 +0000 Undeprecate and adopt three more ports that I still consider useful. --- devel/build/Makefile | 5 +---- irc/dancer/Makefile | 7 ++----- security/ncrypt/Makefile | 5 +---- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/devel/build/Makefile b/devel/build/Makefile index 31744bb9b454..bd7633ca7abc 100644 --- a/devel/build/Makefile +++ b/devel/build/Makefile @@ -3,16 +3,13 @@ PORTVERSION= 0.3.10 CATEGORIES= devel MASTER_SITES= https://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= Massively-parallel build system implemented on top of GNU make WWW= https://www.codesynthesis.com/projects/build/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -DEPRECATED= Last release in 2014 and no upstream activity since -EXPIRATION_DATE=2024-03-31 - BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash diff --git a/irc/dancer/Makefile b/irc/dancer/Makefile index 7965f63f5f70..fd0fc6714408 100644 --- a/irc/dancer/Makefile +++ b/irc/dancer/Makefile @@ -4,14 +4,11 @@ PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= IRC bot written in C for UNIX, Windows, and AmigaOS WWW= https://dancer.sourceforge.net/ -DEPRECATED= Abandonware, last release in 2001 and no longer developed -EXPIRATION_DATE=2024-03-31 - -PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} +PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes MAKE_ARGS+= CSPECIAL="${CFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/security/ncrypt/Makefile b/security/ncrypt/Makefile index ad1cdd0df946..02c01675d24e 100644 --- a/security/ncrypt/Makefile +++ b/security/ncrypt/Makefile @@ -4,16 +4,13 @@ PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION:R}.0 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= Advanced AES file encryption tool WWW= https://ncrypt.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Last release in 2015 and no active development since, consider using security/age -EXPIRATION_DATE=2024-03-31 - USES= tar:tgz GNU_CONFIGURE= yes