diff options
author | rhialto <rhialto@pkgsrc.org> | 2022-04-03 19:33:11 +0000 |
---|---|---|
committer | rhialto <rhialto@pkgsrc.org> | 2022-04-03 19:33:11 +0000 |
commit | de89896a6eb79f29857c82e824acc058d26b618d (patch) | |
tree | ee03d0373950c0929b3ae95951600d16ceca48f4 | |
parent | 07ba39fed8f3516df930fd7f1d2e9f2bf99e20b8 (diff) | |
download | pkgsrc-de89896a6eb79f29857c82e824acc058d26b618d.tar.gz |
news/pan: update to 0.150.
Switch back to fetching the distfile from gitlab.gnome.org, since
a) the configure.ac file no longer uses the problematic "$Format:%d$"
which can change if commits are added (only the stable
GIT_HASH='$Format:%h$' is left). Hopefully this fixes the problem.
b) the upstream of the pre-made tarball is getting behind
Also there are some pkglint fixes.
The main points of this release are:
- Dropped support for GMime2. Only Gmime3 is supported
- Gtk3 is now default build, Gtk2 is deprecated
15fcc65 set maximum number of serveur connections to 20 (Dominique Dumont)
431f56f Nuke $GIT_REMOTE if not obtained by git config (Petr Kovar)
-rw-r--r-- | news/pan/Makefile | 12 | ||||
-rw-r--r-- | news/pan/PLIST | 4 | ||||
-rw-r--r-- | news/pan/distinfo | 12 | ||||
-rw-r--r-- | news/pan/patches/patch-pan_general_text-match.cc | 4 | ||||
-rw-r--r-- | news/pan/patches/patch-pan_general_text-match.h | 4 |
5 files changed, 23 insertions, 13 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index 31bd782afd1..c6e2e508a15 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.119 2021/12/29 13:34:39 rhialto Exp $ +# $NetBSD: Makefile,v 1.120 2022/04/03 19:33:11 rhialto Exp $ -DISTNAME= pan-0.149 +PKGNAME= pan-0.150 CATEGORIES= news -MASTER_SITES= http://pan.rebelbase.com/download/releases/${DISTNAME:C/pan-//}/source/ +TAG= ${PKGNAME_NOREV:S/pan-/v/} # v0.150 +MASTER_SITES= https://gitlab.gnome.org/GNOME/pan/-/archive/${TAG}/ EXTRACT_SUFX= .tar.bz2 +DISTNAME= pan-${TAG} MAINTAINER= rhialto@NetBSD.org HOMEPAGE= http://pan.rebelbase.com/ @@ -11,6 +13,7 @@ COMMENT= Newsreader for GTK3 LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake msgfmt perl pkg-config itstool +USE_TOOLS+= autoconf automake USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES @@ -25,6 +28,9 @@ LIBS+= -lcompat LIBS.SunOS+= -lsocket -liconv +pre-configure: + cd ${WRKSRC} && ./autogen.sh + # "Build" these files out of thin air, since base msgfmt doesn't know # about --xml --desktop. pre-build: diff --git a/news/pan/PLIST b/news/pan/PLIST index 475d2886d22..faff719f6ac 100644 --- a/news/pan/PLIST +++ b/news/pan/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.16 2021/12/29 13:34:39 rhialto Exp $ +@comment $NetBSD: PLIST,v 1.17 2022/04/03 19:33:11 rhialto Exp $ bin/pan man/man1/pan.1 share/applications/org.gnome.pan.desktop -share/metainfo/org.gnome.pan.metainfo.xml share/icons/hicolor/16x16/apps/org.gnome.pan.png share/icons/hicolor/24x24/apps/org.gnome.pan.png share/icons/hicolor/256x256/apps/org.gnome.pan.png @@ -57,3 +56,4 @@ share/locale/uk/LC_MESSAGES/pan.mo share/locale/vi/LC_MESSAGES/pan.mo share/locale/zh_CN/LC_MESSAGES/pan.mo share/locale/zh_TW/LC_MESSAGES/pan.mo +share/metainfo/org.gnome.pan.metainfo.xml diff --git a/news/pan/distinfo b/news/pan/distinfo index a270de2434c..a4ed8972690 100644 --- a/news/pan/distinfo +++ b/news/pan/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.42 2021/12/29 13:34:39 rhialto Exp $ +$NetBSD: distinfo,v 1.43 2022/04/03 19:33:11 rhialto Exp $ -BLAKE2s (pan-0.149.tar.bz2) = bab5445f1ac8c1b602237d53ba920b43ed7a7ef3c8a5da85ad2ba3613fdc27b8 -SHA512 (pan-0.149.tar.bz2) = 2e558f53bbc0c9ae907c566fe8efd56ed2ef0edeffa23f922b63c956f16096c2ad1ea0bd43c31f82ee096899550bf47cb7011f354a6941a1d53cb6c6eaa5e5a6 -Size (pan-0.149.tar.bz2) = 2328015 bytes -SHA1 (patch-pan_general_text-match.cc) = eaf15f3323f693d094892d3283437ad5ac3c9682 -SHA1 (patch-pan_general_text-match.h) = 6ac5a68a8b1cb472df517a8df53eee5a79e4c73c +BLAKE2s (pan-v0.150.tar.bz2) = 3a5086a87782d70a6828088a99af7228527066aa9176e468af71d816b92a42eb +SHA512 (pan-v0.150.tar.bz2) = ac32fff253a2b104c38f795db2bddf601fabc6de451dcc6b9425007b3dcdb52831cf84fdb762ba0aa13b77b2ce506d4e61517c13361c738617aac04751751fca +Size (pan-v0.150.tar.bz2) = 1788225 bytes +SHA1 (patch-pan_general_text-match.cc) = d719a6d5a59714f228cfd208627d2d6a70da07ff +SHA1 (patch-pan_general_text-match.h) = 77dae6ba00c3b58b4353f60d90756a409b5699e2 diff --git a/news/pan/patches/patch-pan_general_text-match.cc b/news/pan/patches/patch-pan_general_text-match.cc index 201807fe95f..ed7361ae847 100644 --- a/news/pan/patches/patch-pan_general_text-match.cc +++ b/news/pan/patches/patch-pan_general_text-match.cc @@ -1,5 +1,7 @@ -$NetBSD: patch-pan_general_text-match.cc,v 1.3 2021/09/19 18:02:37 rhialto Exp $ +$NetBSD: patch-pan_general_text-match.cc,v 1.4 2022/04/03 19:33:11 rhialto Exp $ + Avoid clash with host defined ERR (on SunOS) + --- pan/general/text-match.cc.orig 2012-06-29 22:24:54.000000000 +0000 +++ pan/general/text-match.cc @@ -209,7 +209,7 @@ TextMatch :: my_regexec (const StringVie diff --git a/news/pan/patches/patch-pan_general_text-match.h b/news/pan/patches/patch-pan_general_text-match.h index 82fa58243e0..410f77cec31 100644 --- a/news/pan/patches/patch-pan_general_text-match.h +++ b/news/pan/patches/patch-pan_general_text-match.h @@ -1,5 +1,7 @@ -$NetBSD: patch-pan_general_text-match.h,v 1.3 2021/09/19 18:02:37 rhialto Exp $ +$NetBSD: patch-pan_general_text-match.h,v 1.4 2022/04/03 19:33:11 rhialto Exp $ + Avoid clash with host defined ERR (on SunOS) + --- pan/general/text-match.h.orig 2012-06-29 22:24:54.000000000 +0000 +++ pan/general/text-match.h @@ -108,7 +108,7 @@ private: |