svn commit: r437472 - in head/irc/ircII: . files

Adam Weinberger adamw at FreeBSD.org
Sat Apr 1 20:24:13 UTC 2017


Author: adamw
Date: Sat Apr  1 20:24:12 2017
New Revision: 437472
URL: https://svnweb.freebsd.org/changeset/ports/437472

Log:
  Unbreak logging by removing a stale patch (which, once upon a time,
  fixed logging) which wound up re-breaking logging after logging was
  fixed upstream.
  
  I don't use this anymore, so I'm donating it back to ports at .

Deleted:
  head/irc/ircII/files/patch-source_window.c
Modified:
  head/irc/ircII/Makefile

Modified: head/irc/ircII/Makefile
==============================================================================
--- head/irc/ircII/Makefile	Sat Apr  1 20:23:26 2017	(r437471)
+++ head/irc/ircII/Makefile	Sat Apr  1 20:24:12 2017	(r437472)
@@ -3,11 +3,11 @@
 
 PORTNAME=	ircii
 PORTVERSION=	20151120
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	irc ipv6
 MASTER_SITES=	http://ircii.warped.com/
 
-MAINTAINER=	adamw at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Small and high extensible IRC client
 
 LICENSE=	BSD3CLAUSE


More information about the svn-ports-head mailing list