svn commit: r352268 - head/www/flot
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sat Apr 26 15:16:14 UTC 2014
Author: danilo
Date: Sat Apr 26 15:16:13 2014
New Revision: 352268
URL: http://svnweb.freebsd.org/changeset/ports/352268
QAT: https://qat.redports.org/buildarchive/r352268/
Log:
- Update from 0.8.2 to 0.8.3
- Take maintainership
- Simplify Makefile
Modified:
head/www/flot/Makefile
head/www/flot/distinfo
Modified: head/www/flot/Makefile
==============================================================================
--- head/www/flot/Makefile Sat Apr 26 14:56:17 2014 (r352267)
+++ head/www/flot/Makefile Sat Apr 26 15:16:13 2014 (r352268)
@@ -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 at FreeBSD.org
+MAINTAINER= danilo at 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>
Modified: head/www/flot/distinfo
==============================================================================
--- head/www/flot/distinfo Sat Apr 26 14:56:17 2014 (r352267)
+++ head/www/flot/distinfo Sat Apr 26 15:16:13 2014 (r352268)
@@ -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
More information about the svn-ports-all
mailing list