Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2014 10:20:42 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357460 - in head: chinese/bitchx irc/bitchx
Message-ID:  <201406111020.s5BAKgc7087953@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Jun 11 10:20:41 2014
New Revision: 357460
URL: http://svnweb.freebsd.org/changeset/ports/357460
QAT: https://qat.redports.org/buildarchive/r357460/

Log:
  chinese/bitchx: Bump to acquire MASTERDIR fix, stage too
  
  Related to:
  PR: 186425
  
  It looks NO_STAGE should have been removed when irc/bitchx was staged.
  Late add: Fix master irc/bitchx to not override PORTREVISION

Modified:
  head/chinese/bitchx/Makefile
  head/irc/bitchx/Makefile

Modified: head/chinese/bitchx/Makefile
==============================================================================
--- head/chinese/bitchx/Makefile	Wed Jun 11 10:12:47 2014	(r357459)
+++ head/chinese/bitchx/Makefile	Wed Jun 11 10:20:41 2014	(r357460)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	BitchX
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	chinese
 
 MAINTAINER=	ports@FreeBSD.org
@@ -19,5 +19,4 @@ WITHOUT_GNOME=	YES
 # If without gnome, esound support isn't needed.
 WITHOUT_ESOUND=	YES
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/irc/bitchx/Makefile
==============================================================================
--- head/irc/bitchx/Makefile	Wed Jun 11 10:12:47 2014	(r357459)
+++ head/irc/bitchx/Makefile	Wed Jun 11 10:20:41 2014	(r357460)
@@ -3,7 +3,7 @@
 
 PORTNAME=	BitchX
 DISTVERSION=	1.2-final
-PORTREVISION=	1
+PORTREVISION?=	1
 PORTEPOCH=	1
 CATEGORIES+=	irc
 MASTER_SITES=	http://bitchx.ca/



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