From root@Leo.mi.chu.edu.tw  Thu Sep 13 08:18:19 2012
Return-Path: <root@Leo.mi.chu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 604FB1065673
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Sep 2012 08:18:19 +0000 (UTC)
	(envelope-from root@Leo.mi.chu.edu.tw)
Received: from Leo.mi.chu.edu.tw (unknown [IPv6:2002:8c7e:8f3f::8c7e:8f3f])
	by mx1.freebsd.org (Postfix) with ESMTP id CDA518FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Sep 2012 08:18:18 +0000 (UTC)
Received: from Leo.mi.chu.edu.tw (localhost [127.0.0.1])
	by Leo.mi.chu.edu.tw (Postfix) with ESMTP id 2CB7B4DFC67
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Sep 2012 16:18:17 +0800 (CST)
Received: from Leo.mi.chu.edu.tw ([127.0.0.1])
	by Leo.mi.chu.edu.tw (Leo.mi.chu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id p_fA27bLyUch for <FreeBSD-gnats-submit@freebsd.org>;
	Thu, 13 Sep 2012 16:18:16 +0800 (CST)
Received: by Leo.mi.chu.edu.tw (Postfix, from userid 0)
	id AFABF4DFC66; Thu, 13 Sep 2012 16:18:16 +0800 (CST)
Message-Id: <20120913081816.AFABF4DFC66@Leo.mi.chu.edu.tw>
Date: Thu, 13 Sep 2012 16:18:16 +0800 (CST)
From: Joe Horn <joehorn@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] www/yourls: update to 1.5.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         171596
>Category:       ports
>Synopsis:       [MAINTAINER] www/yourls: update to 1.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bdrewery
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 13 08:20:03 UTC 2012
>Closed-Date:    Thu Sep 13 11:07:35 CDT 2012
>Last-Modified:  Thu Sep 13 16:10:07 UTC 2012
>Originator:     Joe Horn
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
Taiwanese User
>Environment:
System: FreeBSD joehorn.idv.tw 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #4: Mon Jun 25 11:48:59 CST 2012
>Description:
- Update to 1.5.1
- Add BCMath as required PHP module

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- yourls-1.5.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/yourls/Makefile ./Makefile
--- /usr/ports/www/yourls/Makefile	2011-05-16 15:18:39.000000000 +0800
+++ ./Makefile	2012-09-13 16:09:55.000000000 +0800
@@ -6,22 +6,22 @@
 #
 
 PORTNAME=		yourls
-DISTVERSION=		1.5
+DISTVERSION=		1.5.1
 CATEGORIES=		www
 MASTER_SITES=		${MASTER_SITE_GOOGLE_CODE}
 
 MAINTAINER=		joehorn@gmail.com
 COMMENT=		Your Own URL Shortener
 
+LICENSE=		GPLv3
+
 WRKSRC=			${WRKDIR}/${PORTNAME}
 EXTRACT_AFTER_ARGS=	-d ${WRKSRC}
 
-LICENSE=		GPLv3
-
 USE_ZIP=		YES
 NO_BUILD=		YES
 
-USE_PHP=		curl json mysql pcre xml
+USE_PHP=		bcmath curl json mysql pcre xml
 
 SUB_LIST+=		PKGNAME=${PKGNAME}
 SUB_FILES+=		pkg-message
diff -ruN --exclude=CVS /usr/ports/www/yourls/distinfo ./distinfo
--- /usr/ports/www/yourls/distinfo	2011-05-16 15:18:39.000000000 +0800
+++ ./distinfo	2012-09-13 16:07:44.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (yourls-1.5.zip) = e4edeee4e3597209267717e66b8c1287ae012314cb59e3d823d9d45d8495e8d9
-SIZE (yourls-1.5.zip) = 1108323
+SHA256 (yourls-1.5.1.zip) = a326e2a4d272c53646adb46395c9d2fcfe41d445e42a619221f21f7546a74884
+SIZE (yourls-1.5.1.zip) = 1333523
diff -ruN --exclude=CVS /usr/ports/www/yourls/pkg-plist ./pkg-plist
--- /usr/ports/www/yourls/pkg-plist	2011-05-16 15:18:39.000000000 +0800
+++ ./pkg-plist	2012-09-13 16:13:38.000000000 +0800
@@ -34,14 +34,13 @@
 %%WWWDIR%%/images/yourls-logo.png
 %%WWWDIR%%/includes/auth.php
 %%WWWDIR%%/includes/class-mysql.php
-%%WWWDIR%%/includes/config-sample.php
 %%WWWDIR%%/includes/functions-auth.php
 %%WWWDIR%%/includes/functions-compat.php
+%%WWWDIR%%/includes/functions-formatting.php
 %%WWWDIR%%/includes/functions-html.php
 %%WWWDIR%%/includes/functions-http.php
 %%WWWDIR%%/includes/functions-infos.php
 %%WWWDIR%%/includes/functions-install.php
