svn commit: r490050 - in head/graphics/ipe: . files

Muhammad Moinur Rahman bofh at FreeBSD.org
Sat Jan 12 11:49:35 UTC 2019


Author: bofh
Date: Sat Jan 12 11:49:33 2019
New Revision: 490050
URL: https://svnweb.freebsd.org/changeset/ports/490050

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

Added:
  head/graphics/ipe/files/
  head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp   (contents, props changed)
Modified:
  head/graphics/ipe/Makefile
  head/graphics/ipe/distinfo

Modified: head/graphics/ipe/Makefile
==============================================================================
--- head/graphics/ipe/Makefile	Sat Jan 12 11:49:32 2019	(r490049)
+++ head/graphics/ipe/Makefile	Sat Jan 12 11:49:33 2019	(r490050)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ipe
-PORTVERSION=	7.2.7
-PORTREVISION=	4
+PORTVERSION=	7.2.8
 DISTVERSIONSUFFIX=	-src
 CATEGORIES=	graphics
 MASTER_SITES=	https://dl.bintray.com/otfried/generic/ipe/${PORTVERSION:R}/
@@ -17,12 +16,13 @@ RUN_DEPENDS=	xdg-open:devel/xdg-utils
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libfreetype.so:print/freetype2
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
-
-USES=		compiler:c++11-lib gmake jpeg lua:52 pkgconfig qt:5
+USES=		compiler:c++11-lib gmake gnome jpeg lua:52 pkgconfig qt:5
 USE_GNOME=	cairo
 USE_QT=		buildtools_build core gui qmake_build widgets
 USE_TEX=	pdftex
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
+
 MAKE_ENV=	DL_LIBS="" \
 		INSTALL_DIR="${MKDIR}" \
 		INSTALL_FILES="${INSTALL_DATA}" \

Modified: head/graphics/ipe/distinfo
==============================================================================
--- head/graphics/ipe/distinfo	Sat Jan 12 11:49:32 2019	(r490049)
+++ head/graphics/ipe/distinfo	Sat Jan 12 11:49:33 2019	(r490050)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488110032
-SHA256 (ipe-7.2.7-src.tar.gz) = d66d3f2619e3e6ff617f42c2e3695c3db6e2a64adcc3d7613214e5fd14c49f22
-SIZE (ipe-7.2.7-src.tar.gz) = 1561350
+TIMESTAMP = 1547285171
+SHA256 (ipe-7.2.8-src.tar.gz) = fe0927db42c97133d8368f59114fa1e904692be5330c14244bbbb997fb1b33d7
+SIZE (ipe-7.2.8-src.tar.gz) = 1847318

Added: head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp	Sat Jan 12 11:49:33 2019	(r490050)
@@ -0,0 +1,13 @@
+--- ipelib/ipeplatform.cpp.orig	2019-01-12 09:37:35 UTC
++++ ipelib/ipeplatform.cpp
+@@ -44,7 +44,9 @@
+ #include <mach-o/dyld.h>
+ #include <xlocale.h>
+ #endif
+-
++#if defined(__FreeBSD__) || defined(__DragonFly__)
++#include <xlocale.h>
++#endif
+ #include <cstdlib>
+ #include <sys/types.h>
+ #include <sys/stat.h>


More information about the svn-ports-all mailing list