pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/pan



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Sun Apr  3 19:33:11 UTC 2022

Modified Files:
        pkgsrc/news/pan: Makefile PLIST distinfo
        pkgsrc/news/pan/patches: patch-pan_general_text-match.cc
            patch-pan_general_text-match.h

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/news/pan/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/news/pan/PLIST
cvs rdiff -u -r1.42 -r1.43 pkgsrc/news/pan/distinfo
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/news/pan/patches/patch-pan_general_text-match.cc \
    pkgsrc/news/pan/patches/patch-pan_general_text-match.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/news/pan/Makefile
diff -u pkgsrc/news/pan/Makefile:1.119 pkgsrc/news/pan/Makefile:1.120
--- pkgsrc/news/pan/Makefile:1.119      Wed Dec 29 13:34:39 2021
+++ pkgsrc/news/pan/Makefile    Sun Apr  3 19:33:11 2022
@@ -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@localhost
 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:

Index: pkgsrc/news/pan/PLIST
diff -u pkgsrc/news/pan/PLIST:1.16 pkgsrc/news/pan/PLIST:1.17
--- pkgsrc/news/pan/PLIST:1.16  Wed Dec 29 13:34:39 2021
+++ pkgsrc/news/pan/PLIST       Sun Apr  3 19:33:11 2022
@@ -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

Index: pkgsrc/news/pan/distinfo
diff -u pkgsrc/news/pan/distinfo:1.42 pkgsrc/news/pan/distinfo:1.43
--- pkgsrc/news/pan/distinfo:1.42       Wed Dec 29 13:34:39 2021
+++ pkgsrc/news/pan/distinfo    Sun Apr  3 19:33:11 2022
@@ -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

Index: pkgsrc/news/pan/patches/patch-pan_general_text-match.cc
diff -u pkgsrc/news/pan/patches/patch-pan_general_text-match.cc:1.3 pkgsrc/news/pan/patches/patch-pan_general_text-match.cc:1.4
--- pkgsrc/news/pan/patches/patch-pan_general_text-match.cc:1.3 Sun Sep 19 18:02:37 2021
+++ pkgsrc/news/pan/patches/patch-pan_general_text-match.cc     Sun Apr  3 19:33:11 2022
@@ -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
Index: pkgsrc/news/pan/patches/patch-pan_general_text-match.h
diff -u pkgsrc/news/pan/patches/patch-pan_general_text-match.h:1.3 pkgsrc/news/pan/patches/patch-pan_general_text-match.h:1.4
--- pkgsrc/news/pan/patches/patch-pan_general_text-match.h:1.3  Sun Sep 19 18:02:37 2021
+++ pkgsrc/news/pan/patches/patch-pan_general_text-match.h      Sun Apr  3 19:33:11 2022
@@ -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:



Home | Main Index | Thread Index | Old Index