From owner-svn-ports-head@freebsd.org Wed Jan 6 18:03:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C9CBA64F98; Wed, 6 Jan 2016 18:03:53 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 177141164; Wed, 6 Jan 2016 18:03:53 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u06I3qUs048552; Wed, 6 Jan 2016 18:03:52 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u06I3pfh048547; Wed, 6 Jan 2016 18:03:51 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601061803.u06I3pfh048547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 6 Jan 2016 18:03:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405381 - in head/mail: roundcube-air roundcube-groupvice roundcube-mobilecube roundcube-mvision2 roundcube-umich X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2016 18:03:53 -0000 Author: pawel Date: Wed Jan 6 18:03:51 2016 New Revision: 405381 URL: https://svnweb.freebsd.org/changeset/ports/405381 Log: - Remove x-generate-plist target using deprecated @dirrm, our make makeplist generates proper plists now - Add NO_ARCH Modified: head/mail/roundcube-air/Makefile head/mail/roundcube-groupvice/Makefile head/mail/roundcube-mobilecube/Makefile head/mail/roundcube-mvision2/Makefile head/mail/roundcube-umich/Makefile Modified: head/mail/roundcube-air/Makefile ============================================================================== --- head/mail/roundcube-air/Makefile Wed Jan 6 17:59:39 2016 (r405380) +++ head/mail/roundcube-air/Makefile Wed Jan 6 18:03:51 2016 (r405381) @@ -13,18 +13,10 @@ COMMENT= Theme for RoundCube Web Mail RUN_DEPENDS= roundcube>=0.3:${PORTSDIR}/mail/roundcube NO_BUILD= yes +NO_ARCH= yes WWWDIR?= ${PREFIX}/www/roundcube/skins/air -# 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%%," >${.CURDIR}/pkg-plist.tmp ; \ - ${FIND} . -type d | ${SORT} -r | ${SED} \ - -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ - -e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp - do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} Modified: head/mail/roundcube-groupvice/Makefile ============================================================================== --- head/mail/roundcube-groupvice/Makefile Wed Jan 6 17:59:39 2016 (r405380) +++ head/mail/roundcube-groupvice/Makefile Wed Jan 6 18:03:51 2016 (r405381) @@ -13,20 +13,12 @@ COMMENT= Theme for RoundCube Web Mail RUN_DEPENDS= roundcube>=0.2:${PORTSDIR}/mail/roundcube NO_BUILD= yes +NO_ARCH= yes WWWDIR?= ${PREFIX}/www/roundcube/skins/groupvice SUB_FILES= pkg-message -# 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%%," >${.CURDIR}/pkg-plist.tmp ; \ - ${FIND} . -type d | ${SORT} -r | ${SED} \ - -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ - -e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp - do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} Modified: head/mail/roundcube-mobilecube/Makefile ============================================================================== --- head/mail/roundcube-mobilecube/Makefile Wed Jan 6 17:59:39 2016 (r405380) +++ head/mail/roundcube-mobilecube/Makefile Wed Jan 6 18:03:51 2016 (r405381) @@ -18,18 +18,11 @@ THEME_BUILD?= 030110A USES= zip NO_BUILD= yes +NO_ARCH= yes WRKSRC= ${WRKDIR}/MobileCubeBeta\#${THEME_BUILD} WWWDIR?= ${PREFIX}/www/roundcube/skins/MobileCube -# This target is only meant to be used by the port maintainer. -x-generate-plist: build - cd ${WRKSRC}/MobileCube; \ - ${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \ - ${SED} -e "s,^\.,%%WWWDIR%%," >${.CURDIR}/pkg-plist.tmp ; \ - ${FIND} . -type d | ${SORT} -r | ${SED} \ - -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ - -e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp post-patch: ${FIND} ${WRKSRC} -type f -name '*.orig' -or -name '.DS_Store' -delete Modified: head/mail/roundcube-mvision2/Makefile ============================================================================== --- head/mail/roundcube-mvision2/Makefile Wed Jan 6 17:59:39 2016 (r405380) +++ head/mail/roundcube-mvision2/Makefile Wed Jan 6 18:03:51 2016 (r405381) @@ -15,20 +15,12 @@ COMMENT= Theme for RoundCube Web Mail RUN_DEPENDS= roundcube>=0.2:${PORTSDIR}/mail/roundcube NO_BUILD= yes +NO_ARCH= yes WWWDIR?= ${PREFIX}/www/roundcube/skins/mvision2_en SUB_FILES= pkg-message -# This target is only meant to be used by the port maintainer. -x-generate-plist: build - cd ${WRKDIR}/mvision2_en; \ - ${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \ - ${SED} -e "s,^\.,%%WWWDIR%%," >${.CURDIR}/pkg-plist.tmp ; \ - ${FIND} . -type d | ${SORT} -r | ${SED} \ - -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ - -e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp - do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKDIR}/mvision2_en && ${PAX} -r -w . \ Modified: head/mail/roundcube-umich/Makefile ============================================================================== --- head/mail/roundcube-umich/Makefile Wed Jan 6 17:59:39 2016 (r405380) +++ head/mail/roundcube-umich/Makefile Wed Jan 6 18:03:51 2016 (r405381) @@ -13,18 +13,10 @@ COMMENT= Theme for RoundCube Web Mail RUN_DEPENDS= roundcube>=0.2:${PORTSDIR}/mail/roundcube NO_BUILD= yes +NO_ARCH= yes WWWDIR?= ${PREFIX}/www/roundcube/skins/umich -# 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%%," >${.CURDIR}/pkg-plist.tmp ; \ - ${FIND} . -type d | ${SORT} -r | ${SED} \ - -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ - -e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp - post-patch: ${FIND} ${WRKSRC} -type f -name '*.orig' -delete