aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-03-13 22:19:11 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-03-13 22:41:45 +0000
commit7c872487ab70c38dbcda28f560963f94d1a55afc (patch)
tree678037e2ef13cda376c1e55dedb2c220b822e208
parentf38e42a62cf23d1a2c3de160e035e6a3b4bc3779 (diff)
downloadports-7c872487ab70c38dbcda28f560963f94d1a55afc.tar.gz
ports-7c872487ab70c38dbcda28f560963f94d1a55afc.zip
sysutils/msyslog: Mark DEPRECATED
- Last upstream release was in 2003 - Upstream WWW is no longer supporting this software and have removed the relevant pages - One of the MASTER_SITES no longer resolves - Set EXPIRATION_DATE 2024-04-13 - Pet portclippy If someone needs this port feel free to undeprecate and takeover maintainership.
-rw-r--r--sysutils/msyslog/Makefile38
1 files changed, 21 insertions, 17 deletions
diff --git a/sysutils/msyslog/Makefile b/sysutils/msyslog/Makefile
index 797f8bc13877..7c2e29c62242 100644
--- a/sysutils/msyslog/Makefile
+++ b/sysutils/msyslog/Makefile
@@ -1,35 +1,39 @@
PORTNAME= msyslog
-PORTVERSION= 1.08g
-PORTREVISION= 3
+DISTVERSION= 1.08g
+PORTREVISION= 4
CATEGORIES= sysutils
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-1.X/${PORTVERSION} \
- http://www1.corest.com/download/msyslog/
-DISTNAME= ${PORTNAME}-v${PORTVERSION}-src
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-1.X/${DISTVERSION}
+DISTNAME= ${PORTNAME}-v${DISTVERSION}-src
MAINTAINER= bofh@FreeBSD.org
COMMENT= Flexible and easy to integrate syslog daemon
-WWW= http://oss.coresecurity.com/projects/msyslog.html
+WWW= https://sourceforge.net/projects/msyslog/
LICENSE= BSD4CLAUSE MIT
LICENSE_COMB= dual
+DEPRECATED= Unmaintained and last upstream release in 2003
+EXPIRATION_DATE=2024-04-13
+
+USES= gmake
+USE_LDCONFIG= yes
+USE_RC_SUBR= msyslogd
+
+GNU_CONFIGURE= yes
+
+PORTSCOUT= skipv:1.09a,1.09b,1.09c,1.09d
+SUB_FILES= pkg-message
+
+WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
+
OPTIONS_DEFINE= MYSQL PGSQL EXAMPLES
OPTIONS_SUB= yes
+
MYSQL_USES= mysql
MYSQL_CONFIGURE_OFF= --without-mysql
PGSQL_USES= pgsql
PGSQL_CONFIGURE_OFF= --without-pgsql
-WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
-
-GNU_CONFIGURE= yes
-USES= gmake
-USE_RC_SUBR= msyslogd
-SUB_FILES= pkg-message
-USE_LDCONFIG= yes
-
-PORTSCOUT= skipv:1.09a,1.09b,1.09c,1.09d
-
post-patch:
@${FIND} ${WRKSRC}/src/modules -name "*.c" | \
${XARGS} ${REINPLACE_CMD} -e "s|typedef int socklen_t;||g"
@@ -46,7 +50,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|@mandir@|${STAGEDIR}${PREFIX}/man|g' \
${WRKSRC}/src/man/GNUmakefile.in
-post-install:
+post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/src/examples/* ${STAGEDIR}${EXAMPLESDIR}