Date: Mon, 6 Mar 2023 22:24:06 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 38d079ff89d2 - main - graphics/gpaint: Update to 0.3.4 Message-ID: <202303062224.326MO6lN000339@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=38d079ff89d2cd58f1c65643c00e52f5b4b53f0d commit 38d079ff89d2cd58f1c65643c00e52f5b4b53f0d Author: Clockwork6400 <Clockwork6400@protonmail.com> AuthorDate: 2023-03-03 16:13:27 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-03-06 22:23:43 +0000 graphics/gpaint: Update to 0.3.4 - remove patches that are no longer needed. Changelog: http://savannah.gnu.org/forum/forum.php?forum_id=10294 Submitter becomes maintainer. Already maintainer of other ports. PR: 269941 --- graphics/gpaint/Makefile | 8 ++-- graphics/gpaint/distinfo | 5 ++- graphics/gpaint/files/patch-configure | 75 ----------------------------------- 3 files changed, 7 insertions(+), 81 deletions(-) diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 8b2f7e4a52d0..b40a434e369d 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -1,11 +1,10 @@ PORTNAME= gpaint -PORTVERSION= 0.3.3 DISTVERSIONPREFIX= 2- -PORTREVISION= 10 +DISTVERSION= 0.3.4 CATEGORIES= graphics gnome MASTER_SITES= GNU_ALPHA -MAINTAINER= ports@FreeBSD.org +MAINTAINER= Clockwork6400@protonmail.com COMMENT= Small-scale painting program for GNOME WWW= https://www.gnu.org/software/gpaint/ @@ -17,7 +16,8 @@ USE_GNOME= gtk20 libglade2 GNU_CONFIGURE= yes LIBS+= -lm -PLIST_FILES= bin/gpaint-2 %%DATADIR%%/glade/gpaint.glade +PLIST_FILES= ${DATADIR}/glade/gpaint.glade \ + bin/gpaint-2 post-patch: @${REINPLACE_CMD} -e \ diff --git a/graphics/gpaint/distinfo b/graphics/gpaint/distinfo index b06bf301f344..f6a3cbdb3fdf 100644 --- a/graphics/gpaint/distinfo +++ b/graphics/gpaint/distinfo @@ -1,2 +1,3 @@ -SHA256 (gpaint-2-0.3.3.tar.gz) = 541706460610c8bd917225a0370762b66e378e756afa780e67677eeb0a2dd0eb -SIZE (gpaint-2-0.3.3.tar.gz) = 569301 +TIMESTAMP = 1677859675 +SHA256 (gpaint-2-0.3.4.tar.gz) = b0ec9186de2ee26de4fa1ec4b95b0518cf9c11a01ef4a4dce1b27bbbf0075b8e +SIZE (gpaint-2-0.3.4.tar.gz) = 635414 diff --git a/graphics/gpaint/files/patch-configure b/graphics/gpaint/files/patch-configure deleted file mode 100644 index 90e8765f9781..000000000000 --- a/graphics/gpaint/files/patch-configure +++ /dev/null @@ -1,75 +0,0 @@ ---- configure.orig 2007-09-10 09:52:55 UTC -+++ configure -@@ -19584,72 +19584,6 @@ pkg_failed=no - echo "$as_me:$LINENO: checking for PRINT" >&5 - echo $ECHO_N "checking for PRINT... $ECHO_C" >&6 - --if test -n "$PKG_CONFIG"; then -- if test -n "$PRINT_CFLAGS"; then -- pkg_cv_PRINT_CFLAGS="$PRINT_CFLAGS" -- else -- if test -n "$PKG_CONFIG" && \ -- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprint-2.2 libgnomeprintui-2.2\"") >&5 -- ($PKG_CONFIG --exists --print-errors "libgnomeprint-2.2 libgnomeprintui-2.2") 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; then -- pkg_cv_PRINT_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprint-2.2 libgnomeprintui-2.2" 2>/dev/null` --else -- pkg_failed=yes --fi -- fi --else -- pkg_failed=untried --fi --if test -n "$PKG_CONFIG"; then -- if test -n "$PRINT_LIBS"; then -- pkg_cv_PRINT_LIBS="$PRINT_LIBS" -- else -- if test -n "$PKG_CONFIG" && \ -- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprint-2.2 libgnomeprintui-2.2\"") >&5 -- ($PKG_CONFIG --exists --print-errors "libgnomeprint-2.2 libgnomeprintui-2.2") 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; then -- pkg_cv_PRINT_LIBS=`$PKG_CONFIG --libs "libgnomeprint-2.2 libgnomeprintui-2.2" 2>/dev/null` --else -- pkg_failed=yes --fi -- fi --else -- pkg_failed=untried --fi -- -- -- --if test $pkg_failed = yes; then -- --if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -- _pkg_short_errors_supported=yes --else -- _pkg_short_errors_supported=no --fi -- if test $_pkg_short_errors_supported = yes; then -- PRINT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprint-2.2 libgnomeprintui-2.2"` -- else -- PRINT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprint-2.2 libgnomeprintui-2.2"` -- fi -- # Put the nasty error message in config.log where it belongs -- echo "$PRINT_PKG_ERRORS" >&5 -- -- echo "gnomeprint libraries are not available." --elif test $pkg_failed = untried; then -- echo "gnomeprint libraries are not available." --else -- PRINT_CFLAGS=$pkg_cv_PRINT_CFLAGS -- PRINT_LIBS=$pkg_cv_PRINT_LIBS -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -- gpaint_have_gnome_print=1 --fi -- -- - pkg_failed=no - echo "$as_me:$LINENO: checking for GTKPRINT" >&5 - echo $ECHO_N "checking for GTKPRINT... $ECHO_C" >&6
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303062224.326MO6lN000339>