svn commit: r366303 - head/irc/unreal
Mathieu Arnold
mat at FreeBSD.org
Wed Aug 27 10:41:16 UTC 2014
Author: mat
Date: Wed Aug 27 10:41:15 2014
New Revision: 366303
URL: http://svnweb.freebsd.org/changeset/ports/366303
QAT: https://qat.redports.org/buildarchive/r366303/
Log:
Enable SSL by default.
PR: 193010
Submitted by: dumbbell
Sponsored by: Absolight
Modified:
head/irc/unreal/Makefile
Modified: head/irc/unreal/Makefile
==============================================================================
--- head/irc/unreal/Makefile Wed Aug 27 10:27:05 2014 (r366302)
+++ head/irc/unreal/Makefile Wed Aug 27 10:41:15 2014 (r366303)
@@ -3,6 +3,7 @@
PORTNAME= Unreal
PORTVERSION= 3.2.10.4
+PORTREVISION= 1
CATEGORIES= irc ipv6
MASTER_SITES= http://www.unrealircd.com/downloads/
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -49,7 +50,7 @@ CONFIGURE_ARGS= --with-listen=5 \
--enable-dynamic-linking
OPTIONS_DEFINE= HUB NOSPOOF ZIPLINKS SSL IPV6 PREFIXAQ REMOTE DOCS
-OPTIONS_DEFAULT= HUB
+OPTIONS_DEFAULT= HUB SSL
HUB_DESC= Configure as a hub (otherwise configure as a leaf)
NOSPOOF_DESC= Enable anti-spoof protection
ZIPLINKS_DESC= Enable ziplinks support
More information about the svn-ports-head
mailing list