diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-13 01:09:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-13 01:09:47 +0800 |
commit | 2cff711aac20cd7ebd0ce11e96d68aee5fa1ebf5 (patch) | |
tree | 1712878bf3bf76a17b61a66ca443aed9884e2625 /www | |
parent | 8f7c61dd6510671bee91cb72cdd3734e87991ba2 (diff) | |
download | freebsd-ports-gnome-2cff711aac20cd7ebd0ce11e96d68aee5fa1ebf5.tar.gz freebsd-ports-gnome-2cff711aac20cd7ebd0ce11e96d68aee5fa1ebf5.tar.zst freebsd-ports-gnome-2cff711aac20cd7ebd0ce11e96d68aee5fa1ebf5.zip |
- Update to 7.4.0
Changes: http://typo3.org/news/article/announcing-typo3-74-nothing-is-impossible/
PR: 202975
Submitted by: <freebsd-ports@charlieroot.de> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/typo3/Makefile | 16 | ||||
-rw-r--r-- | www/typo3/distinfo | 4 |
2 files changed, 11 insertions, 9 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile index 6cb051d63a54..c0425453b86b 100644 --- a/www/typo3/Makefile +++ b/www/typo3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 7.3.1 +PORTVERSION= 7.4.0 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} @@ -67,12 +67,14 @@ post-install: ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3DIR}/*" | \ ${SORT} >> ${TMPPLIST} @cd ${STAGEDIR}${PREFIX}; \ - ${FIND} * \( -type f -or -type l \) \( -path "${TYPO3WWW}/${TYPO3SRC}/*" -and \ - -not -path "${TYPO3WWW}/${TYPO3SRC}/typo3/ext/*" \) | \ + ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3SRC}/*" | \ ${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} +# ${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 8df8d123cd44..b5b726c63c85 100644 --- a/www/typo3/distinfo +++ b/www/typo3/distinfo @@ -1,2 +1,2 @@ -SHA256 (typo3_src-7.3.1.tar.gz) = 7e672f3515348e38ecfb0bc58c9d198e9ddcb61383d5feb098bac3ebefe3792b -SIZE (typo3_src-7.3.1.tar.gz) = 16475280 +SHA256 (typo3_src-7.4.0.tar.gz) = 6401e6b7d77949abc39bf0c3c691ff6a921d0a7097bcfdde0b491727846ac136 +SIZE (typo3_src-7.4.0.tar.gz) = 25141650 |