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

Muhammad Moinur Rahman bofh at FreeBSD.org
Thu Feb 11 16:57:38 UTC 2021


Author: bofh
Date: Thu Feb 11 16:57:37 2021
New Revision: 564965
URL: https://svnweb.freebsd.org/changeset/ports/564965

Log:
  graphics/ipe: Update version 7.2.21=>7.2.23

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

Modified: head/graphics/ipe/Makefile
==============================================================================
--- head/graphics/ipe/Makefile	Thu Feb 11 16:44:53 2021	(r564964)
+++ head/graphics/ipe/Makefile	Thu Feb 11 16:57:37 2021	(r564965)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ipe
-PORTVERSION=	7.2.21
+PORTVERSION=	7.2.23
 DISTVERSIONSUFFIX=	-src
 CATEGORIES=	graphics
 MASTER_SITES=	https://dl.bintray.com/otfried/generic/ipe/${PORTVERSION:R}/
@@ -16,7 +16,8 @@ RUN_DEPENDS=	xdg-open:devel/xdg-utils
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libfreetype.so:print/freetype2 \
 		libgsl.so:math/gsl \
-		libpng.so:graphics/png
+		libpng.so:graphics/png \
+		libspiro.so:graphics/libspiro
 
 USES=		compiler:c++11-lib gmake gnome jpeg lua:52 pkgconfig shebangfix qt:5
 USE_GNOME=	cairo
@@ -56,5 +57,9 @@ post-patch:
 post-install:
 	@${LN} -sf ${DATADIR}/${PORTVERSION}/ipe.png \
 		${STAGEDIR}${PREFIX}/share/pixmaps
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libipe*
+.for filename in ipe6upgrade iperender ipeextract ipescript ipetoipe ipepresenter ipe
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${filename}
+.endfor
 
 .include <bsd.port.mk>

Modified: head/graphics/ipe/distinfo
==============================================================================
--- head/graphics/ipe/distinfo	Thu Feb 11 16:44:53 2021	(r564964)
+++ head/graphics/ipe/distinfo	Thu Feb 11 16:57:37 2021	(r564965)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604181190
-SHA256 (ipe-7.2.21-src.tar.gz) = 42936f822c541bbe108617ac018a34a520cae2f870b60402af0cda61868934c3
-SIZE (ipe-7.2.21-src.tar.gz) = 2005014
+TIMESTAMP = 1611709798
+SHA256 (ipe-7.2.23-src.tar.gz) = a19ba29822e63fc7c12c3b85ca5bb58f9ee72fdf566e148af79206b5dc1f757b
+SIZE (ipe-7.2.23-src.tar.gz) = 1030938

Modified: head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp
==============================================================================
--- head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp	Thu Feb 11 16:44:53 2021	(r564964)
+++ head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp	Thu Feb 11 16:57:37 2021	(r564965)
@@ -1,15 +1,14 @@
---- ipelib/ipeplatform.cpp.orig	2019-05-02 09:29:29 UTC
+--- ipelib/ipeplatform.cpp.orig	2020-12-24 12:20:13 UTC
 +++ ipelib/ipeplatform.cpp
-@@ -48,7 +48,11 @@
+@@ -49,6 +49,11 @@
  #include <sys/param.h>
  #include <sys/errno.h>
  #endif
--
 +#if defined(__FreeBSD__) || defined(__DragonFly__)
 +#include <limits.h>
 +#include <xlocale.h>
 +#include <sys/errno.h>
 +#endif
- #include <cstdlib>
- #include <sys/types.h>
- #include <sys/stat.h>
+ 
+ #ifdef IPE_GSL
+ #include <gsl/gsl_errno.h>


More information about the svn-ports-all mailing list