-%%WWWDIR%%/includes/functions-json.php
 %%WWWDIR%%/includes/functions-plugins.php
 %%WWWDIR%%/includes/functions-upgrade.php
 %%WWWDIR%%/includes/functions-xml.php
@@ -314,30 +313,40 @@
 %%WWWDIR%%/includes/geo/readme.txt
 %%WWWDIR%%/includes/load-yourls.php
 %%WWWDIR%%/includes/version.php
-%%WWWDIR%%/js/ZeroClipboard.js
 %%WWWDIR%%/js/ZeroClipboard.swf
 %%WWWDIR%%/js/common.js
 %%WWWDIR%%/js/infos.js
 %%WWWDIR%%/js/insert.js
+%%WWWDIR%%/js/jquery-1.3.2.min.js
 %%WWWDIR%%/js/jquery-1.4.3.min.js
+%%WWWDIR%%/js/jquery-1.6.1.min.js
 %%WWWDIR%%/js/jquery.cal.js
 %%WWWDIR%%/js/jquery.notifybar.js
 %%WWWDIR%%/js/jquery.tablesorter.min.js
+%%WWWDIR%%/js/jquery.zclip.min.js
 %%WWWDIR%%/js/share.js
-%%WWWDIR%%/pages/about.php
+%%WWWDIR%%/license.txt
+%%WWWDIR%%/pages/examplepage.php
+%%WWWDIR%%/pages/index.html
 %%WWWDIR%%/readme.html
-%%WWWDIR%%/robots.txt
 %%WWWDIR%%/sample-public-api.php.txt
 %%WWWDIR%%/sample-public-front-page.php.txt
 %%WWWDIR%%/sample-remote-api-call.php.txt
+%%WWWDIR%%/sample-robots.txt
+%%WWWDIR%%/user/config-sample.php
+%%WWWDIR%%/user/index.html
 %%WWWDIR%%/user/plugins/hyphens-in-urls/README.txt
 %%WWWDIR%%/user/plugins/hyphens-in-urls/plugin.php
+%%WWWDIR%%/user/plugins/index.html
 %%WWWDIR%%/user/plugins/random-bg/README.txt
 %%WWWDIR%%/user/plugins/random-bg/img/bg_ants.png
+%%WWWDIR%%/user/plugins/random-bg/img/bg_boobs.png
 %%WWWDIR%%/user/plugins/random-bg/img/bg_circles.png
 %%WWWDIR%%/user/plugins/random-bg/img/bg_cross.png
 %%WWWDIR%%/user/plugins/random-bg/img/bg_diag.png
 %%WWWDIR%%/user/plugins/random-bg/img/bg_fuzzy.png
+%%WWWDIR%%/user/plugins/random-bg/img/bg_fuzzy_bits.png
+%%WWWDIR%%/user/plugins/random-bg/img/bg_life.png
 %%WWWDIR%%/user/plugins/random-bg/img/bg_yourls.png
 %%WWWDIR%%/user/plugins/random-bg/plugin.php
 %%WWWDIR%%/user/plugins/sample-page/README.txt
