Index: head/ports-mgmt/fbsdmon/Makefile =================================================================== --- head/ports-mgmt/fbsdmon/Makefile (revision 444955) +++ head/ports-mgmt/fbsdmon/Makefile (revision 444956) @@ -1,36 +1,36 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= fbsdmon PORTVERSION= 1.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt sysutils MASTER_SITES= LOCAL/gblach/ MAINTAINER= ports@FreeBSD.org COMMENT= Submit system and ports statistics to fbsdmon.org LIB_DEPENDS= libcurl.so:ftp/curl \ libjansson.so:devel/jansson DEPRECATED= no longer maintained, web site it sends data to has been taken over by cybersquatters EXPIRATION_DATE=2017-09-01 .if !defined(PACKAGE_BUILDING) IGNORE= ${DEPRECATED} .endif SUB_FILES= 600.fbsdmon pkg-message USE_RC_SUBR= fbsdmon post-patch: @${REINPLACE_CMD} '/^LIBS =/s/$$/ -lz/' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fbsdmon ${STAGEDIR}${PREFIX}/sbin ${MKDIR} ${STAGEDIR}/var/db/fbsdmon ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/weekly ${INSTALL_SCRIPT} ${WRKDIR}/600.fbsdmon \ ${STAGEDIR}${PREFIX}/etc/periodic/weekly .include Index: head/ports-mgmt/fbsdmon/files/patch-src_io.c =================================================================== --- head/ports-mgmt/fbsdmon/files/patch-src_io.c (nonexistent) +++ head/ports-mgmt/fbsdmon/files/patch-src_io.c (revision 444956) @@ -0,0 +1,18 @@ +--- src/io.c.orig 2014-09-06 23:04:23 UTC ++++ src/io.c +@@ -16,6 +16,15 @@ extern char *fbsdmon_url(char *path) + if(NULL != prefix) prefix = strdup(prefix); + else prefix = strdup("http://fbsdmon.org/"); + ++ if (strstr(prefix, "fbsdmon.org") != NULL) { ++ fprintf(stderr, "fbsdmon is no longer supported, and the " ++ "web site it sends data to (http://fbsdmon.org/), " ++ "has been taken over by cybersquatters. Refusing " ++ "to send system info to an unknown party. Please " ++ "deinstall fbsdmon package.\n\n"); ++ exit(1); ++ } ++ + char *url = malloc(strlen(prefix) + strlen(path) + 1); + bzero(url, 1); + strcat(url, prefix); Property changes on: head/ports-mgmt/fbsdmon/files/patch-src_io.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property