svn commit: r407692 - head/net-im/twirssi

Rene Ladan rene at FreeBSD.org
Mon Feb 1 10:05:06 UTC 2016


Author: rene
Date: Mon Feb  1 10:05:04 2016
New Revision: 407692
URL: https://svnweb.freebsd.org/changeset/ports/407692

Log:
  net-im/twirssi: remove option for removed net-im/irssi-devel
  
  While here, set NO_ARCH as this port only installs a single Perl file.
  
  PR:		205635
  Submitted by:	rene
  Approved by:	garga (mainainer)

Modified:
  head/net-im/twirssi/Makefile

Modified: head/net-im/twirssi/Makefile
==============================================================================
--- head/net-im/twirssi/Makefile	Mon Feb  1 09:48:34 2016	(r407691)
+++ head/net-im/twirssi/Makefile	Mon Feb  1 10:05:04 2016	(r407692)
@@ -14,26 +14,12 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS=	p5-Net-Twitter>=0:${PORTSDIR}/net/p5-Net-Twitter \
 		p5-WWW-Shorten>=0:${PORTSDIR}/www/p5-WWW-Shorten \
-		p5-WWW-Shorten-Bitly>=0:${PORTSDIR}/www/p5-WWW-Shorten-Bitly
-
-OPTIONS_SINGLE=	IRSSIVER
-OPTIONS_SINGLE_IRSSIVER=PROD DEVEL
-OPTIONS_DEFAULT=PROD
-PROD_DESC=	Use production irc/irssi port
-DEVEL_DESC=	Use development irc/irssi-devel port
-
-.include <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MPROD}
-RUN_DEPENDS+=	irssi:${PORTSDIR}/irc/irssi
-.endif
-
-.if ${PORT_OPTIONS:MDEVEL}
-RUN_DEPENDS+=	irssi:${PORTSDIR}/irc/irssi-devel
-.endif
+		p5-WWW-Shorten-Bitly>=0:${PORTSDIR}/www/p5-WWW-Shorten-Bitly \
+		irssi:${PORTSDIR}/irc/irssi
 
 SUB_FILES=	pkg-message
 
+NO_ARCH=	yes
 NO_BUILD=	yes
 PLIST_FILES=	%%DATADIR%%/${PORTNAME}.pl
 
@@ -46,4 +32,4 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_SCRIPT} -v ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${DATADIR}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list