Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2015 17:09:48 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396775 - head/www/typo3
Message-ID:  <201509121709.t8CH9mpF049997@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep 12 17:09:47 2015
New Revision: 396775
URL: https://svnweb.freebsd.org/changeset/ports/396775

Log:
  - 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)

Modified:
  head/www/typo3/Makefile
  head/www/typo3/distinfo

Modified: head/www/typo3/Makefile
==============================================================================
--- head/www/typo3/Makefile	Sat Sep 12 17:09:42 2015	(r396774)
+++ head/www/typo3/Makefile	Sat Sep 12 17:09:47 2015	(r396775)
@@ -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>

Modified: head/www/typo3/distinfo
==============================================================================
--- head/www/typo3/distinfo	Sat Sep 12 17:09:42 2015	(r396774)
+++ head/www/typo3/distinfo	Sat Sep 12 17:09:47 2015	(r396775)
@@ -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



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