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:           Sat Sep 25 12:33:46 UTC 2021

Modified Files:
        pkgsrc/news/pan: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pkgsrc/news/pan/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/news/pan/distinfo

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.115 pkgsrc/news/pan/Makefile:1.116
--- pkgsrc/news/pan/Makefile:1.115      Sat Sep 25 01:39:19 2021
+++ pkgsrc/news/pan/Makefile    Sat Sep 25 12:33:46 2021
@@ -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 @@ 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:

Index: pkgsrc/news/pan/distinfo
diff -u pkgsrc/news/pan/distinfo:1.38 pkgsrc/news/pan/distinfo:1.39
--- pkgsrc/news/pan/distinfo:1.38       Sat Sep 25 01:39:19 2021
+++ pkgsrc/news/pan/distinfo    Sat Sep 25 12:33:46 2021
@@ -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