ports/190389: maintainer update of mail/roundcube-sauserprefs: add staging

Stefan Bethke stb at lassitu.de
Thu May 29 21:50:01 UTC 2014


>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,^\.$$, at dirrmtry %%WWWDIR%%," \
 		-e "s,^\., at 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:


More information about the freebsd-ports-bugs mailing list