Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 2017 20:24:12 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437472 - in head/irc/ircII: . files
Message-ID:  <201704012024.v31KOCg3059230@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@.

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@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Small and high extensible IRC client
 
 LICENSE=	BSD3CLAUSE



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704012024.v31KOCg3059230>