mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 0.9.22
- Do not install .gitignore files PR: ports/158854 Submitted by: Marco Steinbach <coco@executive-computing.de> (maintainer) Approved by: bapt (mentor)
This commit is contained in:
parent
76b41420b1
commit
a98aed97d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277760
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= froxlor
|
||||
PORTVERSION= 0.9.17
|
||||
PORTVERSION= 0.9.22
|
||||
CATEGORIES= sysutils www
|
||||
MASTER_SITES= http://files.froxlor.org/releases/
|
||||
|
||||
@ -19,7 +19,9 @@ NO_BUILD= YES
|
||||
|
||||
SUB_FILES+= pkg-message pkg-deinstall
|
||||
|
||||
USE_PHP= xml bcmath posix filter
|
||||
USE_PHP= xml bcmath posix filter session ftp mysqli gettext
|
||||
|
||||
USE_GETTEXT= RUN
|
||||
|
||||
OPTIONS= APACHE "Use Apache (2.2) as http server" On \
|
||||
MYSQL "Use MySQL as database server" On \
|
||||
@ -76,10 +78,10 @@ RUN_DEPENDS+= awstats:${PORTSDIR}/www/awstats
|
||||
|
||||
do-install:
|
||||
cd ${WRKDIR}/${PORTNAME} && \
|
||||
${FIND} . | ${CPIO} --quiet -pdm -L ${WWWDIR}
|
||||
${FIND} . ! -name .gitignore | \
|
||||
${CPIO} --quiet -pdm -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
|
||||
|
||||
post-install:
|
||||
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
|
||||
${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (froxlor-0.9.17.tar.gz) = 55d80c058d6308de9d3fd4095503c8e09d7a802ad24b7e7565df3feb43343509
|
||||
SIZE (froxlor-0.9.17.tar.gz) = 957924
|
||||
SHA256 (froxlor-0.9.22.tar.gz) = 8fe6cd45f0ade4657aeb4f956abde1103d50585d7e4f11b6f3d51fae844b4cd5
|
||||
SIZE (froxlor-0.9.22.tar.gz) = 1423027
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user