pkgsrc-Bugs archive

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

pkg/44824: mail/clawsker Makefile error (+FIX)



>Number:         44824
>Category:       pkg
>Synopsis:       mail/clawsker Makefile error  (+FIX)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Apr 04 22:40:00 +0000 2011
>Originator:     Robert Elz
>Release:        NetBSD 5.0   (pkgsrc current (HEAD) 2011-04-04)
>Organization:
        Prince of Songkla University
>Environment:
System: NetBSD jade.coe.psu.ac.th 5.1 NetBSD 5.1 (JADE-1.12-20101117) #5: Wed 
Nov 17 05:30:55 ICT 2010 
kre%jade.coe.psu.ac.th@localhost:/usr/obj/5.1/kernels/i386/JADE i386
Architecture: i386
Machine: i386
>Description:
        mail/clawsker Makefile has the wrong name for its setting
        of the PKGREVISION variable.

>How-To-Repeat:
        By inspection.     This came from a check for this particular
        problem in all pkgsrc Makefiles after a similar problem was
        found in security/py-paramiko (see PR pkg/44814 which initially
        didn't seem to be that, but was ...)   This was the only other
        one found, so there's no need for anytone else to repeat the
        scan (unless you want to of course).   I did not scan for other
        possible misspellings, but this one seems the most likely.

>Fix:
        Apply the patch below...

Index: Makefile
===================================================================
RCS file: /cvsroot/NetBSD/pkgsrc/mail/clawsker/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile    19 Mar 2011 14:52:12 -0000      1.15
+++ Makefile    4 Apr 2011 22:29:06 -0000
@@ -3,7 +3,7 @@
 DISTNAME=      clawsker-0.7.2
 CATEGORIES=    mail
 MASTER_SITES=  http://www.claws-mail.org/tools/
-PKG_REVISION=  1
+PKGREVISION=   1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.claws-mail.org/clawsker



Home | Main Index | Thread Index | Old Index