From owner-svn-ports-all@FreeBSD.ORG Fri Aug 17 09:43:23 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 622401065687; Fri, 17 Aug 2012 09:43:23 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4C3038FC12; Fri, 17 Aug 2012 09:43:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7H9hNU6050711; Fri, 17 Aug 2012 09:43:23 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7H9hNG3050708; Fri, 17 Aug 2012 09:43:23 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201208170943.q7H9hNG3050708@svn.freebsd.org> From: Andrej Zverev Date: Fri, 17 Aug 2012 09:43:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302672 - head/security/p5-Authen-Radius X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2012 09:43:23 -0000 Author: az Date: Fri Aug 17 09:43:22 2012 New Revision: 302672 URL: http://svn.freebsd.org/changeset/ports/302672 Log: - dictionary.rfc2869 was missed from installation. - bump PORTREVISION. Reported by: Alexander Yamshanov Modified: head/security/p5-Authen-Radius/Makefile head/security/p5-Authen-Radius/pkg-plist Modified: head/security/p5-Authen-Radius/Makefile ============================================================================== --- head/security/p5-Authen-Radius/Makefile Fri Aug 17 09:12:40 2012 (r302671) +++ head/security/p5-Authen-Radius/Makefile Fri Aug 17 09:43:22 2012 (r302672) @@ -7,6 +7,7 @@ PORTNAME= Authen-Radius PORTVERSION= 0.20 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -28,6 +29,7 @@ RADDBFILES= dictionary \ dictionary.compat \ dictionary.livingston \ dictionary.quintum \ + dictionary.rfc2869 \ dictionary.shiva \ dictionary.tunnel \ dictionary.usr \ Modified: head/security/p5-Authen-Radius/pkg-plist ============================================================================== --- head/security/p5-Authen-Radius/pkg-plist Fri Aug 17 09:12:40 2012 (r302671) +++ head/security/p5-Authen-Radius/pkg-plist Fri Aug 17 09:43:22 2012 (r302672) @@ -6,6 +6,7 @@ %%DATADIR%%/dictionary.compat %%DATADIR%%/dictionary.livingston %%DATADIR%%/dictionary.quintum +%%DATADIR%%/dictionary.rfc2869 %%DATADIR%%/dictionary.shiva %%DATADIR%%/dictionary.tunnel %%DATADIR%%/dictionary.usr