Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2014 13:32:14 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365310 - head/mail/roundcube-automatic_addressbook
Message-ID:  <201408181332.s7IDWEb6082983@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Mon Aug 18 13:32:14 2014
New Revision: 365310
URL: http://svnweb.freebsd.org/changeset/ports/365310
QAT: https://qat.redports.org/buildarchive/r365310/

Log:
  mail/roundcube-automatic_addressbook: stage
  
  - Add stage support
  - Set maintainership to anes@anes.su
  - Fix some tabulations
  
  PR:		192307
  Submitted by:	Anes Mukhametov <anes@anes.su>
  Approved by:	marino (mentor)

Modified:
  head/mail/roundcube-automatic_addressbook/Makefile

Modified: head/mail/roundcube-automatic_addressbook/Makefile
==============================================================================
--- head/mail/roundcube-automatic_addressbook/Makefile	Mon Aug 18 13:03:44 2014	(r365309)
+++ head/mail/roundcube-automatic_addressbook/Makefile	Mon Aug 18 13:32:14 2014	(r365310)
@@ -2,12 +2,12 @@
 
 PORTNAME=	automatic_addressbook
 PORTVERSION=	0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	http://code.crapouillou.net/attachments/download/19/
 PKGNAMEPREFIX=	roundcube-
 
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER=	anes@anes.su
 COMMENT=	Roundcube webmail automatic addressbook plugin
 
 LICENSE=	GPLv3
@@ -19,25 +19,15 @@ USES=	tar:bzip2
 NO_BUILD=	yes
 
 WRKSRC?=	${WRKDIR}/${PORTNAME}
-RCDIR=	${PREFIX}/www/roundcube
-WWWDIR=	${RCDIR}/plugins/automatic_addressbook
+RCDIR=		${PREFIX}/www/roundcube
+WWWDIR=		${RCDIR}/plugins/automatic_addressbook
 
 SUB_FILES=	pkg-message
 SUB_LIST=	RCDIR=${RCDIR} PLUGINDIR=${WWWDIR}
 
-# This target is only meant to be used by the port maintainer.
-x-generate-plist: build
-	cd ${WRKSRC}; \
-	${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \
-		${SED} -e "s,^\.,%%WWWDIR%%," >${WRKDIR}/pkg-plist.tmp ; \
-	${FIND} . -type d | ${SORT} -r | ${SED} \
-		-e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
-		-e "s,^\.,@dirrm %%WWWDIR%%," >>${WRKDIR}/pkg-plist.tmp
-
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${WWWDIR}
-	@cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}
-	@${CAT} ${PKGMESSAGE}
+	@${MKDIR} ${STAGEDIR}${WWWDIR}
+	cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}
+	${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>



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