svn commit: r507042 - head/irc/irssi

Kai Knoblich kai at FreeBSD.org
Sun Jul 21 10:54:08 UTC 2019


Author: kai
Date: Sun Jul 21 10:54:08 2019
New Revision: 507042
URL: https://svnweb.freebsd.org/changeset/ports/507042

Log:
  irc/irssi: Enable by default all options that add no dependencies
  
  * Make all options as default ones that don't introduce further dependencies
    to save users from compiling those features themselves.
  
  PR:		239252
  Submitted by:	David O'Rourke (maintainer)
  Reported by:	cm at sdf.org
  MFH:		2019Q3

Modified:
  head/irc/irssi/Makefile

Modified: head/irc/irssi/Makefile
==============================================================================
--- head/irc/irssi/Makefile	Sun Jul 21 09:02:17 2019	(r507041)
+++ head/irc/irssi/Makefile	Sun Jul 21 10:54:08 2019	(r507042)
@@ -2,6 +2,7 @@
 
 PORTNAME=	irssi
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES?=	irc
 MASTER_SITES=	https://github.com/irssi/irssi/releases/download/${PORTVERSION}/
@@ -20,7 +21,7 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	BOT CAPSICUM DEBUG DOCS OTR PERL PROXY SOCKS TRUECOLOR UTF8PROC
-OPTIONS_DEFAULT=	CAPSICUM PERL
+OPTIONS_DEFAULT=	BOT CAPSICUM PERL PROXY SOCKS TRUECOLOR
 
 OPTIONS_SUB=	yes
 BOT_DESC=	Bot support


More information about the svn-ports-all mailing list