Date: Fri, 29 Apr 2011 13:51:56 GMT From: Eric Freeman <freebsdports@chillibear.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/156718: [PATCH] security/p5-Auth-YubikeyDecrypter (PKGORIGIN fix) Message-ID: <201104291351.p3TDpuB7015348@red.freebsd.org> Resent-Message-ID: <201104291400.p3TE0MuI096981@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 156718 >Category: ports >Synopsis: [PATCH] security/p5-Auth-YubikeyDecrypter (PKGORIGIN fix) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Apr 29 14:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eric Freeman >Release: 8.0 >Organization: >Environment: >Description: In response to the automated PKGORIGIN error messages: ** The following ports have an incorrect PKGORIGIN ** PKGORIGIN connects packaged or installed ports to the directory they originated from. This is essential for tools like pkg_version or portupgrade to work correctly. Wrong PKGORIGINs are often caused by a wrong order of CATEGORIES after a repocopy. - *security/p5-Auth-YubikeyDecrypter* <ports@FreeBSD.org>: perl5/p5-Auth-YubikeyDecrypter | revision 1.2 | date: 2011/04/28 20:26:29; author: tabthorpe; state: Exp; lines: +1 -1 | - Reset maintainer due to email bounces | | Final-Recipient: rfc822; fbsd-ports@opsec.eu | Original-Recipient: rfc822;fbsd-ports@opsec.eu | Action: failed | Status: 5.0.0 | Remote-MTA: dns; home.opsec.eu | Diagnostic-Code: smtp; 550 Unrouteable address | | Submitted by: erwin | With hat: portmgr I believe that applies to this port because it's missing a 'security' category. Hopefully the diff attached will fix this and stop the daily reminders! :) See: http://lists.freebsd.org/pipermail/freebsd-ports/2011-April/067484.html >How-To-Repeat: >Fix: diff -ru p5-Auth-YubikeyDecrypter.orig/Makefile p5-Auth-YubikeyDecrypter/Makefile --- p5-Auth-YubikeyDecrypter.orig/Makefile 2011-04-29 14:46:55.000000000 +0100 +++ p5-Auth-YubikeyDecrypter/Makefile 2011-04-29 14:47:16.000000000 +0100 @@ -6,7 +6,7 @@ PORTNAME= Auth-YubikeyDecrypter PORTVERSION= 0.07 -CATEGORIES= perl5 +CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MASSYN PKGNAMEPREFIX= p5- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104291351.p3TDpuB7015348>