diff options
author | beech <beech@FreeBSD.org> | 2008-01-08 03:25:00 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-01-08 03:25:00 +0800 |
commit | 88a7eef0409d34cd67831f32ddbd5fc4637e110b (patch) | |
tree | feb6b92408d831ee511aa3e6c79b3577aec607ab | |
parent | b27ad6334bc2c261539f719f3a2156dced044d55 (diff) | |
download | freebsd-ports-gnome-88a7eef0409d34cd67831f32ddbd5fc4637e110b.tar.gz freebsd-ports-gnome-88a7eef0409d34cd67831f32ddbd5fc4637e110b.tar.zst freebsd-ports-gnome-88a7eef0409d34cd67831f32ddbd5fc4637e110b.zip |
- Add conflicts
- Bump portrevision
Pointed out by: sat
Approved by: Razor <bg1tpt@gmail.com> (maintainer),
linimon (mentor)
-rw-r--r-- | www/phpbb3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/phpbb3/Makefile b/www/phpbb3/Makefile index dcc44ccbb00f..5dbc8ea9bffe 100644 --- a/www/phpbb3/Makefile +++ b/www/phpbb3/Makefile @@ -7,6 +7,7 @@ PORTNAME= phpbb PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF DISTNAME= phpBB-${PORTVERSION} @@ -14,7 +15,8 @@ DISTNAME= phpBB-${PORTVERSION} MAINTAINER= bg1tpt@gmail.com COMMENT= A PHP-based bulletin board / discussion forum system -CONFLICTS= phpbb-tw-[0-9]* phpbb-devel-[0-9]* +CONFLICTS= phpbb-tw-[0-9]* phpbb-devel-[0-9]* \ + phpbb-[0-2]* USE_BZIP2= yes |