[129384] trunk/dports/www/phantomjs

ryandesign at macports.org ryandesign at macports.org
Thu Dec 11 16:12:26 PST 2014


Revision: 129384
          https://trac.macports.org/changeset/129384
Author:   ryandesign at macports.org
Date:     2014-12-11 16:12:26 -0800 (Thu, 11 Dec 2014)
Log Message:
-----------
phantomjs: update to 1.9.8, fixing build failure on Yosemite (#44547); use bitbucket portgroup

Modified Paths:
--------------
    trunk/dports/www/phantomjs/Portfile

Removed Paths:
-------------
    trunk/dports/www/phantomjs/files/patch-src_qt_src_corelib_global_qglobal.h.diff
    trunk/dports/www/phantomjs/files/patch-src_qt_src_gui_kernel_qt_cocoa_helpers_mac_p.h.diff

Modified: trunk/dports/www/phantomjs/Portfile
===================================================================
--- trunk/dports/www/phantomjs/Portfile	2014-12-11 23:48:26 UTC (rev 129383)
+++ trunk/dports/www/phantomjs/Portfile	2014-12-12 00:12:26 UTC (rev 129384)
@@ -2,10 +2,9 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           bitbucket 1.0
 
-name                phantomjs
-
-version             1.9.7
+bitbucket.setup     ariya phantomjs 1.9.8
 revision            0
 categories          www
 license             BSD
@@ -13,7 +12,7 @@
 maintainers         stromnov openmaintainer
 
 homepage            http://www.phantomjs.org/
-master_sites        https://bitbucket.org/ariya/phantomjs/downloads/
+bitbucket.tarball_from downloads
 
 description         PhantomJS is a minimalistic headless WebKit.
 
@@ -25,13 +24,11 @@
 use_zip             yes
 distfiles           ${name}-${version}-source${extract.suffix}
 
-checksums           rmd160  2ed98fa736af2b9ed105a70f112ea717219aa805 \
-                    sha256  0f6c50ff24c1c4a8ccd7fedef62feef5e45195c7ba5ef6c84434448544877ff3
+checksums           rmd160  09ec849b7b9cd77e1717b756cd3b19e04ef01599 \
+                    sha256  37e53b2907bf37d2b6a43f08d38bb4a15596bba337822179e647efd60c2261bf
 
 patchfiles          patch-tools_preconfig.sh.diff \
-                    patch-src_qt_preconfig.sh.diff \
-                    patch-src_qt_src_corelib_global_qglobal.h.diff \
-                    patch-src_qt_src_gui_kernel_qt_cocoa_helpers_mac_p.h.diff
+                    patch-src_qt_preconfig.sh.diff
 
 use_configure       no
 
@@ -49,6 +46,4 @@
     move ${worksrcpath}/examples ${destroot}${docdir}/examples
 }
 
-livecheck.type      regex
-livecheck.url       https://bitbucket.org/ariya/phantomjs/downloads/
 livecheck.regex     {phantomjs-(\d+(?:\.\d+)*)-source\.[tz]}

Deleted: trunk/dports/www/phantomjs/files/patch-src_qt_src_corelib_global_qglobal.h.diff
===================================================================
--- trunk/dports/www/phantomjs/files/patch-src_qt_src_corelib_global_qglobal.h.diff	2014-12-11 23:48:26 UTC (rev 129383)
+++ trunk/dports/www/phantomjs/files/patch-src_qt_src_corelib_global_qglobal.h.diff	2014-12-12 00:12:26 UTC (rev 129384)
@@ -1,14 +0,0 @@
---- src/qt/src/corelib/global/qglobal.h.orig	2014-01-24 20:23:52.000000000 +0400
-+++ src/qt/src/corelib/global/qglobal.h	2014-01-30 13:52:32.000000000 +0400
-@@ -327,7 +327,10 @@
- #  if !defined(MAC_OS_X_VERSION_10_8)
- #       define MAC_OS_X_VERSION_10_8 MAC_OS_X_VERSION_10_7 + 1
- #  endif
--#  if (MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_8)
-+#  if !defined(MAC_OS_X_VERSION_10_9)
-+#       define MAC_OS_X_VERSION_10_9 MAC_OS_X_VERSION_10_8 + 1
-+#  endif
-+#  if (MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_9)
- #    warning "This version of Mac OS X is unsupported"
- #  endif
- #endif

Deleted: trunk/dports/www/phantomjs/files/patch-src_qt_src_gui_kernel_qt_cocoa_helpers_mac_p.h.diff
===================================================================
--- trunk/dports/www/phantomjs/files/patch-src_qt_src_gui_kernel_qt_cocoa_helpers_mac_p.h.diff	2014-12-11 23:48:26 UTC (rev 129383)
+++ trunk/dports/www/phantomjs/files/patch-src_qt_src_gui_kernel_qt_cocoa_helpers_mac_p.h.diff	2014-12-12 00:12:26 UTC (rev 129384)
@@ -1,11 +0,0 @@
---- src/qt/src/gui/kernel/qt_cocoa_helpers_mac_p.h.orig	2013-09-05 23:36:02.000000000 -0400
-+++ src/qt/src/gui/kernel/qt_cocoa_helpers_mac_p.h	2013-11-03 00:48:49.000000000 -0400
-@@ -155,7 +155,7 @@
- void qt_dispatchModifiersChanged(void * /*NSEvent * */flagsChangedEvent, QWidget *widgetToGetEvent);
- bool qt_mac_handleTabletEvent(void * /*QCocoaView * */view, void * /*NSEvent * */event);
- inline QApplication *qAppInstance() { return static_cast<QApplication *>(QCoreApplication::instance()); }
--struct ::TabletProximityRec;
-+struct TabletProximityRec;
- void qt_dispatchTabletProximityEvent(const ::TabletProximityRec &proxRec);
- Qt::KeyboardModifiers qt_cocoaModifiers2QtModifiers(ulong modifierFlags);
- Qt::KeyboardModifiers qt_cocoaDragOperation2QtModifiers(uint dragOperations);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141211/07cbf744/attachment.html>


More information about the macports-changes mailing list