- Update from 0.8.2 to 0.8.3
- Take maintainership - Simplify Makefile
This commit is contained in:
parent
61630ad1b9
commit
3fa1763f42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352268
2 changed files with 5 additions and 10 deletions
|
@ -1,25 +1,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= flot
|
||||
PORTVERSION= 0.8.2
|
||||
PORTVERSION= 0.8.3
|
||||
CATEGORIES= www devel
|
||||
MASTER_SITES= http://www.flotcharts.org/downloads/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= danilo@FreeBSD.org
|
||||
COMMENT= JavaScript plotting library for jQuery
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USES= zip
|
||||
|
||||
USERS= www
|
||||
GROUPS= www
|
||||
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
|
||||
|
@ -33,7 +28,7 @@ do-install:
|
|||
(cd ${WRKSRC} && ${INSTALL_DATA} *.md \
|
||||
${STAGEDIR}${DOCSDIR})
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} "*" \
|
||||
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} "*" \
|
||||
${STAGEDIR}${EXAMPLESDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (flot-0.8.2.zip) = 7bcb8dd13e0569cee7ebd25182623663b8558585bea512141d7140106846c4fe
|
||||
SIZE (flot-0.8.2.zip) = 646470
|
||||
SHA256 (flot-0.8.3.zip) = d70600ab58f0f23bb7b08974f992e2398f0b0d643e37abf54a1f7f609ef67b8e
|
||||
SIZE (flot-0.8.3.zip) = 651654
|
||||
|
|
Loading…
Reference in a new issue