mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Update to 1.1.0
PR: ports/86934 Submitted by: Kevin Golding <kevin@caomhin.demon.co.uk> (maintainer)
This commit is contained in:
parent
af614bdb8f
commit
d539f12162
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144505
3 changed files with 575 additions and 538 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= achievo
|
||||
PORTVERSION= 1.0.4
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= misc www
|
||||
MASTER_SITES= http://www.achievo.org/files/ \
|
||||
http://www.caomhin.org/geek/ports/
|
||||
|
@ -21,12 +21,16 @@ WANT_PHP_MOD= yes
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
NO_BUILD= YES
|
||||
|
||||
ACHVODIR?= www/data.default/achievo
|
||||
PLIST_SUB= ACHVODIR=${ACHVODIR}
|
||||
|
||||
post-patch:
|
||||
@${MV} ${WRKSRC}/config.inc.php ${WRKSRC}/config.inc.php-default
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/www/data.default/achievo
|
||||
@${CP} -R ${WRKSRC}/* ${PREFIX}/www/data.default/achievo/
|
||||
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${ACHVODIR}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (achievo-stable-1.0.4.tar.gz) = b5cd5a6e3b8acc1ac5d1db940418673a
|
||||
SIZE (achievo-stable-1.0.4.tar.gz) = 521116
|
||||
MD5 (achievo-stable-1.1.0.tar.gz) = 63b08f1f96293ac20dfa180bf89d7af1
|
||||
SIZE (achievo-stable-1.1.0.tar.gz) = 563129
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue