diff options
author | rhialto <rhialto@pkgsrc.org> | 2021-09-25 12:33:46 +0000 |
---|---|---|
committer | rhialto <rhialto@pkgsrc.org> | 2021-09-25 12:33:46 +0000 |
commit | 8ec2cae8cd7721d36136a0c28154f037728759dd (patch) | |
tree | 0f1de6899d0a433014a7005795a12a3f88749d61 /news | |
parent | 31c43f0597c5950c9a99ed8a8507d2cc32527f44 (diff) | |
download | pkgsrc-8ec2cae8cd7721d36136a0c28154f037728759dd.tar.gz |
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 (limited to 'news')
-rw-r--r-- | news/pan/Makefile | 15 | ||||
-rw-r--r-- | news/pan/distinfo | 10 |
2 files changed, 9 insertions, 16 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index 38bb2b19089..1e3c30504b9 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -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 HOMEPAGE= http://pan.rebelbase.com/ @@ -15,7 +12,6 @@ COMMENT= Newsreader for GTK2 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+= -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/distinfo b/news/pan/distinfo index dfbf34644f2..6c129fd8cbb 100644 --- a/news/pan/distinfo +++ b/news/pan/distinfo @@ -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 |