Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2014 16:14:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342552 - head/www/fancybox
Message-ID:  <201402041614.s14GENhb039935@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Feb  4 16:14:23 2014
New Revision: 342552
URL: http://svnweb.freebsd.org/changeset/ports/342552
QAT: https://qat.redports.org/buildarchive/r342552/

Log:
  - Update to 2.1.5
  - Fix staging support
  - Update pkg-descr and WWW
  
  Changes:	https://github.com/fancyapps/fancyBox/blob/master/CHANGELOG.md

Modified:
  head/www/fancybox/Makefile
  head/www/fancybox/distinfo
  head/www/fancybox/pkg-descr
  head/www/fancybox/pkg-plist

Modified: head/www/fancybox/Makefile
==============================================================================
--- head/www/fancybox/Makefile	Tue Feb  4 16:14:15 2014	(r342551)
+++ head/www/fancybox/Makefile	Tue Feb  4 16:14:23 2014	(r342552)
@@ -2,20 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	fancybox
-PORTVERSION=	1.3.4
+PORTVERSION=	2.1.5
 CATEGORIES=	www
-MASTER_SITES=	GOOGLE_CODE
-DISTNAME=	jquery.${PORTNAME}-${PORTVERSION}
+MASTER_SITES=	GH
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	JavaScript library for image/html/multimedia content display
 
 NO_BUILD=	yes
-USE_ZIP=	yes
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	fancyapps
+GH_PROJECT=	fancyBox
+GH_TAGNAME=	v${PORTVERSION}
+GH_COMMIT=	18d1712
 
 do-install:
 	${MKDIR} ${STAGEDIR}${WWWDIR}/
-	cd ${WRKSRC}/${PORTNAME}/ && ${INSTALL_DATA} * ${STAGEDIR}${WWWDIR}/
-	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/
+	cd ${WRKSRC}/source/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/
 
 .include <bsd.port.mk>

Modified: head/www/fancybox/distinfo
==============================================================================
--- head/www/fancybox/distinfo	Tue Feb  4 16:14:15 2014	(r342551)
+++ head/www/fancybox/distinfo	Tue Feb  4 16:14:23 2014	(r342552)
@@ -1,2 +1,2 @@
-SHA256 (jquery.fancybox-1.3.4.zip) = bb2757bfb3546ce482dd1bc8ea7789a85574c81082c9327a021a2c84470cec49
-SIZE (jquery.fancybox-1.3.4.zip) = 639850
+SHA256 (fancybox-2.1.5.tar.gz) = 07d31f03761d35ccc3dccb716e13769576fb6df2d33c57fb5b7d09262fff4dd4
+SIZE (fancybox-2.1.5.tar.gz) = 531927

Modified: head/www/fancybox/pkg-descr
==============================================================================
--- head/www/fancybox/pkg-descr	Tue Feb  4 16:14:15 2014	(r342551)
+++ head/www/fancybox/pkg-descr	Tue Feb  4 16:14:23 2014	(r342552)
@@ -1,6 +1,7 @@
-FancyBox is a tool for displaying images, html content and multi-media in a
-Mac-style "lightbox" that floats overtop of web page. It was built using the
-jQuery library. Licensed under both MIT and GPL licenses.
+fancyBox is a tool that offers a nice and elegant way to add zooming
+functionality for images, html content and multi-media on your webpages. It is
+built on the top of the popular JavaScript framework jQuery and is both easy to
+implement and a snap to customize.
 
 Features:
 - Can display images, HTML elements, SWF movies, iframes and also Ajax
@@ -12,4 +13,4 @@ Features:
 - Support fancy transitions by using easing plugin.
 - Adds a nice drop shadow under the zoomed item.
 
-WWW: http://fancybox.net/
+WWW: http://fancyapps.com/fancybox/

Modified: head/www/fancybox/pkg-plist
==============================================================================
--- head/www/fancybox/pkg-plist	Tue Feb  4 16:14:15 2014	(r342551)
+++ head/www/fancybox/pkg-plist	Tue Feb  4 16:14:23 2014	(r342552)
@@ -1,26 +1,21 @@
+@owner www
+@group www
 %%WWWDIR%%/blank.gif
-%%WWWDIR%%/fancy_close.png
-%%WWWDIR%%/fancy_loading.png
-%%WWWDIR%%/fancy_nav_left.png
-%%WWWDIR%%/fancy_nav_right.png
-%%WWWDIR%%/fancy_shadow_e.png
-%%WWWDIR%%/fancy_shadow_n.png
-%%WWWDIR%%/fancy_shadow_ne.png
-%%WWWDIR%%/fancy_shadow_nw.png
-%%WWWDIR%%/fancy_shadow_s.png
-%%WWWDIR%%/fancy_shadow_se.png
-%%WWWDIR%%/fancy_shadow_sw.png
-%%WWWDIR%%/fancy_shadow_w.png
-%%WWWDIR%%/fancy_title_left.png
-%%WWWDIR%%/fancy_title_main.png
-%%WWWDIR%%/fancy_title_over.png
-%%WWWDIR%%/fancy_title_right.png
-%%WWWDIR%%/fancybox-x.png
-%%WWWDIR%%/fancybox-y.png
-%%WWWDIR%%/fancybox.png
-%%WWWDIR%%/jquery.easing-1.3.pack.js
-%%WWWDIR%%/jquery.fancybox-1.3.4.css
-%%WWWDIR%%/jquery.fancybox-1.3.4.js
-%%WWWDIR%%/jquery.fancybox-1.3.4.pack.js
-%%WWWDIR%%/jquery.mousewheel-3.0.4.pack.js
+%%WWWDIR%%/fancybox_loading.gif
+%%WWWDIR%%/fancybox_loading@2x.gif
+%%WWWDIR%%/fancybox_overlay.png
+%%WWWDIR%%/fancybox_sprite.png
+%%WWWDIR%%/fancybox_sprite@2x.png
+%%WWWDIR%%/helpers/fancybox_buttons.png
+%%WWWDIR%%/helpers/jquery.fancybox-buttons.css
+%%WWWDIR%%/helpers/jquery.fancybox-buttons.js
+%%WWWDIR%%/helpers/jquery.fancybox-media.js
+%%WWWDIR%%/helpers/jquery.fancybox-thumbs.css
+%%WWWDIR%%/helpers/jquery.fancybox-thumbs.js
+%%WWWDIR%%/jquery.fancybox.css
+%%WWWDIR%%/jquery.fancybox.js
+%%WWWDIR%%/jquery.fancybox.pack.js
+@dirrm %%WWWDIR%%/helpers
 @dirrm %%WWWDIR%%
+@owner
+@group



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402041614.s14GENhb039935>