Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2014 23:40:22 
From:      Stefan Bethke <stb@lassitu.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/190389: maintainer update of mail/roundcube-sauserprefs: add staging
Message-ID:  <20140529234022-209546@diesel.lassitu.de>
Resent-Message-ID: <201405292150.s4TLo0QP072354@freefall.freebsd.org>

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

>Number:         190389
>Category:       ports
>Synopsis:       maintainer update of mail/roundcube-sauserprefs: add staging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 29 21:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Bethke
>Release:        FreeBSD 10.0-STABLE amd64
>Organization:
>Environment:
>Description:
Update port to support staging.
>How-To-Repeat:
>Fix:
Index: mail/roundcube-sauserprefs/Makefile
===================================================================
--- mail/roundcube-sauserprefs/Makefile	(revision 355677)
+++ mail/roundcube-sauserprefs/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sauserprefs
 PORTVERSION=	1.10 # PLEASE MIRROR DISTFILE WITH VERSIONED DIR
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.tehinterweb.co.uk/roundcube/plugins/ \
   		LOCAL/bdrewery/${PORTNAME}/${PORTVERSION}/
@@ -29,9 +30,8 @@
 		-e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
 		-e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${WWWDIR}
-	cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}
+	${MKDIR} ${STAGEDIR}/${WWWDIR}
+	cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}/${WWWDIR}
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



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