svn commit: r371136 - head/irc/irssi

Vanilla I. Shu vanilla at FreeBSD.org
Sat Oct 18 15:23:28 UTC 2014


Author: vanilla
Date: Sat Oct 18 15:23:27 2014
New Revision: 371136
URL: https://svnweb.freebsd.org/changeset/ports/371136
QAT: https://qat.redports.org/buildarchive/r371136/

Log:
  use '?=' on PORTREVISION, slave ports need it.
  
  Submitted by:	sunpoet@

Modified:
  head/irc/irssi/Makefile

Modified: head/irc/irssi/Makefile
==============================================================================
--- head/irc/irssi/Makefile	Sat Oct 18 14:55:04 2014	(r371135)
+++ head/irc/irssi/Makefile	Sat Oct 18 15:23:27 2014	(r371136)
@@ -2,7 +2,7 @@
 
 PORTNAME=	irssi
 PORTVERSION=	0.8.17
-PORTREVISION=	0
+PORTREVISION?=	0
 CATEGORIES?=	irc
 MASTER_SITES=	http://mirror.irssi.org/
 


More information about the svn-ports-all mailing list