patch to bring libawl up to date How-To-Repeat: Note master sites seem to have changed
Maintainer of devel/php-libawl, Please note that PR ports/182537 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/182537 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Ok, I approve this patch. Please update the port with my new mail address: cristianorolim@outlook.com Thanks.____Cristiano Rolim =
Responsible Changed From-To: freebsd-ports-bugs->madpilot I'll take it.
Hi, I have also modified the port to perform staging: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/special.html#staging Can you approve this further patch? Thank you in advance. -- Guido Falsi <madpilot@FreeBSD.org>
Author: madpilot Date: Tue Nov 26 00:06:57 2013 New Revision: 334907 URL: http://svnweb.freebsd.org/changeset/ports/334907 Log: - Update to 0.54 - Convert to staging PR: ports/182537 Submitted by: Maurice Castro <maurice@atum.castro.aus.net> Approved by: maintainer timeout Modified: head/devel/php-libawl/Makefile head/devel/php-libawl/distinfo (contents, props changed) Modified: head/devel/php-libawl/Makefile ============================================================================== --- head/devel/php-libawl/Makefile Mon Nov 25 23:59:04 2013 (r334906) +++ head/devel/php-libawl/Makefile Tue Nov 26 00:06:57 2013 (r334907) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= php-libawl -PORTVERSION= 0.53 +PORTVERSION= 0.54 CATEGORIES= devel -MASTER_SITES= http://debian.mcmillan.net.nz/packages/awl/ \ - SF/rscds/awl/${PORTVERSION} +MASTER_SITES= http://debian.mcmillan.net.nz/debian/pool/awm/a/awl/ DISTNAME= awl-${PORTVERSION} -MAINTAINER= cristianorolim@hotmail.com +MAINTAINER= cristianorolim@outlook.com COMMENT= Andrew.s Web Libraries - PHP Utility Libraries WRKSRC= ${WRKDIR}/awl-${PORTVERSION} @@ -16,7 +15,6 @@ WRKSRC= ${WRKDIR}/awl-${PORTVERSION} OPTIONS_DEFINE= PHP OPTIONS_DEFAULT= PHP -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPHP} @@ -34,7 +32,7 @@ post-patch: ${RM} -f ${WRKSRC}/inc/*.orig do-install: - ${MKDIR} ${PREFIX}/${LIBAWLDIR}/ - cd ${WRKSRC} && ${CP} -pR dba inc ${PREFIX}/${LIBAWLDIR}/ + ${MKDIR} ${STAGEDIR}${PREFIX}/${LIBAWLDIR} + cd ${WRKSRC} && ${CP} -pR dba inc ${STAGEDIR}${PREFIX}/${LIBAWLDIR}/ .include <bsd.port.mk> Modified: head/devel/php-libawl/distinfo ============================================================================== --- head/devel/php-libawl/distinfo Mon Nov 25 23:59:04 2013 (r334906) +++ head/devel/php-libawl/distinfo Tue Nov 26 00:06:57 2013 (r334907) @@ -1,2 +1,2 @@ -SHA256 (awl-0.53.tar.gz) = 8b012f6df172c70af2eb7f9f860b391429b3a261499c904d906532c34aee59ee -SIZE (awl-0.53.tar.gz) = 308256 +SHA256 (awl-0.54.tar.gz) = 9bfdae0ce11009bfb225ce6bc96313a4f655754fd9dc490decdadffedead3ae7 +SIZE (awl-0.54.tar.gz) = 309467 _______________________________________________ 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"
State Changed From-To: feedback->closed Committed. Thanks!