Bug 189031 - [UPDATE]: www/flot to 0.8.3
Summary: [UPDATE]: www/flot to 0.8.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-26 18:40 UTC by Melvyn Sopacua
Modified: 2014-05-02 14:00 UTC (History)
1 user (show)

See Also:


Attachments
update.diff (3.67 KB, patch)
2014-04-26 18:40 UTC, Melvyn Sopacua
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Melvyn Sopacua 2014-04-26 18:40:00 UTC
Update to 0.8.3:
- Take maintainership
- Stage support
- Option to not install provided jquery
- Don't install webserver writeable. There's no need for it.

Build archive:
https://redports.org/buildarchive/20140426140001-6278/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-26 18:40:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-02 13:54:30 UTC
Author: danilo
Date: Fri May  2 12:54:25 2014
New Revision: 352810
URL: http://svnweb.freebsd.org/changeset/ports/352810
QAT: https://qat.redports.org/buildarchive/r352810/

Log:
  - Add JQUERY option
  - Pass maintainership to submitter
  
  PR:		ports/189031
  Submitted by:	Melvyn Sopacua <melvyn@magemana.nl>

Modified:
  head/www/flot/Makefile
  head/www/flot/pkg-plist

Modified: head/www/flot/Makefile
==============================================================================
--- head/www/flot/Makefile	Fri May  2 12:36:47 2014	(r352809)
+++ head/www/flot/Makefile	Fri May  2 12:54:25 2014	(r352810)
@@ -5,7 +5,7 @@ PORTVERSION=	0.8.3
 CATEGORIES=	www devel
 MASTER_SITES=	http://www.flotcharts.org/downloads/
 
-MAINTAINER=	danilo@FreeBSD.org
+MAINTAINER=	melvyn@magemana.nl
 COMMENT=	JavaScript plotting library for jQuery
 
 LICENSE=	MIT
@@ -18,7 +18,10 @@ USES=		zip
 PORTDOCS=	*
 PORTEXAMPLES=	*
 
-OPTIONS_DEFINE=	DOCS EXAMPLES
+OPTIONS_DEFINE=	DOCS EXAMPLES JQUERY
+JQUERY_DESC=	Include provided JQuery 1.8.3
+OPTIONS_DEFAULT=	JQUERY
+OPTIONS_SUB=	yes
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${WWWDIR}

Modified: head/www/flot/pkg-plist
==============================================================================
--- head/www/flot/pkg-plist	Fri May  2 12:36:47 2014	(r352809)
+++ head/www/flot/pkg-plist	Fri May  2 12:54:25 2014	(r352810)
@@ -1,5 +1,3 @@
-@group www
-@owner www
 %%WWWDIR%%/excanvas.js
 %%WWWDIR%%/excanvas.min.js
 %%WWWDIR%%/jquery.colorhelpers.js
@@ -34,8 +32,6 @@
 %%WWWDIR%%/jquery.flot.threshold.min.js
 %%WWWDIR%%/jquery.flot.time.js
 %%WWWDIR%%/jquery.flot.time.min.js
-%%WWWDIR%%/jquery.js
-%%WWWDIR%%/jquery.min.js
-@owner
-@group
+%%JQUERY%%%%WWWDIR%%/jquery.js
+%%JQUERY%%%%WWWDIR%%/jquery.min.js
 @dirrmtry %%WWWDIR%%
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2014-05-02 13:55:35 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!