Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2015 02:34:38 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399799 - head/www/codeigniter
Message-ID:  <201510200234.t9K2Ycd4042889@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Tue Oct 20 02:34:38 2015
New Revision: 399799
URL: https://svnweb.freebsd.org/changeset/ports/399799

Log:
  www/codeigniter: update 2.2.4 -> 2.2.5
  
  - Convert to USE_GITHUB as 2.2.5 was not available at original MASTER_SITES
  
  PR:		203403
  Approved by:	maintainer timeout (21 days)
  Security:	https://vuxml.FreeBSD.org/freebsd/95602550-76cf-11e5-a2a1-002590263bf5.html
  MFH:		2015Q4

Modified:
  head/www/codeigniter/Makefile
  head/www/codeigniter/distinfo

Modified: head/www/codeigniter/Makefile
==============================================================================
--- head/www/codeigniter/Makefile	Tue Oct 20 02:33:47 2015	(r399798)
+++ head/www/codeigniter/Makefile	Tue Oct 20 02:34:38 2015	(r399799)
@@ -2,16 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	codeigniter
-PORTVERSION=	2.2.4
+PORTVERSION=	2.2.5
 CATEGORIES=	www
-MASTER_SITES=	http://downloads.codeigniter.com/reactor/ \
-		http://www.codeigniter.org.tw/download_files/
-DISTNAME=	CodeIgniter_${PORTVERSION}
 
 MAINTAINER=	appleboy.tw@gmail.com
 COMMENT=	Framework for developing PHP web applications
 
-USES=		zip
+USES=		tar:tgz
+USE_GITHUB=	yes
+GH_ACCOUNT=	bcit-ci
 
 CONFLICTS=	codeigniter-1.[0-9]*
 

Modified: head/www/codeigniter/distinfo
==============================================================================
--- head/www/codeigniter/distinfo	Tue Oct 20 02:33:47 2015	(r399798)
+++ head/www/codeigniter/distinfo	Tue Oct 20 02:34:38 2015	(r399799)
@@ -1,2 +1,2 @@
-SHA256 (CodeIgniter_2.2.4.zip) = 5363c2f120faaba7f4966f8cef93d935ae86678778f8c98471579ae045a03278
-SIZE (CodeIgniter_2.2.4.zip) = 2341717
+SHA256 (bcit-ci-codeigniter-2.2.5_GH0.tgz) = c529a0016ae982c67ee899475fa5cdf4b27ffed4d18714270f78e3a4554d9de3
+SIZE (bcit-ci-codeigniter-2.2.5_GH0.tgz) = 1970502



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