diff options
author | marino <marino@FreeBSD.org> | 2014-06-11 18:20:41 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-06-11 18:20:41 +0800 |
commit | 4164955f045e0dc7f97559389d5361a76bd25782 (patch) | |
tree | 8393ee076b89004079db2acfa9ca501fc3c6dd55 | |
parent | db463c8ec9b9dd6398dc4280208445fd3d8d47c5 (diff) | |
download | freebsd-ports-gnome-4164955f045e0dc7f97559389d5361a76bd25782.tar.gz freebsd-ports-gnome-4164955f045e0dc7f97559389d5361a76bd25782.tar.zst freebsd-ports-gnome-4164955f045e0dc7f97559389d5361a76bd25782.zip |
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
-rw-r--r-- | chinese/bitchx/Makefile | 3 | ||||
-rw-r--r-- | irc/bitchx/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/chinese/bitchx/Makefile b/chinese/bitchx/Makefile index 8521e7d142b9..ec79479f46a1 100644 --- a/chinese/bitchx/Makefile +++ b/chinese/bitchx/Makefile @@ -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" diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index ae45ffea1d5c..d79aea060d10 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -3,7 +3,7 @@ PORTNAME= BitchX DISTVERSION= 1.2-final -PORTREVISION= 1 +PORTREVISION?= 1 PORTEPOCH= 1 CATEGORIES+= irc MASTER_SITES= http://bitchx.ca/ |