From owner-svn-ports-all@FreeBSD.ORG Tue Feb 19 15:35:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 10A36E4C; Tue, 19 Feb 2013 15:35:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C7868DF0; Tue, 19 Feb 2013 15:35:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1JFZkse056613; Tue, 19 Feb 2013 15:35:46 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1JFZkjv056610; Tue, 19 Feb 2013 15:35:46 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201302191535.r1JFZkjv056610@svn.freebsd.org> From: Martin Wilke Date: Tue, 19 Feb 2013 15:35:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312575 - head/www/mybb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2013 15:35:47 -0000 Author: miwi Date: Tue Feb 19 15:35:45 2013 New Revision: 312575 URL: http://svnweb.freebsd.org/changeset/ports/312575 Log: - Update to 1.6.9 - Switch to github - Trim header Modified: head/www/mybb/Makefile (contents, props changed) head/www/mybb/distinfo (contents, props changed) head/www/mybb/pkg-plist (contents, props changed) Modified: head/www/mybb/Makefile ============================================================================== --- head/www/mybb/Makefile Tue Feb 19 15:31:50 2013 (r312574) +++ head/www/mybb/Makefile Tue Feb 19 15:35:45 2013 (r312575) @@ -1,24 +1,21 @@ -# New ports collection makefile for: www/mybb -# Date created: 2008-09-15 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= mybb -PORTVERSION= 1.6.6 +PORTVERSION= 1.6.9 CATEGORIES= www -MASTER_SITES= http://cloud.github.com/downloads/mybb/mybb16/ -DISTNAME= ${PORTNAME}_1606 MAINTAINER= miwi@FreeBSD.org COMMENT= A PHP-based bulletin board / discussion forum system +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME} +GH_TAGNAME= ${PORTNAME}_1609 +GH_COMMIT= 67cf4c0 + NO_BUILD= yes -USE_ZIP= yes USE_PHP= xsl mysql iconv gd xml USE_MYSQL= yes -WRKSRC= ${WRKDIR}/Upload/ SUB_FILES= pkg-message WWWDIR?= ${PREFIX}/www/${PORTNAME} Modified: head/www/mybb/distinfo ============================================================================== --- head/www/mybb/distinfo Tue Feb 19 15:31:50 2013 (r312574) +++ head/www/mybb/distinfo Tue Feb 19 15:35:45 2013 (r312575) @@ -1,2 +1,2 @@ -SHA256 (mybb_1606.zip) = 0321bc8cc0b247c981ccd203f49462c476ab2f29b4fd8686c884f61ca9bef273 -SIZE (mybb_1606.zip) = 1927467 +SHA256 (mybb-1.6.9.tar.gz) = b916758c941d2dc3273a4548eeae9c834027485da757c2e5e481ba73666ae5ee +SIZE (mybb-1.6.9.tar.gz) = 1532341 Modified: head/www/mybb/pkg-plist ============================================================================== --- head/www/mybb/pkg-plist Tue Feb 19 15:31:50 2013 (r312574) +++ head/www/mybb/pkg-plist Tue Feb 19 15:35:45 2013 (r312575) @@ -709,6 +709,9 @@ %%WWWDIR%%/install/resources/upgrade20.php %%WWWDIR%%/install/resources/upgrade21.php %%WWWDIR%%/install/resources/upgrade22.php +%%WWWDIR%%/install/resources/upgrade23.php +%%WWWDIR%%/install/resources/upgrade24.php +%%WWWDIR%%/install/resources/upgrade25.php %%WWWDIR%%/install/resources/upgrade3.php %%WWWDIR%%/install/resources/upgrade4.php %%WWWDIR%%/install/resources/upgrade5.php