--- yourls-1.5.1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery 
Responsible-Changed-By: bdrewery 
Responsible-Changed-When: Thu Sep 13 10:33:27 CDT 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171596 
State-Changed-From-To: open->closed 
State-Changed-By: bdrewery 
State-Changed-When: Thu Sep 13 11:07:32 CDT 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171596 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171596: commit references a PR
Date: Thu, 13 Sep 2012 16:07:43 +0000 (UTC)

 Author: bdrewery
 Date: Thu Sep 13 16:07:28 2012
 New Revision: 304223
 URL: http://svn.freebsd.org/changeset/ports/304223
 
 Log:
   - Update to 1.5.1
   - Add BCMath as a required PHP extension
   
   PR:		ports/171596
   Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
 
 Modified:
   head/www/yourls/Makefile
   head/www/yourls/distinfo
   head/www/yourls/pkg-plist
 
 Modified: head/www/yourls/Makefile
 ==============================================================================
 --- head/www/yourls/Makefile	Thu Sep 13 15:22:12 2012	(r304222)
 +++ head/www/yourls/Makefile	Thu Sep 13 16:07:28 2012	(r304223)
 @@ -6,22 +6,22 @@
  #
  
  PORTNAME=		yourls
 -DISTVERSION=		1.5
 +DISTVERSION=		1.5.1
  CATEGORIES=		www
  MASTER_SITES=		${MASTER_SITE_GOOGLE_CODE}
  
  MAINTAINER=		joehorn@gmail.com
  COMMENT=		Your Own URL Shortener
  
 +LICENSE=		GPLv3
 +
  WRKSRC=			${WRKDIR}/${PORTNAME}
  EXTRACT_AFTER_ARGS=	-d ${WRKSRC}
  
 -LICENSE=		GPLv3
 -
  USE_ZIP=		YES
  NO_BUILD=		YES
  
 -USE_PHP=		curl json mysql pcre xml
 +USE_PHP=		bcmath curl json mysql pcre xml
  
  SUB_LIST+=		PKGNAME=${PKGNAME}
  SUB_FILES+=		pkg-message
 
 Modified: head/www/yourls/distinfo
 ==============================================================================
 --- head/www/yourls/distinfo	Thu Sep 13 15:22:12 2012	(r304222)
 +++ head/www/yourls/distinfo	Thu Sep 13 16:07:28 2012	(r304223)
 @@ -1,2 +1,2 @@
 -SHA256 (yourls-1.5.zip) = e4edeee4e3597209267717e66b8c1287ae012314cb59e3d823d9d45d8495e8d9
 -SIZE (yourls-1.5.zip) = 1108323
 +SHA256 (yourls-1.5.1.zip) = a326e2a4d272c53646adb46395c9d2fcfe41d445e42a619221f21f7546a74884
 +SIZE (yourls-1.5.1.zip) = 1333523
 
 Modified: head/www/yourls/pkg-plist
 ==============================================================================
 --- head/www/yourls/pkg-plist	Thu Sep 13 15:22:12 2012	(r304222)
 +++ head/www/yourls/pkg-plist	Thu Sep 13 16:07:28 2012	(r304223)
 @@ -34,14 +34,13 @@
  %%WWWDIR%%/images/yourls-logo.png
  %%WWWDIR%%/includes/auth.php
  %%WWWDIR%%/includes/class-mysql.php
 -%%WWWDIR%%/includes/config-sample.php
  %%WWWDIR%%/includes/functions-auth.php
  %%WWWDIR%%/includes/functions-compat.php
 +%%WWWDIR%%/includes/functions-formatting.php
  %%WWWDIR%%/includes/functions-html.php
  %%WWWDIR%%/includes/functions-http.php
  %%WWWDIR%%/includes/functions-infos.php
  %%WWWDIR%%/includes/functions-install.php
 -%%WWWDIR%%/includes/functions-json.php
  %%WWWDIR%%/includes/functions-plugins.php
  %%WWWDIR%%/includes/functions-upgrade.php
  %%WWWDIR%%/includes/functions-xml.php
 @@ -314,30 +313,40 @@
  %%WWWDIR%%/includes/geo/readme.txt
  %%WWWDIR%%/includes/load-yourls.php
  %%WWWDIR%%/includes/version.php
 -%%WWWDIR%%/js/ZeroClipboard.js
  %%WWWDIR%%/js/ZeroClipboard.swf
  %%WWWDIR%%/js/common.js
  %%WWWDIR%%/js/infos.js
  %%WWWDIR%%/js/insert.js
 +%%WWWDIR%%/js/jquery-1.3.2.min.js
  %%WWWDIR%%/js/jquery-1.4.3.min.js
 +%%WWWDIR%%/js/jquery-1.6.1.min.js
  %%WWWDIR%%/js/jquery.cal.js
  %%WWWDIR%%/js/jquery.notifybar.js
  %%WWWDIR%%/js/jquery.tablesorter.min.js
 +%%WWWDIR%%/js/jquery.zclip.min.js
  %%WWWDIR%%/js/share.js
 -%%WWWDIR%%/pages/about.php
 +%%WWWDIR%%/license.txt
 +%%WWWDIR%%/pages/examplepage.php
 +%%WWWDIR%%/pages/index.html
  %%WWWDIR%%/readme.html
 -%%WWWDIR%%/robots.txt
  %%WWWDIR%%/sample-public-api.php.txt
  %%WWWDIR%%/sample-public-front-page.php.txt
  %%WWWDIR%%/sample-remote-api-call.php.txt
 +%%WWWDIR%%/sample-robots.txt
 +%%WWWDIR%%/user/config-sample.php
 +%%WWWDIR%%/user/index.html
  %%WWWDIR%%/user/plugins/hyphens-in-urls/README.txt
  %%WWWDIR%%/user/plugins/hyphens-in-urls/plugin.php
 +%%WWWDIR%%/user/plugins/index.html
  %%WWWDIR%%/user/plugins/random-bg/README.txt
  %%WWWDIR%%/user/plugins/random-bg/img/bg_ants.png
 +%%WWWDIR%%/user/plugins/random-bg/img/bg_boobs.png
  %%WWWDIR%%/user/plugins/random-bg/img/bg_circles.png
  %%WWWDIR%%/user/plugins/random-bg/img/bg_cross.png
  %%WWWDIR%%/user/plugins/random-bg/img/bg_diag.png
  %%WWWDIR%%/user/plugins/random-bg/img/bg_fuzzy.png
 +%%WWWDIR%%/user/plugins/random-bg/img/bg_fuzzy_bits.png
 +%%WWWDIR%%/user/plugins/random-bg/img/bg_life.png
  %%WWWDIR%%/user/plugins/random-bg/img/bg_yourls.png
  %%WWWDIR%%/user/plugins/random-bg/plugin.php
  %%WWWDIR%%/user/plugins/sample-page/README.txt
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
