pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/pan news/pan: Use a proper release tarball rather...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ea9db6e2bd6
branches:  trunk
changeset: 458933:5ea9db6e2bd6
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Sat Sep 25 12:33:46 2021 +0000

description:
news/pan: Use a proper release tarball rather than a gitlab snapshot.

It also has the autotools files and po/* files already created, and
some files used for testing are left out.

diffstat:

 news/pan/Makefile |  15 ++++-----------
 news/pan/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 16 deletions(-)

diffs (57 lines):

diff -r e86d3824aa65 -r 5ea9db6e2bd6 news/pan/Makefile
--- a/news/pan/Makefile Sat Sep 25 06:03:06 2021 +0000
+++ b/news/pan/Makefile Sat Sep 25 12:33:46 2021 +0000
@@ -1,13 +1,10 @@
-# $NetBSD: Makefile,v 1.115 2021/09/25 01:39:19 mef Exp $
+# $NetBSD: Makefile,v 1.116 2021/09/25 12:33:46 rhialto Exp $
 
-PKGNAME=               pan-0.147
-PKGREVISION=           1
+DISTNAME=              pan-0.147
+PKGREVISION=           2
 CATEGORIES=            news
-TAG=                   ${PKGNAME_NOREV:tu:C/-/_/:C/\./_/} # PAN_0_147
-MASTER_SITES=          https://gitlab.gnome.org/GNOME/pan/-/archive/${TAG}/
+MASTER_SITES=          http://pan.rebelbase.com/download/releases/${DISTNAME:C/pan-//}/source/
 EXTRACT_SUFX=          .tar.bz2
-DISTNAME=              pan-${TAG}
-DIST_SUBDIR=           pan-0.147-checksum-not-match
 
 MAINTAINER=            rhialto%NetBSD.org@localhost
 HOMEPAGE=              http://pan.rebelbase.com/
@@ -15,7 +12,6 @@
 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
@@ -28,9 +24,6 @@
 
 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 -r e86d3824aa65 -r 5ea9db6e2bd6 news/pan/distinfo
--- a/news/pan/distinfo Sat Sep 25 06:03:06 2021 +0000
+++ b/news/pan/distinfo Sat Sep 25 12:33:46 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.38 2021/09/25 01:39:19 mef Exp $
+$NetBSD: distinfo,v 1.39 2021/09/25 12:33:46 rhialto Exp $
 
-SHA1 (pan-0.147-checksum-not-match/pan-PAN_0_147.tar.bz2) = e0f3fb8c7947027db7bcb9514e3100f9ac8d66fd
-RMD160 (pan-0.147-checksum-not-match/pan-PAN_0_147.tar.bz2) = c10e1c8b200ba8a1dd3c6b5a4388b5a7f44bf3a9
-SHA512 (pan-0.147-checksum-not-match/pan-PAN_0_147.tar.bz2) = 6393c6f25bd145061b15024eb110ec9e61ef698245b67f6e1792560f6ab05a11fd219ba3a95764999fcf5bfe7ea35705f4880a282ba7158a1f1762410b188160
-Size (pan-0.147-checksum-not-match/pan-PAN_0_147.tar.bz2) = 1794127 bytes
+SHA1 (pan-0.147.tar.bz2) = ce40b350cd5e1adb5340665ca0dbeeccee235ad0
+RMD160 (pan-0.147.tar.bz2) = a4d919d0ecf9d6114f5642042e4215d665e487b0
+SHA512 (pan-0.147.tar.bz2) = 31d29cd91da4065601eaeeaf7cd876456b8135ffec23fb0febd9f5b107326bca0d5693a5e08cf73365bb7943955f8a22a7935b7e6cc8e8168906665003ae42c3
+Size (pan-0.147.tar.bz2) = 2215214 bytes
 SHA1 (patch-pan_general_text-match.cc) = eaf15f3323f693d094892d3283437ad5ac3c9682
 SHA1 (patch-pan_general_text-match.h) = 6ac5a68a8b1cb472df517a8df53eee5a79e4c73c
 SHA1 (patch-pan_gui_group-prefs-dialog.cc) = eb3461aff1c51f8284d4a342a76af77e69fb23bb



Home | Main Index | Thread Index | Old Index