Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2016 15:40:59 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420245 - in head/www/mybb: . files
Message-ID:  <201608151540.u7FFexvC014343@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Mon Aug 15 15:40:59 2016
New Revision: 420245
URL: https://svnweb.freebsd.org/changeset/ports/420245

Log:
  - Update maintainer's email [1]
  - Convert to USES=mysql php
  - Fix typo in pkg-message
  
  PR:		211748 [1]
  Submitted by:	Jochen Neumeister (maintainer) [1]

Modified:
  head/www/mybb/Makefile
  head/www/mybb/files/pkg-message.in

Modified: head/www/mybb/Makefile
==============================================================================
--- head/www/mybb/Makefile	Mon Aug 15 15:36:19 2016	(r420244)
+++ head/www/mybb/Makefile	Mon Aug 15 15:40:59 2016	(r420245)
@@ -5,7 +5,7 @@ PORTNAME=	mybb
 PORTVERSION=	1.8.7
 CATEGORIES=	www
 
-MAINTAINER=	jochen@jochen-neumeister.de
+MAINTAINER=	joneum@bsdproject.de
 COMMENT=	PHP-based bulletin board / discussion forum system
 
 LICENSE=	GPLv3
@@ -13,11 +13,10 @@ LICENSE=	GPLv3
 USE_GITHUB=	yes
 GH_TAGNAME=	${PORTNAME}_1807
 
-USES=		cpe
+USES=		cpe mysql php
 NO_BUILD=	yes
 NO_ARCH=	yes
 USE_PHP=	xsl mysql iconv gd xml
-USE_MYSQL=	yes
 SUB_FILES=	pkg-message
 WWWDIR?=	${PREFIX}/www/${PORTNAME}
 PLIST_SUB=	WWWOWN=${WWWOWN}

Modified: head/www/mybb/files/pkg-message.in
==============================================================================
--- head/www/mybb/files/pkg-message.in	Mon Aug 15 15:36:19 2016	(r420244)
+++ head/www/mybb/files/pkg-message.in	Mon Aug 15 15:40:59 2016	(r420245)
@@ -3,7 +3,7 @@ mybb has been installed into:
     %%WWWDIR%%
 
 You will probably want to add an alias to your httpd.conf file,
-somethinglike this:
+something like this:
 
         Alias /mybb "%%WWWDIR%%"
 



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