git: 41e053854799 - main - security/sancp: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Mar 2024 22:42:21 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=41e053854799739abe5a7e28e2f986e2f8e63d60
commit 41e053854799739abe5a7e28e2f986e2f8e63d60
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-03-13 22:28:46 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-13 22:41:46 +0000
security/sancp: Mark DEPRECATED
- Upstream unmaintained and last release was in 2007
- Upstream WWW domain is up for sale so point to SF site
- Set EXPIRATION_DATE 2024-04-13
- Pet portclippy
If someone needs this port feel free to undeprecate and takeover
maintainership.
---
security/sancp/Makefile | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)
diff --git a/security/sancp/Makefile b/security/sancp/Makefile
index bf0ec45e2d8a..5917237d0fc8 100644
--- a/security/sancp/Makefile
+++ b/security/sancp/Makefile
@@ -1,36 +1,41 @@
PORTNAME= sancp
PORTVERSION= 1.6.1
DISTVERSIONSUFFIX= -stable
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}-stable
MAINTAINER= bofh@FreeBSD.org
COMMENT= Network connection profiler
-WWW= http://www.metre.net/sancp.html
+WWW= https://sourceforge.net/projects/sancp/
LICENSE= QPLv1
LICENSE_NAME= Q PUBLIC LICENSE v1.0
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+DEPRECATED= Upstream unmaintained and last release in 2007
+EXPIRATION_DATE= 2024-04-13
+
USES= compiler
-ALL_TARGET= bsd
USE_RC_SUBR= sancp
+MAKE_ARGS= CFLAGS="${CXXFLAGS}" \
+ LFLAGS="${LDFLAGS}"
+ALL_TARGET= bsd
+
+CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
+CXXFLAGS_clang= -Wno-c++11-narrowing
+
+SUB_FILES= pkg-message
+
USERS= sancp
GROUPS= sancp
-OPTIONS_DEFINE= DOCS
-
PORTDOCS= CHANGES INSTALL ISSUES \
README SETUP fields.LIST
-CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
-CXXFLAGS_clang= -Wno-c++11-narrowing
-MAKE_ARGS= CFLAGS="${CXXFLAGS}" \
- LFLAGS="${LDFLAGS}"
-SUB_FILES= pkg-message
+OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|gcc|$${CC}|g ; s|g++|$${CXX}|g' \