diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-12-25 09:13:19 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-12-25 09:13:19 +0000 |
commit | 32a5b61b3135586cfdda63f2a7186edd50abeaa1 (patch) | |
tree | 701045d9939f7932670a5f8d67d8ed343c7d80de /www/phpbb-devel | |
parent | c0276fe8d372bb0ef816d66d79341dc86f007e0f (diff) |
Notes
Diffstat (limited to 'www/phpbb-devel')
-rw-r--r-- | www/phpbb-devel/Makefile | 16 | ||||
-rw-r--r-- | www/phpbb-devel/distinfo | 6 | ||||
-rw-r--r-- | www/phpbb-devel/pkg-plist | 1 |
3 files changed, 13 insertions, 10 deletions
diff --git a/www/phpbb-devel/Makefile b/www/phpbb-devel/Makefile index 05cd13f842e8..b9b4f48022c9 100644 --- a/www/phpbb-devel/Makefile +++ b/www/phpbb-devel/Makefile @@ -6,17 +6,17 @@ # PORTNAME= phpbb -PORTVERSION= 3.0r7 +PORTVERSION= 3.0.0 +PORTEPOCH= 1 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= phpbb +MASTER_SITES= SF PKGNAMESUFFIX= -devel -DISTNAME= phpBB-3.0.RC7 +DISTNAME= phpBB-${PORTVERSION} MAINTAINER= bg1tpt@gmail.com COMMENT= A PHP-based bulletin board / discussion forum system -CONFLICTS= phpbb-tw-[0-9]* phpbb-[0-9]* +CONFLICTS= phpbb-tw-[0-9]* phpbb-[0-9]* phpbb3-[0-9] USE_BZIP2= yes @@ -32,7 +32,7 @@ WRKSRC= ${WRKDIR}/phpBB3 NO_BUILD= yes SUB_FILES= pkg-message SUB_LIST= PHPBBURL="${PHPBBURL}" \ - PHPBBDIR="${PHPBBDIR}" \ + PHPBBDIR="${PHPBBDIR}" PLIST_SUB+= PHPBBDIR=${PHPBBDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} @@ -54,10 +54,12 @@ pre-everything:: .endif do-install: - @ ${MKDIR} -m 0775 ${PREFIX}/${PHPBBDIR} @ cd ${WRKSRC} && ${COPYTREE_SHARE} . ${PREFIX}/${PHPBBDIR} "! -name config.php" @ [ -f ${PREFIX}/${PHPBBDIR}/config.php ] || ${TOUCH} ${PREFIX}/${PHPBBDIR}/config.php @ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${PHPBBDIR} + @ ${CHMOD} -R 0755 ${PREFIX}/${PHPBBDIR} + @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} \ + ${PHPBBDIR:S|^${PREFIX}/|%D/|}' >> ${TMPPLIST} post-install: .if !defined(NOPORTDOCS) diff --git a/www/phpbb-devel/distinfo b/www/phpbb-devel/distinfo index 86623cffca37..f0d5a386032b 100644 --- a/www/phpbb-devel/distinfo +++ b/www/phpbb-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (phpBB-3.0.RC7.tar.bz2) = 1057c97c0d45e1d1c052ec42e3298b8e -SHA256 (phpBB-3.0.RC7.tar.bz2) = a7f317f4e870a7856146a8d0b47899ea954e289632ea3a23ccefa487cdb71739 -SIZE (phpBB-3.0.RC7.tar.bz2) = 1457736 +MD5 (phpBB-3.0.0.tar.bz2) = 683ef1dc2fe875efa7042bde897ed76e +SHA256 (phpBB-3.0.0.tar.bz2) = 99914ef86249798a41aaeacc1f03fcdc170893bde482ca8951e17a9db81a34d7 +SIZE (phpBB-3.0.0.tar.bz2) = 1461327 diff --git a/www/phpbb-devel/pkg-plist b/www/phpbb-devel/pkg-plist index cd6a7cdc20ec..eb0ed0773f50 100644 --- a/www/phpbb-devel/pkg-plist +++ b/www/phpbb-devel/pkg-plist @@ -151,6 +151,7 @@ %%PHPBBDIR%%/docs/site_logo.gif %%PHPBBDIR%%/docs/stylesheet.css %%PHPBBDIR%%/download/file.php +%%PHPBBDIR%%/download/index.htm %%PHPBBDIR%%/faq.php %%PHPBBDIR%%/files/.htaccess %%PHPBBDIR%%/files/index.htm |