aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbofh <bofh@FreeBSD.org>2016-06-13 01:35:31 +0800
committerbofh <bofh@FreeBSD.org>2016-06-13 01:35:31 +0800
commit655f110f4193c747bfa057133a16ab4910a2bf44 (patch)
treeb38fad7a23c57992fe74ec2dfb3b954e5e7d3e82 /graphics
parentfbe0d04412316bdbcf23a99542dc1021cba7acaa (diff)
downloadfreebsd-ports-gnome-655f110f4193c747bfa057133a16ab4910a2bf44.tar.gz
freebsd-ports-gnome-655f110f4193c747bfa057133a16ab4910a2bf44.tar.zst
freebsd-ports-gnome-655f110f4193c747bfa057133a16ab4910a2bf44.zip
graphics/ipe: Update version 7.2.2=>7.2.3
- Take MAINTAINERSHIP
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ipe/Makefile4
-rw-r--r--graphics/ipe/distinfo5
-rw-r--r--graphics/ipe/files/patch-include_ipebase.h14
3 files changed, 5 insertions, 18 deletions
diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile
index fee58cf473a9..c9076961479b 100644
--- a/graphics/ipe/Makefile
+++ b/graphics/ipe/Makefile
@@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME= ipe
-PORTVERSION= 7.2.2
+PORTVERSION= 7.2.3
DISTVERSIONSUFFIX= -src
CATEGORIES= graphics
MASTER_SITES= https://dl.bintray.com/otfried/generic/ipe/${PORTVERSION:R}/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= bofh@FreeBSD.org
COMMENT= Extensible vector graphics editor with LaTeX support
LICENSE= GPLv3+
diff --git a/graphics/ipe/distinfo b/graphics/ipe/distinfo
index 2d4cc57790aa..459072cf7259 100644
--- a/graphics/ipe/distinfo
+++ b/graphics/ipe/distinfo
@@ -1,2 +1,3 @@
-SHA256 (ipe-7.2.2-src.tar.gz) = a70181492ac2d83546b5c88cb15da382b906d905ea3babe700bf98c822821d68
-SIZE (ipe-7.2.2-src.tar.gz) = 1912583
+TIMESTAMP = 1465726184
+SHA256 (ipe-7.2.3-src.tar.gz) = 4f463c4315aa894f8ae2cb3ef81bbda71f98ebbc3db7a67c16ea37a95320aa8b
+SIZE (ipe-7.2.3-src.tar.gz) = 1897577
diff --git a/graphics/ipe/files/patch-include_ipebase.h b/graphics/ipe/files/patch-include_ipebase.h
deleted file mode 100644
index 8cdada47a005..000000000000
--- a/graphics/ipe/files/patch-include_ipebase.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- include/ipebase.h.orig 2016-01-24 11:16:26 UTC
-+++ include/ipebase.h
-@@ -51,9 +51,9 @@
-
- using uchar = unsigned char;
-
--#if defined(WIN32) || defined(__APPLE__)
-+// #if defined(WIN32) || defined(__APPLE__)
- using uint = unsigned int;
--#endif
-+// #endif
-
- #ifdef WIN32
- #define IPESEP ('\\')