NetBSD Problem Report #45790
From root@netbsd.it Fri Jan 6 11:19:24 2012
Return-Path: <root@netbsd.it>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
by www.NetBSD.org (Postfix) with ESMTP id 7180263B11E
for <gnats-bugs@gnats.NetBSD.org>; Fri, 6 Jan 2012 11:19:24 +0000 (UTC)
Message-Id: <20120106100311.32ACF93382@netbsd.it>
Date: Fri, 6 Jan 2012 10:03:11 +0000 (UTC)
From: Stefano Marinelli <stefano@dragas.it>
Reply-To: stefano@dragas.it
To: gnats-bugs@gnats.NetBSD.org
Subject: mail/freepops is outdated (patch attached)
X-Send-Pr-Version: 3.95
>Number: 45790
>Category: pkg
>Synopsis: mail/freepops is outdated - 0.2.9 is out (patch attached)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: schmonz
>State: closed
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Fri Jan 06 11:20:01 +0000 2012
>Closed-Date: Fri Jan 04 10:15:56 +0000 2013
>Last-Modified: Fri Jan 04 10:15:56 +0000 2013
>Originator: Stefano Marinelli
>Release: NetBSD 5.1_STABLE
>Organization:
>Environment:
System: NetBSD netbsd.it 5.1_STABLE NetBSD 5.1_STABLE (DOMU_DRAGAS) #10: Tue Jan 3 15:39:11 UTC 2012 root@netbsd.it:/usr/obj/sys/arch/amd64/compile/DOMU_DRAGAS amd64
Architecture: x86_64
Machine: amd64
>Description:
mail/freepops is outdated (0.2.8 in pkgsrc while 0.2.9 is out). I've prepared a patch to upgrade it.
>How-To-Repeat:
Just apply the patch
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/freepops/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile 17 Dec 2011 12:49:27 -0000 1.15
+++ Makefile 6 Jan 2012 09:59:57 -0000
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.15 2011/12/17 12:49:27 marino Exp $
#
-DISTNAME= freepops-0.2.8
-PKGREVISION= 2
+DISTNAME= freepops-0.2.9
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freepops/}
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/mail/freepops/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo 9 Oct 2011 09:09:29 -0000 1.6
+++ distinfo 6 Jan 2012 09:59:57 -0000
@@ -1,13 +1,13 @@
$NetBSD: distinfo,v 1.6 2011/10/09 09:09:29 dholland Exp $
-SHA1 (freepops-0.2.8.tar.gz) = 5bbf5ed41916c2fee04938abb0c440d98b325710
-RMD160 (freepops-0.2.8.tar.gz) = e209a2b2f289e5b431c1d5ab3aaf5d5b09a87135
-Size (freepops-0.2.8.tar.gz) = 2062296 bytes
+SHA1 (freepops-0.2.9.tar.gz) = 30e31a3618d07ec0924e9c1ae06c7acd846a13de
+RMD160 (freepops-0.2.9.tar.gz) = c473bd9a523f7bc30dbcfa30c0f1e58418301d24
+Size (freepops-0.2.9.tar.gz) = 2065288 bytes
SHA1 (patch-aa) = ebe6913847ac9c7a9746496705b6ac45ace6eeef
SHA1 (patch-ab) = 59faa97775853f795f024585e194a060a3f3ee94
SHA1 (patch-ac) = ca0c136b6cee3c164c9382227bcbd534e382927b
SHA1 (patch-ad) = 90a2313b2e9a3a2321778df515c076e603955502
SHA1 (patch-ae) = 389693569e978395f2d1e286003ad7d20ce59a14
-SHA1 (patch-af) = b0a084f1db0f39a4f29cd071765b7d4e6bf21198
+SHA1 (patch-af) = b0aabc349df11e73ccbab1943ee2075894c865d4
SHA1 (patch-ag) = 9c7f944d0f2f5a5303e692844b729e933655f9f4
SHA1 (patch-modules_src_luacurl_lua-curl-0_3_0_diff) = 906eba58da017b3adc69640a7c2df0bdeaa1314a
Index: patches/patch-af
===================================================================
RCS file: /cvsroot/pkgsrc/mail/freepops/patches/patch-af,v
retrieving revision 1.4
diff -u -p -r1.4 patch-af
--- patches/patch-af 2 Nov 2008 20:51:40 -0000 1.4
+++ patches/patch-af 6 Jan 2012 09:59:57 -0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-af,v 1.4 2008/11/02 20:51:40 schmonz Exp $
+$NetBSD$
---- config.h.orig 2008-07-25 04:37:47.000000000 -0400
+--- config.h.orig 2008-12-08 09:20:52.000000000 +0000
+++ config.h
@@ -16,7 +16,7 @@
// common
- #define VERSION "0.2.8"
+ #define VERSION "0.2.9"
#define PROGRAMNAME "FreePOPs"
-#define PIDFILE "/var/run/freepopsd.pid"
+#define PIDFILE "@VARBASE@/run/freepopsd.pid"
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: pkg-manager->schmonz
Responsible-Changed-By: obache@NetBSD.org
Responsible-Changed-When: Sat, 07 Jan 2012 05:29:24 +0000
Responsible-Changed-Why:
Over to maintainer.
From: "Thomas Klausner" <wiz@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc:
Subject: PR/45790 CVS commit: pkgsrc/mail/freepops
Date: Wed, 12 Dec 2012 12:52:10 +0000
Module Name: pkgsrc
Committed By: wiz
Date: Wed Dec 12 12:52:10 UTC 2012
Modified Files:
pkgsrc/mail/freepops: Makefile distinfo
pkgsrc/mail/freepops/patches: patch-af
Log Message:
Update to 0.2.9, from Stefano Marinelli in PR 45790. Set LICENSE.
26/12/2008 0.2.9
- src/lua/hotmail.lua, src/lua/juno.lua: Fixed login issues (russell822)
- src/lua/supereva.lua: added patch by la scimmia to fix To: problem (gareuselesinge)
- updater-ui/dialog/freepops-updater-dialog, updater-ui/zenity/freepops-updater-zenity: use mktem if tempfile not available (gareuselesinge), thanks Vito De Tullio
- buildfactory/Makefile, buildfactory/debian-ubuntu/control, buildfactory/debian-ubuntu/freepops.postinst, buildfactory/debian-ubuntu/rules: patch by blackmoon for ubuntu (gareuselesinge)
- buildfactory/Makefile, buildfactory/osx/Info.plist, buildfactory/osx/Info.plist.in: osx version will be reported correctly from now on (gareuselesinge)
- buildfactory/debian-ubuntu-dapper/control, buildfactory/debian-ubuntu-dapper/rules: added dapper stuff (gareuselesinge)
- buildfactory/debian-ubuntu/freepops-updater-gnome.desktop: minor fix (gareuselesinge)
- buildfactory/debian/changelog, buildfactory/debian/control, buildfactory/debian/freepops.cron.hourly, buildfactory/debian/rules, scripts/create_jail.sh: approaching 2.9.0 (gareuselesinge)
- buildfactory/debian/changelog, buildfactory/debian/freepops.postinst, buildfactory/debian/rules: some debian fixes (gareuselesinge)
- buildfactory/osx/Install_resources/English.lproj/ReadMe.txt, buildfactory/osx/Install_resources/Italian.lproj/ReadMe.txt, buildfactory/osx/iceberg/FreePOPs/FreePOPs.packproj, scripts/compile-gettext-universal.sh, src/Makefile: added gettext library, fixed installer (gareuselesinge)
- buildfactory/osx/Install_resources/English.lproj/ReadMe.txt, buildfactory/osx/Install_resources/Italian.lproj/ReadMe.txt, configure.sh, scripts/compile-curl-universal.sh, src/Makefile: use of an embedded version of libcurl for osx to avoid the old and crappy 10.4 version (gareuselesinge)
- src/lua/davmail.lua: fixed metadata (gareuselesinge)
- src/lua/hotmail.lua: new version by russell (gareuselesinge)
- src/lua/mailcom.lua: Fixed issues with india.com (russell822)
- src/lua/yahoo.lua: Minor tweaks to fix issues reported in threads. (russell822)
- osx uses a custom version of curl, since osx 10.4 has an old version
- osx package will report the correct version
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/freepops/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/freepops/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/freepops/patches/patch-af
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Fri, 04 Jan 2013 10:15:56 +0000
State-Changed-Why:
updated, thanks
>Unformatted:
(Contact us)
$NetBSD: query-full-pr,v 1.36 2007/11/24 03:27:39 kano Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.