svn commit: r437473 - in branches/2017Q2/irc/ircII: . files

Adam Weinberger adamw at FreeBSD.org
Sat Apr 1 20:31:19 UTC 2017


Author: adamw
Date: Sat Apr  1 20:31:17 2017
New Revision: 437473
URL: https://svnweb.freebsd.org/changeset/ports/437473

Log:
  MFH: r437472
  
  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 .
  
  PR:		218295
  Submitted by:	andrew tao11 riddles org uk
  Approved by:	portmgr (self)

Deleted:
  branches/2017Q2/irc/ircII/files/patch-source_window.c
Modified:
  branches/2017Q2/irc/ircII/Makefile
Directory Properties:
  branches/2017Q2/   (props changed)

Modified: branches/2017Q2/irc/ircII/Makefile
==============================================================================
--- branches/2017Q2/irc/ircII/Makefile	Sat Apr  1 20:24:12 2017	(r437472)
+++ branches/2017Q2/irc/ircII/Makefile	Sat Apr  1 20:31:17 2017	(r437473)
@@ -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-all mailing list