svn commit: r357460 - in head: chinese/bitchx irc/bitchx
John Marino
marino at FreeBSD.org
Wed Jun 11 10:20:42 UTC 2014
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 at 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/
More information about the svn-ports-all
mailing list