mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
- Allow staging as a regular user
- Fix a typo in plist
This commit is contained in:
parent
6c37cad193
commit
38223a8535
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372579
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= piwigo
|
||||
PORTVERSION= 2.7.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://piwigo.org/download/dlcounter.php?code=${PORTVERSION}&/ \
|
||||
SF/${PORTNAME}/Piwigo/${PORTVERSION}
|
||||
@ -50,7 +51,6 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick-nox11
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC}
|
||||
@${FIND} -d ${WRKSRC} -type d -exec ${CHMOD} 755 {} \;
|
||||
@${FIND} -d ${WRKSRC} -type f -exec ${CHMOD} ${SHAREMODE} {} \;
|
||||
|
||||
|
@ -3088,5 +3088,5 @@
|
||||
%%WWWDIR%%/upgrade.php
|
||||
%%WWWDIR%%/upgrade_feed.php
|
||||
%%WWWDIR%%/ws.php
|
||||
@dir(%%WWWOWN%%,%%WWGRP%%,777) %%WWWDIR%%/_data
|
||||
@dir(%%WWWOWN%%,%%WWGRP%%,750) %%WWWDIR%%/upload
|
||||
@dir(%%WWWOWN%%,%%WWWGRP%%,777) %%WWWDIR%%/_data
|
||||
@dir(%%WWWOWN%%,%%WWWGRP%%,750) %%WWWDIR%%/upload
|
||||
|
Loading…
Reference in New Issue
Block a user