svn commit: r460281 - head/sysutils/syslog-ng311

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 29 11:29:02 UTC 2018


Author: sunpoet
Date: Mon Jan 29 11:28:59 2018
New Revision: 460281
URL: https://svnweb.freebsd.org/changeset/ports/460281

Log:
  Fix typo
  
  Approved by:	portmgr (blanket)

Modified:
  head/sysutils/syslog-ng311/Makefile

Modified: head/sysutils/syslog-ng311/Makefile
==============================================================================
--- head/sysutils/syslog-ng311/Makefile	Mon Jan 29 11:28:55 2018	(r460280)
+++ head/sysutils/syslog-ng311/Makefile	Mon Jan 29 11:28:59 2018	(r460281)
@@ -37,7 +37,7 @@ SQL_DESC=		Build with database (libdbi) support
 SPOOF_DESC=		Build with spoof source support
 SMTP_DESC=		Build with SMTP support
 JSON_DESC=		Build with JSON-C support
-GEOIP_DESC=		Build with GeoIP support (depreciated)
+GEOIP_DESC=		Build with GeoIP support (deprecated)
 GEOIP2_DESC=		Build with geoip2 (MaxMindDB) support
 REDIS_DESC=		Build with Redis support
 JAVA_DESC=		Build with Java support (no modules)


More information about the svn-ports-all mailing list