Bug 169777

Summary: [PATCH] devel/php-libawl: update to 0.53
Product: Ports & Packages Reporter: Jason Helfman <jgh>
Component: Individual Port(s)Assignee: Jason Helfman <jgh>
Status: Closed FIXED    
Severity: Affects Only Me CC: cristianorolim
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
php-libawl-0.53.patch none

Description Jason Helfman freebsd_committer freebsd_triage 2012-07-11 02:20:08 UTC
- Update to 0.53
- add a WWW line for software to pkg-descr
- use optionsng for PHP, and make it the default

Build logs are here: https://redports.org/buildarchive/20120711010444-1058/

Port maintainer (cristianorolim@hotmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-11 02:20:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-11 02:20:22 UTC
Maintainer of devel/php-libawl,

Please note that PR ports/169777 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169777

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-11 02:20:24 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Jason Helfman freebsd_committer freebsd_triage 2012-07-24 05:18:12 UTC
State Changed
From-To: feedback->open

maintainer timeout, 14 days
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-07-24 05:21:46 UTC
Author: jgh
Date: Tue Jul 24 04:21:34 2012
New Revision: 301434
URL: http://svn.freebsd.org/changeset/ports/301434

Log:
  - Update to 0.53
  - add a WWW line for software to pkg-descr
  - use optionsng for PHP, and make it the default
  
  PR:	ports/169777
  Submitted by:	jgh@ (myself)
  Approved by:	maintainer timeout, cristianorolim@hotmail.com (14 days)

Modified:
  head/devel/php-libawl/Makefile   (contents, props changed)
  head/devel/php-libawl/distinfo   (contents, props changed)
  head/devel/php-libawl/pkg-descr   (contents, props changed)
  head/devel/php-libawl/pkg-plist   (contents, props changed)

Modified: head/devel/php-libawl/Makefile
==============================================================================
--- head/devel/php-libawl/Makefile	Tue Jul 24 04:00:37 2012	(r301433)
+++ head/devel/php-libawl/Makefile	Tue Jul 24 04:21:34 2012	(r301434)
@@ -4,7 +4,7 @@
 # $FreeBSD$
 
 PORTNAME=	php-libawl
-PORTVERSION=	0.51
+PORTVERSION=	0.53
 CATEGORIES=	devel
 MASTER_SITES=	http://debian.mcmillan.net.nz/packages/awl/ \
 		SF/rscds/awl/${PORTVERSION}
@@ -15,7 +15,12 @@ COMMENT=	Andrew.s Web Libraries - PHP Ut
 
 WRKSRC=		${WRKDIR}/awl-${PORTVERSION}
 
-.if !defined(WITHOUT_PHP_DEPENDS)
+OPTIONS_DEFINE=	PHP
+OPTIONS_DEFAULT=	PHP
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MPHP}
 USE_PHP=	YES
 .endif
 NO_BUILD=	YES

Modified: head/devel/php-libawl/distinfo
==============================================================================
--- head/devel/php-libawl/distinfo	Tue Jul 24 04:00:37 2012	(r301433)
+++ head/devel/php-libawl/distinfo	Tue Jul 24 04:21:34 2012	(r301434)
@@ -1,2 +1,2 @@
-SHA256 (awl-0.51.tar.gz) = 1ec6e0029779772aa9204c866c48e6d35fea63c812321a505cf087a4bd1c7234
-SIZE (awl-0.51.tar.gz) = 297202
+SHA256 (awl-0.53.tar.gz) = 8b012f6df172c70af2eb7f9f860b391429b3a261499c904d906532c34aee59ee
+SIZE (awl-0.53.tar.gz) = 308256

Modified: head/devel/php-libawl/pkg-descr
==============================================================================
--- head/devel/php-libawl/pkg-descr	Tue Jul 24 04:00:37 2012	(r301433)
+++ head/devel/php-libawl/pkg-descr	Tue Jul 24 04:21:34 2012	(r301434)
@@ -7,3 +7,5 @@ handling a variety of useful things for 
 - Simple reporting
 - DB Schema Updating
 - iCalendar parsing
+
+WWW: http://andrew.mcmillan.net.nz/projects/awl/

Modified: head/devel/php-libawl/pkg-plist
==============================================================================
--- head/devel/php-libawl/pkg-plist	Tue Jul 24 04:00:37 2012	(r301433)
+++ head/devel/php-libawl/pkg-plist	Tue Jul 24 04:21:34 2012	(r301434)
@@ -15,6 +15,7 @@
 %%LIBAWLDIR%%/inc/DataUpdate.php
 %%LIBAWLDIR%%/inc/EMail.php
 %%LIBAWLDIR%%/inc/MenuSet.php
+%%LIBAWLDIR%%/inc/Multipart.php
 %%LIBAWLDIR%%/inc/PgQuery.php
 %%LIBAWLDIR%%/inc/Session.php
 %%LIBAWLDIR%%/inc/Translation.php
_______________________________________________
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"
Comment 6 Jason Helfman freebsd_committer freebsd_triage 2012-07-24 05:22:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!