summaryrefslogtreecommitdiffstats
path: root/www/drupal4/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-04-04 13:07:59 +0000
committerpav <pav@FreeBSD.org>2004-04-04 13:07:59 +0000
commited44c81af2139e78b3f5037647c56d4f04e815b7 (patch)
tree2b7ee575aa1e61e7891e0a6420dcc64d38a0876b /www/drupal4/Makefile
parentd3241193334c0ffd0e244e7e93aacd65d08f31ff (diff)
downloadFreeBSD-ports-ed44c81af2139e78b3f5037647c56d4f04e815b7.zip
FreeBSD-ports-ed44c81af2139e78b3f5037647c56d4f04e815b7.tar.gz
- Update to 4.4.0
PR: ports/65145 Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
Diffstat (limited to 'www/drupal4/Makefile')
-rw-r--r--www/drupal4/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/www/drupal4/Makefile b/www/drupal4/Makefile
index c277a42..cd113b4 100644
--- a/www/drupal4/Makefile
+++ b/www/drupal4/Makefile
@@ -6,21 +6,20 @@
#
PORTNAME= drupal
-PORTVERSION= 4.3.2
+PORTVERSION= 4.4.0
CATEGORIES= www
-MASTER_SITES= http://drupal.org/drupal/${PORTVERSION}/drupal/
+MASTER_SITES= http://drupal.org/drupal/
DISTNAME= ${PORTNAME}-${PORTVERSION}
+EXTRACT_SUFX= .tgz
MAINTAINER= esn@x123.info
COMMENT= CMS that supports pgsql and mysql
-RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
-
-BROKEN= "Checksum mismatch"
+RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB
NO_BUILD= yes
DRUPDIR= www/data/drupal
-DOCS= CHANGELOG INSTALL LICENSE MAINTAINERS
+DOCS= CHANGELOG.txt INSTALL.txt LICENSE.txt MAINTAINERS.txt
do-install:
@@ -28,7 +27,6 @@ do-install:
${CP} ${WRKSRC}/.htaccess ${PREFIX}/${DRUPDIR}
${CP} ${WRKSRC}/cron.php ${PREFIX}/${DRUPDIR}
${CP} -R ${WRKSRC}/database ${PREFIX}/${DRUPDIR}
- ${CP} ${WRKSRC}/error.php ${PREFIX}/${DRUPDIR}
${CP} ${WRKSRC}/favicon.ico ${PREFIX}/${DRUPDIR}
${CP} -R ${WRKSRC}/includes ${PREFIX}/${DRUPDIR}
${CP} ${WRKSRC}/index.php ${PREFIX}/${DRUPDIR}
@@ -45,7 +43,7 @@ do-install:
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${DRUPDIR}
@${ECHO_MSG} ""
- @${ECHO_MSG} " You now need to create the database"
+ @${ECHO_MSG} " You now need to create the DB"
@${ECHO_MSG} " where Drupal is going to live"
@${ECHO_MSG} ""
@${ECHO_MSG} " PostgreSQL::"
OpenPOWER on IntegriCloud