1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 1.2

- Assign maintainership to submitter (from ports@)

PR:		91579
Submitted by:	"munggo@pmy.lv" <Mun-Kyo.Seo@pmy.pmy.lv.pmy.lv>
This commit is contained in:
Tim Bishop 2006-01-10 11:46:55 +00:00
parent 11daf195b0
commit e69fac16e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153188
2 changed files with 6 additions and 5 deletions

View File

@ -7,12 +7,12 @@
#
PORTNAME= phpwebapp
PORTVERSION= 1.0
PORTVERSION= 1.2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= munggo@pmy.lv
COMMENT= A web application framework
USE_PHP= yes
@ -21,6 +21,7 @@ NO_BUILD= yes
PHPWEBAPP?= ${PREFIX}/www/data/web_app
do-install:
${MKDIR} -p ${PREFIX}/www/data
${CP} -R ${WRKSRC}/web_app/ ${PHPWEBAPP}
@${FIND} ${PHPWEBAPP} ! -type d | \
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}

View File

@ -1,3 +1,3 @@
MD5 (phpwebapp-1.0.tar.gz) = 0999b439c105f84762e71ec4654a1385
SHA256 (phpwebapp-1.0.tar.gz) = d6f5ca96c21c33301a43611bfcf44c2de380f391b4d9cdf457310ce3c42b445b
SIZE (phpwebapp-1.0.tar.gz) = 304960
MD5 (phpwebapp-1.2.tar.gz) = 5831631e5058b2da9a9380fad8cfe3da
SHA256 (phpwebapp-1.2.tar.gz) = d0ec9b410a6af280ce19e54a140048e41e7005ec77ae8e6780b8ade53faba69f
SIZE (phpwebapp-1.2.tar.gz) = 470574