mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
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.
This commit is contained in:
parent
7c872487ab
commit
41e0538547
@ -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' \
|
||||
|
Loading…
Reference in New Issue
Block a user