- Update from 1.5.26 to 1.5.28
- Add LICENSE - Unmute installation commands
This commit is contained in:
parent
8d42e0ac85
commit
ff460be0a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350189
2 changed files with 8 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= coppermine
|
||||
PORTVERSION= 1.5.26
|
||||
PORTVERSION= 1.5.28
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF/${PORTNAME}/Coppermine/1.5.x/
|
||||
DISTNAME= cpg${PORTVERSION}
|
||||
|
@ -9,6 +9,8 @@ DISTNAME= cpg${PORTVERSION}
|
|||
MAINTAINER= danilo@FreeBSD.org
|
||||
COMMENT= Web picture gallery script
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
OPTIONS_DEFINE= DOCS IMAGEMAGICK
|
||||
IMAGEMAGICK_DESC= Use ImageMagick instead of PHP GD extension
|
||||
|
||||
|
@ -40,8 +42,8 @@ post-extract:
|
|||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
@cd ${WRKSRC} && ${INSTALL_DATA} ${DOCFILES} ${STAGEDIR}${DOCSDIR}
|
||||
@cd ${WRKSRC}/ && ${RM} ${DOCFILES}
|
||||
@cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCFILES} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC}/ && ${RM} ${DOCFILES}
|
||||
cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (cpg1.5.26.zip) = 8b155bf6e717d4d36b840162629fed68fd2d0585ccf9bc605164da12a89bed36
|
||||
SIZE (cpg1.5.26.zip) = 19187593
|
||||
SHA256 (cpg1.5.28.zip) = 82a9fb048ac841178cee87ed1b9653b89677eea2d629adf0442c9011ea0b8e3e
|
||||
SIZE (cpg1.5.28.zip) = 18993199
|
||||
|
|
Loading…
Reference in a new issue