svn commit: r450225 - head/www/typo3-7

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 20 16:32:54 UTC 2017


Author: sunpoet
Date: Wed Sep 20 16:32:53 2017
New Revision: 450225
URL: https://svnweb.freebsd.org/changeset/ports/450225

Log:
  Update to 7.6.23
  
  - While I'm here, use WRKSRC for LICENSE_FILE
  
  Changes:	https://typo3.org/download/release-notes/whats-new/
  		https://typo3.org/news/article/typo3-877-and-7623-released/
  PR:		222468
  Submitted by:	Helmut Ritter <freebsd-ports at charlieroot.de> (maintainer)

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

Modified: head/www/typo3-7/Makefile
==============================================================================
--- head/www/typo3-7/Makefile	Wed Sep 20 16:32:47 2017	(r450224)
+++ head/www/typo3-7/Makefile	Wed Sep 20 16:32:53 2017	(r450225)
@@ -11,7 +11,7 @@ MAINTAINER=	freebsd-ports at charlieroot.de
 COMMENT=	Typo3 content management system
 
 LICENSE=	GPLv2
-LICENSE_FILE=	${WRKDIR}/${TYPO3SRC}/LICENSE.txt
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 PORTSCOUT=	limit:^${PORT_V_MAJOR}\.${PORT_V_MINOR}\.
 
@@ -24,7 +24,7 @@ WRKSRC=		${WRKDIR}/${TYPO3SRC}
 
 PORT_V_MAJOR=	7
 PORT_V_MINOR=	6
-PORT_V_PATCH=	22
+PORT_V_PATCH=	23
 
 TYPO3WWW=	www
 TYPO3SRC=	${PORTNAME}_src-${PORTVERSION}

Modified: head/www/typo3-7/distinfo
==============================================================================
--- head/www/typo3-7/distinfo	Wed Sep 20 16:32:47 2017	(r450224)
+++ head/www/typo3-7/distinfo	Wed Sep 20 16:32:53 2017	(r450225)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504626319
-SHA256 (typo3_src-7.6.22.tar.gz) = b9b9332cdfd7a51c815aa7c58f606b446bb1653d0e851a57e2c5f693aa87b4a8
-SIZE (typo3_src-7.6.22.tar.gz) = 20492957
+TIMESTAMP = 1505916473
+SHA256 (typo3_src-7.6.23.tar.gz) = 17cc48e7bee97b09f686001e0422beef734c745bb89831f08b07b8743e002fc9
+SIZE (typo3_src-7.6.23.tar.gz) = 20494643


More information about the svn-ports-all mailing list