Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2014 17:17:26 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r342578 - in branches/2014Q1/www/midori: . files
Message-ID:  <201402041717.s14HHQWO066070@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Tue Feb  4 17:17:25 2014
New Revision: 342578
URL: http://svnweb.freebsd.org/changeset/ports/342578
QAT: https://qat.redports.org/buildarchive/r342578/

Log:
  - Unbreak fetch
  - Fix CMake error
  
  Approved by:	portmgr (mat@)

Modified:
  branches/2014Q1/www/midori/Makefile
  branches/2014Q1/www/midori/distinfo
  branches/2014Q1/www/midori/files/patch-extensions__CMakeLists.txt

Modified: branches/2014Q1/www/midori/Makefile
==============================================================================
--- branches/2014Q1/www/midori/Makefile	Tue Feb  4 17:15:51 2014	(r342577)
+++ branches/2014Q1/www/midori/Makefile	Tue Feb  4 17:17:25 2014	(r342578)
@@ -4,8 +4,8 @@
 PORTNAME=	midori
 PORTVERSION=	0.5.6
 CATEGORIES=	www xfce
-MASTER_SITES=	http://www.midori-browser.org/downloads/
-DISTNAME=	${PORTNAME}_${PORTVERSION}_all_
+MASTER_SITES=	https://launchpadlibrarian.net/156972992/ \
+	https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
 DIST_SUBDIR=	xfce4
 
 MAINTAINER=	xfce@FreeBSD.org

Modified: branches/2014Q1/www/midori/distinfo
==============================================================================
--- branches/2014Q1/www/midori/distinfo	Tue Feb  4 17:15:51 2014	(r342577)
+++ branches/2014Q1/www/midori/distinfo	Tue Feb  4 17:17:25 2014	(r342578)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/midori_0.5.6_all_.tar.bz2) = c5be1b5d9933776f09c5cab7945a073a820d65555e51fda9ff55fd063843f24a
-SIZE (xfce4/midori_0.5.6_all_.tar.bz2) = 1194529
+SHA256 (xfce4/midori-0.5.6.tar.bz2) = c5be1b5d9933776f09c5cab7945a073a820d65555e51fda9ff55fd063843f24a
+SIZE (xfce4/midori-0.5.6.tar.bz2) = 1194529

Modified: branches/2014Q1/www/midori/files/patch-extensions__CMakeLists.txt
==============================================================================
--- branches/2014Q1/www/midori/files/patch-extensions__CMakeLists.txt	Tue Feb  4 17:15:51 2014	(r342577)
+++ branches/2014Q1/www/midori/files/patch-extensions__CMakeLists.txt	Tue Feb  4 17:17:25 2014	(r342578)
@@ -1,11 +1,13 @@
---- ./extensions/CMakeLists.txt.orig	2013-09-17 10:59:53.000000000 +0000
-+++ ./extensions/CMakeLists.txt	2013-09-17 14:46:05.000000000 +0000
-@@ -24,6 +24,13 @@
+--- ./extensions/CMakeLists.txt.orig	2013-11-20 01:26:52.000000000 +0000
++++ ./extensions/CMakeLists.txt	2014-01-02 16:00:24.000000000 +0000
+@@ -24,6 +24,15 @@
           "nsplugin-manager.vala"
           )
  endif ()
 +string(FIND ${CMAKE_SYSTEM_NAME} "BSD" BEGIN)
-+string(SUBSTRING ${CMAKE_SYSTEM_NAME} ${BEGIN} 3 BSD)
++if (${BEGIN} GREATER 0)
++    string(SUBSTRING ${CMAKE_SYSTEM_NAME} ${BEGIN} 3 BSD)
++endif ()
 +if (BSD)
 +    list(REMOVE_ITEM EXTENSIONS
 +         "devpet.vala"



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