svn commit: r405381 - in head/mail: roundcube-air roundcube-groupvice roundcube-mobilecube roundcube-mvision2 roundcube-umich

Pawel Pekala pawel at FreeBSD.org
Wed Jan 6 18:03:53 UTC 2016


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,^\.$$, at dirrmtry %%WWWDIR%%," \
-		-e "s,^\., at 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,^\.$$, at dirrmtry %%WWWDIR%%," \
-		-e "s,^\., at 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,^\.$$, at dirrmtry %%WWWDIR%%," \
-		-e "s,^\., at 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,^\.$$, at dirrmtry %%WWWDIR%%," \
-		-e "s,^\., at 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,^\.$$, at dirrmtry %%WWWDIR%%," \
-		-e "s,^\., at dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
-
 post-patch:
 	${FIND} ${WRKSRC} -type f -name '*.orig' -delete
 


More information about the svn-ports-head mailing list