svn commit: r507156 - branches/2019Q3/irc/irssi

Kai Knoblich kai at FreeBSD.org
Mon Jul 22 18:56:00 UTC 2019


Author: kai
Date: Mon Jul 22 18:55:59 2019
New Revision: 507156
URL: https://svnweb.freebsd.org/changeset/ports/507156

Log:
  MFH: r507042
  
  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
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2019Q3/irc/irssi/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/irc/irssi/Makefile
==============================================================================
--- branches/2019Q3/irc/irssi/Makefile	Mon Jul 22 17:59:18 2019	(r507155)
+++ branches/2019Q3/irc/irssi/Makefile	Mon Jul 22 18:55:59 2019	(r507156)
@@ -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 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