git: 0f35553739fa - main - devel/etl: Update to 1.4.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Mar 2022 02:16:51 UTC
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0f35553739fa1f4153049b66acc67eb4bbff2ce6
commit 0f35553739fa1f4153049b66acc67eb4bbff2ce6
Author: Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2022-03-18 02:16:47 +0000
Commit: Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-03-18 02:16:47 +0000
devel/etl: Update to 1.4.2
---
devel/etl/Makefile | 17 +++---
devel/etl/distinfo | 6 +-
devel/etl/files/patch-ETL___stringf.h | 11 ----
devel/etl/pkg-plist | 106 +++++++++++++---------------------
4 files changed, 53 insertions(+), 87 deletions(-)
diff --git a/devel/etl/Makefile b/devel/etl/Makefile
index fee5513a07a4..77e3f4aed6d3 100644
--- a/devel/etl/Makefile
+++ b/devel/etl/Makefile
@@ -1,9 +1,8 @@
# Created by: Yinghong Liu <relaxbsd@gmail.com>
PORTNAME= etl
-PORTVERSION= 1.2.2
-DISTVERSIONPREFIX=v
-PORTREVISION= 1
+PORTVERSION= 1.4.2
+DISTVERSIONPREFIX= v
CATEGORIES= devel lang
MAINTAINER= ports@FreeBSD.org
@@ -13,19 +12,21 @@ LICENSE= GPLv2+
BUILD_DEPENDS= gsed:textproc/gsed
-NO_ARCH= yes
-PORTSCOUT= limitw:1,even
-
-USES= autoreconf pathfix pkgconfig
-GNU_CONFIGURE= yes
+USES= autoreconf gnome pathfix pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= synfig
GH_PROJECT= synfig
+USE_GNOME= glibmm
+
+GNU_CONFIGURE= yes
+
WRKSRC_SUBDIR= ETL
OPTIONS_DEFINE= DOCS
BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed
+NO_ARCH= yes
+PORTSCOUT= limitw:1,even
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/devel/etl/distinfo b/devel/etl/distinfo
index bfa99ce9bf36..8b628f0f47be 100644
--- a/devel/etl/distinfo
+++ b/devel/etl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576020589
-SHA256 (synfig-synfig-v1.2.2_GH0.tar.gz) = 7319e9ad62f3ae3e4c25875ac4965f3ecf72b96d8d435b42c91dcd6dd9b0e82d
-SIZE (synfig-synfig-v1.2.2_GH0.tar.gz) = 11107386
+TIMESTAMP = 1647569275
+SHA256 (synfig-synfig-v1.4.2_GH0.tar.gz) = f435e51a425541cbbe752b0cb6052fe1f05f9da977cccf0ee3a0ef95c4b7c84b
+SIZE (synfig-synfig-v1.4.2_GH0.tar.gz) = 12844618
diff --git a/devel/etl/files/patch-ETL___stringf.h b/devel/etl/files/patch-ETL___stringf.h
deleted file mode 100644
index a2013bc6f7d5..000000000000
--- a/devel/etl/files/patch-ETL___stringf.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ETL/_stringf.h.orig 2015-03-28 15:08:17 UTC
-+++ ETL/_stringf.h
-@@ -57,7 +57,7 @@
-
- _ETL_BEGIN_CDECLS
-
--#if defined(__APPLE__) || defined(__CYGWIN__) || defined(_WIN32)
-+#if defined(__clang__) || defined(__APPLE__) || defined(__CYGWIN__) || defined(_WIN32)
- #define ETL_NO_THROW
- #else
- #define ETL_NO_THROW throw()
diff --git a/devel/etl/pkg-plist b/devel/etl/pkg-plist
index db29b6903beb..58f714f18519 100644
--- a/devel/etl/pkg-plist
+++ b/devel/etl/pkg-plist
@@ -1,69 +1,45 @@
bin/ETL-config
-include/ETL/_angle.h
-include/ETL/_bezier.h
-include/ETL/_bezier_angle.h
-include/ETL/_boxblur.h
-include/ETL/_bspline.h
-include/ETL/_calculus.h
-include/ETL/_clock_base.h
-include/ETL/_clock_gettimeofday.h
-include/ETL/_clock_system.h
-include/ETL/_clock_win32hpcount.h
-include/ETL/_condition.h
-include/ETL/_curve.h
-include/ETL/_curve_func.h
-include/ETL/_fastangle.h
-include/ETL/_fastangle_tables.h
-include/ETL/_fixed.h
-include/ETL/_gaussian.h
-include/ETL/_handle.h
-include/ETL/_hermite.h
-include/ETL/_misc.h
-include/ETL/_mutex_null.h
-include/ETL/_mutex_pthreads.h
-include/ETL/_mutex_pthreads_simple.h
-include/ETL/_mutex_win32.h
-include/ETL/_pen.h
-include/ETL/_random.h
-include/ETL/_rect.h
-include/ETL/_ref_count.h
-include/ETL/_rwlock.h
-include/ETL/_smach.h
-include/ETL/_smart_ptr.h
-include/ETL/_status.h
-include/ETL/_stringf.h
-include/ETL/_surface.h
-include/ETL/_thread.h
-include/ETL/_trivial.h
-include/ETL/_value.h
-include/ETL/angle
-include/ETL/bezier
-include/ETL/boxblur
-include/ETL/calculus
-include/ETL/clock
-include/ETL/etl_config.h
-include/ETL/etl_profile.h
-include/ETL/fastangle
-include/ETL/fixed
-include/ETL/gaussian
-include/ETL/handle
-include/ETL/hermite
-include/ETL/ipc
-include/ETL/misc
-include/ETL/mutex
-include/ETL/pen
-include/ETL/random
-include/ETL/rect
-include/ETL/ref_count
-include/ETL/smach
-include/ETL/smart_ptr
-include/ETL/spline
-include/ETL/status
-include/ETL/stringf
-include/ETL/surface
-include/ETL/thread
-include/ETL/trivial
-include/ETL/value
+include/ETL/ETL/_angle.h
+include/ETL/ETL/_bezier.h
+include/ETL/ETL/_bezier_angle.h
+include/ETL/ETL/_boxblur.h
+include/ETL/ETL/_bspline.h
+include/ETL/ETL/_calculus.h
+include/ETL/ETL/_curve_func.h
+include/ETL/ETL/_fixed.h
+include/ETL/ETL/_gaussian.h
+include/ETL/ETL/_handle.h
+include/ETL/ETL/_hermite.h
+include/ETL/ETL/_misc.h
+include/ETL/ETL/_pen.h
+include/ETL/ETL/_rect.h
+include/ETL/ETL/_ref_count.h
+include/ETL/ETL/_smach.h
+include/ETL/ETL/_smart_ptr.h
+include/ETL/ETL/_stringf.h
+include/ETL/ETL/_surface.h
+include/ETL/ETL/_trivial.h
+include/ETL/ETL/angle
+include/ETL/ETL/bezier
+include/ETL/ETL/boxblur
+include/ETL/ETL/calculus
+include/ETL/ETL/clock
+include/ETL/ETL/etl_config.h
+include/ETL/ETL/etl_profile.h
+include/ETL/ETL/fixed
+include/ETL/ETL/gaussian
+include/ETL/ETL/handle
+include/ETL/ETL/hermite
+include/ETL/ETL/misc
+include/ETL/ETL/pen
+include/ETL/ETL/rect
+include/ETL/ETL/ref_count
+include/ETL/ETL/smach
+include/ETL/ETL/smart_ptr
+include/ETL/ETL/spline
+include/ETL/ETL/stringf
+include/ETL/ETL/surface
+include/ETL/ETL/trivial
libdata/pkgconfig/ETL.pc
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/NEWS