Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2014 16:37:27 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wen@FreeBSD.org
Subject:   ports/190367: [PATCH] finance/prestashop: update to 1.6.0.6, Add STAGE support
Message-ID:  <201405291037.s4TAbRKW075187@bofh.1asiacom.net>
Resent-Message-ID: <201405291040.s4TAe0aV037306@freefall.freebsd.org>

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

>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 <bsd.port.pre.mk>
 
 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 <bsd.port.post.mk>
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:



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