Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Feb 2013 15:35:46 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312575 - head/www/mybb
Message-ID:  <201302191535.r1JFZkjv056610@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
 # $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



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