Date: Tue, 23 Feb 2016 09:20:49 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409389 - head/www/typo3 Message-ID: <201602230920.u1N9KnP3019447@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Tue Feb 23 09:20:49 2016 New Revision: 409389 URL: https://svnweb.freebsd.org/changeset/ports/409389 Log: - Update to 7.6.3 - Drop old gruft PR: 207371 Submitted by: maintainer Modified: head/www/typo3/Makefile head/www/typo3/distinfo Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Tue Feb 23 09:19:22 2016 (r409388) +++ head/www/typo3/Makefile Tue Feb 23 09:20:49 2016 (r409389) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 7.6.2 +PORTVERSION= 7.6.3 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} @@ -69,12 +69,5 @@ post-install: @cd ${STAGEDIR}${PREFIX}; \ ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3SRC}/*" | \ ${SORT} >> ${TMPPLIST} -# ${FIND} * \( -type f -or -type l \) \( -path "${TYPO3WWW}/${TYPO3SRC}/*" -and \ -# -not -path "${TYPO3WWW}/${TYPO3SRC}/typo3/ext/*" \) | \ -# ${SORT} >> ${TMPPLIST} -# @cd ${STAGEDIR}${PREFIX}; \ -# ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3SRC}/typo3/ext/*" | \ -# ${SORT} | ${SED} -ne 's#^#@(${WWWOWN},${WWWGRP},) #p' >> ${TMPPLIST} -# @${ECHO} "@dir(${WWWOWN},${WWWGRP},) ${TYPO3WWW}/${TYPO3SRC}/typo3/ext" >> ${TMPPLIST} .include <bsd.port.mk> Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Tue Feb 23 09:19:22 2016 (r409388) +++ head/www/typo3/distinfo Tue Feb 23 09:20:49 2016 (r409389) @@ -1,2 +1,2 @@ -SHA256 (typo3_src-7.6.2.tar.gz) = b62ed2cc20b4747980cb8e8a8f23e92360c9a6a4c3de693fdc8efb161f909161 -SIZE (typo3_src-7.6.2.tar.gz) = 20601470 +SHA256 (typo3_src-7.6.3.tar.gz) = d49e53b55792d2cf8a7012c6acbfed10478fd9d5d924a03c747a4dedf4049cf7 +SIZE (typo3_src-7.6.3.tar.gz) = 20625715
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602230920.u1N9KnP3019447>