Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2014 17:36:23 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352033 - head/mail/squirrelmail-translations
Message-ID:  <201404241736.s3OHaN58049516@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Thu Apr 24 17:36:22 2014
New Revision: 352033
URL: http://svnweb.freebsd.org/changeset/ports/352033
QAT: https://qat.redports.org/buildarchive/r352033/

Log:
  Somehow I committed the update to distinfo without committing the
  update to the Makefile. Properly update the port to 2014/04/20.
  Also, use COPYTREE_SHARE to improve resulting permissions.

Modified:
  head/mail/squirrelmail-translations/Makefile

Modified: head/mail/squirrelmail-translations/Makefile
==============================================================================
--- head/mail/squirrelmail-translations/Makefile	Thu Apr 24 17:35:44 2014	(r352032)
+++ head/mail/squirrelmail-translations/Makefile	Thu Apr 24 17:36:22 2014	(r352033)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		squirrelmail-translations
-PORTVERSION=	20131229
+PORTVERSION=	20140420
 CATEGORIES=		mail www
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	adamw/squirrelmail
@@ -16,7 +16,7 @@ LICENSE=		GPLv2
 
 RUN_DEPENDS=	${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail
 
-USE_BZIP2=		yes
+USES=			tar:bzip2 gettext
 
 WRKSRC=			${WRKDIR}/squirrelmail.locales
 
@@ -29,9 +29,9 @@ do-build:
 	@${RM} -r ${WRKSRC}/help/en_US
 
 do-install:
-	${MKDIR} ${STAGEDIR}${SQUIRRELDIR}
+	@${MKDIR} ${STAGEDIR}${SQUIRRELDIR}
 .for DIR in help images locale
-	cd ${WRKSRC} && ${FIND} ${DIR} | ${CPIO} -pdmu --quiet ${STAGEDIR}${SQUIRRELDIR}
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} ${DIR} ${STAGEDIR}${SQUIRRELDIR})
 .endfor
 
 .include <bsd.port.mk>



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