diff options
author | miwi <miwi@FreeBSD.org> | 2016-02-23 17:20:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2016-02-23 17:20:49 +0800 |
commit | 4fa685544daa71eeaa4030d3d9b8e6127eadce59 (patch) | |
tree | cd5160835e50b48e8bd4f39180af63a83b3878fd /www | |
parent | 7fea5888fab7f0b23dd1074209b43877d7c224d2 (diff) | |
download | freebsd-ports-gnome-4fa685544daa71eeaa4030d3d9b8e6127eadce59.tar.gz freebsd-ports-gnome-4fa685544daa71eeaa4030d3d9b8e6127eadce59.tar.zst freebsd-ports-gnome-4fa685544daa71eeaa4030d3d9b8e6127eadce59.zip |
- Update to 7.6.3
- Drop old gruft
PR: 207371
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/typo3/Makefile | 9 | ||||
-rw-r--r-- | www/typo3/distinfo | 4 |
2 files changed, 3 insertions, 10 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile index aae50ddb0a64..18ec4c8075ca 100644 --- a/www/typo3/Makefile +++ b/www/typo3/Makefile @@ -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> diff --git a/www/typo3/distinfo b/www/typo3/distinfo index a0f529763f77..84808ae42c6b 100644 --- a/www/typo3/distinfo +++ b/www/typo3/distinfo @@ -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 |