Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2012 18:09:33 -0700
From:      Jason Helfman <jgh@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        maurice@castro.aus.net, cristianorolim@hotmail.com
Subject:   ports/169777: [PATCH] devel/php-libawl: update to 0.53
Message-ID:  <1341968973.659751.14114.nullmailer@experts-exchange.com>
Resent-Message-ID: <201207110120.q6B1K85K007282@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         169777
>Category:       ports
>Synopsis:       [PATCH] devel/php-libawl: update to 0.53
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 11 01:20:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jason Helfman
>Release:        FreeBSD 8.3-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD dormouse.experts-exchange.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr  9 21:23:18 UTC
>Description:
- 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)
>How-To-Repeat:
>Fix:

--- php-libawl-0.53.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/php-libawl/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	12 Feb 2012 21:53:10 -0000	1.16
+++ Makefile	11 Jul 2012 01:09:36 -0000
@@ -4,7 +4,7 @@
 # $FreeBSD: ports/devel/php-libawl/Makefile,v 1.16 2012/02/12 21:53:10 jgh Exp $
 
 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 @@
 
 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
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/php-libawl/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- distinfo	12 Feb 2012 21:53:10 -0000	1.14
+++ distinfo	11 Jul 2012 01:09:36 -0000
@@ -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
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/devel/php-libawl/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	25 Jan 2012 13:55:14 -0000	1.2
+++ pkg-descr	11 Jul 2012 01:09:36 -0000
@@ -7,3 +7,5 @@
 - Simple reporting
 - DB Schema Updating
 - iCalendar parsing
+
+WWW: http://andrew.mcmillan.net.nz/projects/awl/
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/php-libawl/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- pkg-plist	16 Nov 2011 08:07:07 -0000	1.6
+++ pkg-plist	11 Jul 2012 01:09:36 -0000
@@ -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
--- php-libawl-0.53.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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