Skip to content

Commit

Permalink
security/sancp: Mark DEPRECATED
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
5u623l20 committed Mar 13, 2024
1 parent 7c87248 commit 41e0538
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions 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' \
Expand Down

0 comments on commit 41e0538

Please sign in to comment.