Date: Sun, 27 Oct 2013 03:19:10 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331745 - head/www/tdiary Message-ID: <201310270319.r9R3JAFu073550@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sun Oct 27 03:19:10 2013 New Revision: 331745 URL: http://svnweb.freebsd.org/changeset/ports/331745 Log: - Remove CHOWN command for staging - Remove ruby18 conditional part Modified: head/www/tdiary/Makefile Modified: head/www/tdiary/Makefile ============================================================================== --- head/www/tdiary/Makefile Sun Oct 27 02:38:52 2013 (r331744) +++ head/www/tdiary/Makefile Sun Oct 27 03:19:10 2013 (r331745) @@ -3,7 +3,7 @@ PORTNAME= tdiary PORTVERSION= 4.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= www ruby MASTER_SITES= http://www.tdiary.org/download/ DISTNAME= ${PORTNAME}-full-v${PORTVERSION} @@ -69,12 +69,6 @@ IGNORE= requires Ruby 1.9.3 or later .endif .endif -.if ${RUBY_VER} == 1.8 -.if !defined(RUBY_PROVIDED) -IGNORE= requires Ruby 1.9.3 or later -.endif -.endif - pre-patch: @${RM} ${WRKSRC}/.coveralls.yml @${RM} ${WRKSRC}/.gitignore @@ -107,7 +101,6 @@ do-install: @${INSTALL_SCRIPT} ${WRKDIR}/${TDIARY_SCRIPT} ${STAGEDIR}${PREFIX}/bin @-${MKDIR} ${STAGEDIR}${WWWDIR} @${TAR} --exclude "doc" -C ${WRKSRC} -cf - . | ${TAR} --unlink -C ${STAGEDIR}${WWWDIR} -xf - - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} post-install: @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310270319.r9R3JAFu073550>