diff --git a/devel/cdash/Makefile b/devel/cdash/Makefile index 844e7723c4ef..ff421160abeb 100644 --- a/devel/cdash/Makefile +++ b/devel/cdash/Makefile @@ -1,48 +1,51 @@ PORTNAME= cdash PORTVERSION= 2.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.cdash.org/wp-content/uploads/2014/11/ DISTNAME= CDash-2-2-3 -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Web-based software testing server WWW= https://www.cdash.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt +DEPRECATED= Very outdated version that's unsupported upstream +EXPIRATION_DATE=2024-04-30 + USES= cmake dos2unix php zip DOS2UNIX_GLOB= *.php *.xml *.xsl *.txt CMAKE_ARGS= -DCDASH_DB_NAME:STRING=cdash \ -DCDASH_DB_LOGIN:STRING=cdash \ -DCDASH_DB_TYPE:STRING=${DB_TYPE} USE_PHP= curl gd pdo session xsl zlib NO_ARCH= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/g} PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" SUB_FILES= pkg-message SUB_LIST= DB_TYPE=${DB_TYPE} OPTIONS_SINGLE= DB OPTIONS_SINGLE_DB= MYSQL PGSQL OPTIONS_DEFAULT=MYSQL MYSQL_USES= mysql MYSQL_USE= PHP=pdo_mysql MYSQL_VARS= DB_TYPE=mysql PGSQL_USES= pgsql PGSQL_USE= PHP=pgsql,pdo_pgsql PGSQL_VARS= DB_TYPE=pgsql do-install: @${MKDIR} ${WRKSRC}/rss ${CP} ${WRKSRC}/backup/.htaccess ${WRKSRC}/rss/.htaccess @${MKDIR} ${STAGEDIR}${PREFIX}/www/CDash ${FIND} ${WRKSRC} -name "*.orig" -delete ${MV} ${WRKSRC}/cdash/config.local.php ${WRKSRC}/cdash/config.local.sample.php cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/www/CDash .include