pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/poedit poedit: switch to official tarball



details:   https://anonhg.NetBSD.org/pkgsrc/rev/878c9c8b128a
branches:  trunk
changeset: 424209:878c9c8b128a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Mar 07 11:23:16 2020 +0000

description:
poedit: switch to official tarball

Remove unnecessary patches/targets.

Do not set DIST_SUBDIR because I've just updated the package.

diffstat:

 editors/poedit/Makefile                                     |  15 ++------
 editors/poedit/distinfo                                     |  12 ++---
 editors/poedit/patches/patch-deps_icu4c_source_configure    |  23 -------------
 editors/poedit/patches/patch-deps_icu4c_source_configure.ac |  23 -------------
 4 files changed, 9 insertions(+), 64 deletions(-)

diffs (113 lines):

diff -r 3609b5b80097 -r 878c9c8b128a editors/poedit/Makefile
--- a/editors/poedit/Makefile   Sat Mar 07 11:09:44 2020 +0000
+++ b/editors/poedit/Makefile   Sat Mar 07 11:23:16 2020 +0000
@@ -1,20 +1,20 @@
-# $NetBSD: Makefile,v 1.90 2020/03/07 11:09:44 wiz Exp $
+# $NetBSD: Makefile,v 1.91 2020/03/07 11:23:16 wiz Exp $
 
 VERSION=       2.3
 DISTNAME=      poedit-${VERSION}
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=vslavik/}
-GITHUB_TAG=    v${VERSION}-oss
+GITHUB_RELEASE=        v${VERSION}-oss
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.poedit.net/
 COMMENT=       Cross-platform gettext catalogs (.po files) editor
 LICENSE=       mit
 
-WRKSRC=                        ${WRKDIR}/${DISTNAME}-oss
+WRKSRC=                        ${WRKDIR}/${DISTNAME}
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            autoconf automake autoreconf gmake msgfmt pkg-config zip:run
+USE_TOOLS+=            gmake pkg-config zip:run
 GNU_CONFIGURE=         yes
 
 CONFIGURE_ARGS+=       --with-boost=${BUILDLINK_PREFIX.boost-libs}
@@ -23,13 +23,6 @@
 BUILDLINK_TRANSFORM+=  rm:-Wall
 BUILDLINK_TRANSFORM+=  rm:-Wextra
 
-pre-configure:
-       cd ${WRKSRC} && autoreconf -fiv
-
-# https://github.com/vslavik/poedit/issues/622
-post-build:
-       cd ${WRKSRC}/locales && ${SETENV} ${MAKE_ENV} ${GMAKE} allmo
-
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../textproc/gtkspell3/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
diff -r 3609b5b80097 -r 878c9c8b128a editors/poedit/distinfo
--- a/editors/poedit/distinfo   Sat Mar 07 11:09:44 2020 +0000
+++ b/editors/poedit/distinfo   Sat Mar 07 11:23:16 2020 +0000
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.13 2020/03/07 11:09:44 wiz Exp $
+$NetBSD: distinfo,v 1.14 2020/03/07 11:23:16 wiz Exp $
 
-SHA1 (poedit-2.3.tar.gz) = 971cd53ff0032cf636da02522b69647f59cedbd4
-RMD160 (poedit-2.3.tar.gz) = e8113cd16595816a6701789bc909fe5bbaea713f
-SHA512 (poedit-2.3.tar.gz) = 7c06c30f5b4e73b1e285ee31c4e48f212d2d6a33bb715bc249fb2546e832bb9658111b0546b9eff54ed4ad2942cbb48957b1c0bbbfea5a8b45d3c290e9ea2be5
-Size (poedit-2.3.tar.gz) = 132733031 bytes
-SHA1 (patch-deps_icu4c_source_configure) = bf5dabe10f45b9a4a1c113af762b82e38ea6975a
-SHA1 (patch-deps_icu4c_source_configure.ac) = 035257058f83feb14e2ada4404d2cce53c46b5b6
+SHA1 (poedit-2.3.tar.gz) = 00dfd7a03cd177d391e5884f739642a3ebfb73f1
+RMD160 (poedit-2.3.tar.gz) = 64367003e3f01888bd26d5ef91021d7849ee30ef
+SHA512 (poedit-2.3.tar.gz) = 04cfde864f273da0ce757f2c1593fd34651fc1e2677d4c45e0be001b54698855f4247c7a67dd73b0350b0fdad80056a490d3208e801f1f771040f44c6e2914ef
+Size (poedit-2.3.tar.gz) = 2884654 bytes
diff -r 3609b5b80097 -r 878c9c8b128a editors/poedit/patches/patch-deps_icu4c_source_configure
--- a/editors/poedit/patches/patch-deps_icu4c_source_configure  Sat Mar 07 11:09:44 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-deps_icu4c_source_configure,v 1.2 2020/03/07 11:09:44 wiz Exp $
-
-Fix unportable test(1) operator.
-https://github.com/vslavik/poedit/issues/623
-
---- deps/icu4c/source/configure.orig   2020-02-03 14:01:01.000000000 +0000
-+++ deps/icu4c/source/configure
-@@ -7765,13 +7765,13 @@ fi
- # Now that we're done using CPPFLAGS etc. for tests, we can change it
- # for build.
- 
--if test "${CC}" == "clang"; then
-+if test "${CC}" = "clang"; then
-    CLANGCFLAGS="-Qunused-arguments -Wno-parentheses-equality"
- else
-    CLANGCFLAGS=""
- fi
- 
--if test "${CXX}" == "clang++"; then
-+if test "${CXX}" = "clang++"; then
-    CLANGCXXFLAGS="-Qunused-arguments -Wno-parentheses-equality"
- else
-    CLANGCXXFLAGS=""
diff -r 3609b5b80097 -r 878c9c8b128a editors/poedit/patches/patch-deps_icu4c_source_configure.ac
--- a/editors/poedit/patches/patch-deps_icu4c_source_configure.ac       Sat Mar 07 11:09:44 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-deps_icu4c_source_configure.ac,v 1.2 2020/03/07 11:09:44 wiz Exp $
-
-Fix unportable test(1) operator.
-https://github.com/vslavik/poedit/issues/623
-
---- deps/icu4c/source/configure.ac.orig        2020-02-03 14:01:01.000000000 +0000
-+++ deps/icu4c/source/configure.ac
-@@ -1287,13 +1287,13 @@ fi
- # Now that we're done using CPPFLAGS etc. for tests, we can change it
- # for build.
- 
--if test "${CC}" == "clang"; then
-+if test "${CC}" = "clang"; then
-    CLANGCFLAGS="-Qunused-arguments -Wno-parentheses-equality"
- else
-    CLANGCFLAGS=""
- fi
- 
--if test "${CXX}" == "clang++"; then
-+if test "${CXX}" = "clang++"; then
-    CLANGCXXFLAGS="-Qunused-arguments -Wno-parentheses-equality"
- else
-    CLANGCXXFLAGS=""



Home | Main Index | Thread Index | Old Index