mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
1cd3b44f7f
The PR only provided changes needed to add stage support. However, the port needed some additional TLC: * DISTNAME reworked for single, ARCH-based definition (pets portlint) * LICENSE stuff moved, rearranged (pets portlint) * DOCS option removed (it wasn't implemented) * Typo for PGSQL option fixed so it's default again (bump portrevision) * Cosmestic alignment * PGSQL converted to USES+=pgsql and WANT_PGSQL= * php+pgsql RUN_DEPENDS refactored, and set to use USE_PHP * Convert to new LIB_DEPENDS style (PR) * Convert to USES+=tar (PR) * Remove WWW whitespace (PR) * Handle /var/run/thunder (PR) (also requires portrevision bump) PR: 190951 Submitted by: Joe Benden fixes by: marino Approved by: stage blanket + just fix it blanket verified by: Redports 8x pass
20 lines
519 B
Plaintext
20 lines
519 B
Plaintext
thunder/etc/thunder_postgre.sql
|
|
thunder/etc/thunder.conf
|
|
thunder/etc/thunder.php
|
|
thunder/logs/error.log
|
|
thunder/logs/access.log
|
|
thunder/sbin/thunderlog.php
|
|
thunder/sbin/diskinfo
|
|
thunder/sbin/thunder
|
|
thunder/sbin/log.sh
|
|
@exec mkdir -p /var/run/thunder
|
|
@exec chmod 755 /var/run/thunder
|
|
@dirrm thunder/etc
|
|
@dirrm thunder/logs/tmp
|
|
@dirrm thunder/logs
|
|
@dirrm thunder/sbin
|
|
@dirrm thunder/cache
|
|
@dirrm thunder
|
|
@unexec /bin/rm /var/run/thunder/thunder.pid 2>/dev/null || true
|
|
@unexec rmdir /var/run/thunder 2>/dev/null || true
|