diff options
author | danilo <danilo@FreeBSD.org> | 2014-04-26 23:16:13 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-04-26 23:16:13 +0800 |
commit | 45b3a3e6e3475f17c50fed0dc99fec1f69c5485d (patch) | |
tree | 0c3502ad2fbdcb3f53f8672cba8ee0127a6395e6 /www | |
parent | 7ef798298e42f2235e647de3f5222034d8ea486f (diff) | |
download | freebsd-ports-gnome-45b3a3e6e3475f17c50fed0dc99fec1f69c5485d.tar.gz freebsd-ports-gnome-45b3a3e6e3475f17c50fed0dc99fec1f69c5485d.tar.zst freebsd-ports-gnome-45b3a3e6e3475f17c50fed0dc99fec1f69c5485d.zip |
- Update from 0.8.2 to 0.8.3
- Take maintainership
- Simplify Makefile
Diffstat (limited to 'www')
-rw-r--r-- | www/flot/Makefile | 11 | ||||
-rw-r--r-- | www/flot/distinfo | 4 |
2 files changed, 5 insertions, 10 deletions
diff --git a/www/flot/Makefile b/www/flot/Makefile index 0900477df677..34bf41711c84 100644 --- a/www/flot/Makefile +++ b/www/flot/Makefile @@ -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> diff --git a/www/flot/distinfo b/www/flot/distinfo index 1cee44a10d28..53865a4e04a4 100644 --- a/www/flot/distinfo +++ b/www/flot/distinfo @@ -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 |