mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
- Update to 1.3.1.2
- Add MASTER_SITES: GOOGLE_CODE - Add LICENSE - Cosmetic change - Take maintainership Changes: http://www.zenphoto.org/category/news/release/ PR: ports/152242 Submitted by: sunpoet (myself) Approved by: jadawin (maintainer)
This commit is contained in:
parent
acd73063c2
commit
dafdbeae93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264700
@ -4,32 +4,35 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zenphoto
|
||||
PORTVERSION= 1.2.8
|
||||
PORTVERSION= 1.3.1.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.zenphoto.org/files/
|
||||
MASTER_SITES= GOOGLE_CODE \
|
||||
http://www.zenphoto.org/files/
|
||||
|
||||
MAINTAINER= jadawin@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= A simpler web photo gallery
|
||||
|
||||
USE_PHP= mysql gd session mbstring gettext pcre json
|
||||
WANT_PHP_WEB= yes
|
||||
LICENSE= GPLv2
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_PHP= gd gettext json mbstring mysql pcre session
|
||||
WANT_PHP_WEB= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
SUB_FILES= pkg-message pkg-deinstall
|
||||
SUB_LIST= PORTNAME=${PORTNAME} \
|
||||
WWWDIR=${WWWDIR}
|
||||
SUB_LIST= PORTNAME=${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${WWWDIR}
|
||||
@(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR} \
|
||||
"! -name README.html ! -name License.txt ! -name Zenphoto.package")
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR}
|
||||
@${RM} ${WWWDIR}/doc_files/License.txt
|
||||
@${RM} ${WWWDIR}/doc_files/README.html
|
||||
@${RM} ${WWWDIR}/zp-core/Zenphoto.package
|
||||
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
|
||||
${CHMOD} 644 ${WWWDIR}/zp-core/images/*
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (zenphoto-1.2.8.tar.gz) = f69ef5b7495d29b9738ea27455f7d990
|
||||
SHA256 (zenphoto-1.2.8.tar.gz) = d8fbcc593cf0d39f1ba44459593c8be5540fe949c36a2c7c872e4ebbad1e9d25
|
||||
SIZE (zenphoto-1.2.8.tar.gz) = 5474722
|
||||
SHA256 (zenphoto-1.3.1.2.tar.gz) = 92b6d4a1b677e3d581c83a7347158ae3ef02c3012c021418ffc31c406b39c327
|
||||
SIZE (zenphoto-1.3.1.2.tar.gz) = 6160723
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user