From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 10:40:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DE25B37 for ; Thu, 29 May 2014 10:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 797642A85 for ; Thu, 29 May 2014 10:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4TAe0rW037307 for ; Thu, 29 May 2014 10:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4TAe0aV037306; Thu, 29 May 2014 10:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 29 May 2014 10:40:00 GMT Resent-Message-Id: <201405291040.s4TAe0aV037306@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Muhammad Moinur Rahman <5u623l20@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1BC09FD; Thu, 29 May 2014 10:37:33 +0000 (UTC) Received: from bofh.1asiacom.net (bofh.1asiacom.net [103.4.110.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "bofh.1asiacom.net", Issuer "bofh.1asiacom.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A9112A60; Thu, 29 May 2014 10:37:32 +0000 (UTC) Received: from bofh.1asiacom.net (localhost [127.0.0.1]) by bofh.1asiacom.net (8.14.8/8.14.8) with ESMTP id s4TAbS5R075188 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 29 May 2014 16:37:28 +0600 (BDT) (envelope-from bofh@bofh.1asiacom.net) Received: (from root@localhost) by bofh.1asiacom.net (8.14.8/8.14.8/Submit) id s4TAbRKW075187; Thu, 29 May 2014 16:37:27 +0600 (BDT) (envelope-from bofh) Message-Id: <201405291037.s4TAbRKW075187@bofh.1asiacom.net> Date: Thu, 29 May 2014 16:37:27 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/190367: [PATCH] finance/prestashop: update to 1.6.0.6, Add STAGE support Cc: wen@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 10:40:00 -0000 >Number: 190367 >Category: ports >Synopsis: [PATCH] finance/prestashop: update to 1.6.0.6, Add STAGE support >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: Thu May 29 10:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Muhammad Moinur Rahman >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #2 r265972: Wed May 14 02:05:04 BDT >Description: - Update to 1.6.0.6 - Add STAGE support For Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/prestashop/1.6.0.6/ Port maintainer (wen@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- prestashop-1.6.0.6.patch begins here --- diff -ruN /usr/ports//finance/prestashop/Makefile ./Makefile --- /usr/ports//finance/prestashop/Makefile 2014-03-07 22:59:07.000000000 +0600 +++ ./Makefile 2014-05-29 16:37:03.671932997 +0600 @@ -2,7 +2,7 @@ # $FreeBSD: head/finance/prestashop/Makefile 347408 2014-03-07 16:59:07Z bapt $ PORTNAME= prestashop -PORTVERSION= 1.5.4.1 +PORTVERSION= 1.6.0.6 CATEGORIES= finance www MASTER_SITES= http://www.prestashop.com/download/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,12 +14,10 @@ NO_BUILD= yes PRESTADIR= www/${PORTNAME} PLIST= ${WRKDIR}/plist -SUB_FILES= pkg-message USE_PHP= mysql gd WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message -NO_STAGE= yes .include pre-install: @@ -27,13 +25,11 @@ @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dirrm ${PRESTADIR}?g" >> ${PLIST} do-install: - @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} - @${CHMOD} -R 755 ${WWWDIR} - @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \ + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} + @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} + @${CHMOD} -R 755 ${STAGEDIR}${WWWDIR} + @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}' \ >> ${TMPPLIST} - @${ECHO_CMD} '@exec ${CHMOD} -R 755 ${WWWDIR}' >>${TMPPLIST} - - @${CAT} ${PKGMESSAGE} + @${ECHO_CMD} '@exec ${CHMOD} -R 755 ${STAGEDIR}${WWWDIR}' >>${TMPPLIST} .include diff -ruN /usr/ports//finance/prestashop/distinfo ./distinfo --- /usr/ports//finance/prestashop/distinfo 2014-01-22 21:30:13.000000000 +0600 +++ ./distinfo 2014-05-29 14:52:00.411367143 +0600 @@ -1,2 +1,2 @@ -SHA256 (prestashop_1.5.4.1.zip) = eea6853a0ea9f09ad0c9dc218ffec6ebc5a58756e91ddf6a9c7723041d00a8ec -SIZE (prestashop_1.5.4.1.zip) = 17612987 +SHA256 (prestashop_1.6.0.6.zip) = c428cb5a0d7ed6f1c6733f49d987456b1b75a6eeaa1c17974f31b533a1de280d +SIZE (prestashop_1.6.0.6.zip) = 20547271 --- prestashop-1.6.0.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: