Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2019 18:22:19 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496767 - in head/graphics/ipe: . files
Message-ID:  <201903241822.x2OIMK04099064@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Sun Mar 24 18:22:19 2019
New Revision: 496767
URL: https://svnweb.freebsd.org/changeset/ports/496767

Log:
  graphics/ipe: Update version 7.2.8=>7.2.11

Modified:
  head/graphics/ipe/Makefile
  head/graphics/ipe/distinfo
  head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp
  head/graphics/ipe/pkg-plist

Modified: head/graphics/ipe/Makefile
==============================================================================
--- head/graphics/ipe/Makefile	Sun Mar 24 18:02:15 2019	(r496766)
+++ head/graphics/ipe/Makefile	Sun Mar 24 18:22:19 2019	(r496767)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	ipe
-PORTVERSION=	7.2.8
+PORTVERSION=	7.2.11
 DISTVERSIONSUFFIX=	-src
-PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://dl.bintray.com/otfried/generic/ipe/${PORTVERSION:R}/
 

Modified: head/graphics/ipe/distinfo
==============================================================================
--- head/graphics/ipe/distinfo	Sun Mar 24 18:02:15 2019	(r496766)
+++ head/graphics/ipe/distinfo	Sun Mar 24 18:22:19 2019	(r496767)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547285171
-SHA256 (ipe-7.2.8-src.tar.gz) = fe0927db42c97133d8368f59114fa1e904692be5330c14244bbbb997fb1b33d7
-SIZE (ipe-7.2.8-src.tar.gz) = 1847318
+TIMESTAMP = 1553384182
+SHA256 (ipe-7.2.11-src.tar.gz) = a22dcae9cb660f466678a6b568e9fed1b12a3830e49465594d65fc789b0ba725
+SIZE (ipe-7.2.11-src.tar.gz) = 1950071

Modified: head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp
==============================================================================
--- head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp	Sun Mar 24 18:02:15 2019	(r496766)
+++ head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp	Sun Mar 24 18:22:19 2019	(r496767)
@@ -1,12 +1,13 @@
---- ipelib/ipeplatform.cpp.orig	2019-01-12 09:37:35 UTC
+--- ipelib/ipeplatform.cpp.orig	2019-03-09 12:21:05 UTC
 +++ ipelib/ipeplatform.cpp
-@@ -44,7 +44,9 @@
- #include <mach-o/dyld.h>
- #include <xlocale.h>
+@@ -48,7 +48,10 @@
+ #include <sys/param.h>
+ #include <sys/errno.h>
  #endif
 -
 +#if defined(__FreeBSD__) || defined(__DragonFly__)
 +#include <xlocale.h>
++#include <sys/errno.h>
 +#endif
  #include <cstdlib>
  #include <sys/types.h>

Modified: head/graphics/ipe/pkg-plist
==============================================================================
--- head/graphics/ipe/pkg-plist	Sun Mar 24 18:02:15 2019	(r496766)
+++ head/graphics/ipe/pkg-plist	Sun Mar 24 18:22:19 2019	(r496767)
@@ -1,6 +1,7 @@
 bin/ipe
 bin/ipe6upgrade
 bin/ipeextract
+bin/ipepresenter
 bin/iperender
 bin/ipescript
 bin/ipetoipe
@@ -28,6 +29,9 @@ include/ipepainter.h
 include/ipepath.h
 include/ipepdfparser.h
 include/ipepdfwriter.h
+include/ipepdfview.h
+include/ipepdfview_qt.h
+include/ipepdfview_win.h
 include/ipepswriter.h
 include/ipereference.h
 include/iperesources.h
@@ -201,3 +205,4 @@ man/man1/ipetoipe.1.gz
 %%DATADIR%%/%%VERSION%%/styles/note-paper.isy
 %%DATADIR%%/%%VERSION%%/styles/tikz-shapes.isy
 share/pixmaps/ipe.png
+%%LUA_LIBDIR%%/ipe/%%VERSION%%/ipelets/selectby.lua



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