Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2013 10:24:56 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320749 - head/security/p5-Authen-Ticket
Message-ID:  <201306131024.r5DAOuQW004150@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Thu Jun 13 10:24:56 2013
New Revision: 320749
URL: http://svnweb.freebsd.org/changeset/ports/320749

Log:
  - try to fix after recent perl upgrade

Modified:
  head/security/p5-Authen-Ticket/Makefile   (contents, props changed)
  head/security/p5-Authen-Ticket/pkg-plist   (contents, props changed)

Modified: head/security/p5-Authen-Ticket/Makefile
==============================================================================
--- head/security/p5-Authen-Ticket/Makefile	Thu Jun 13 10:23:48 2013	(r320748)
+++ head/security/p5-Authen-Ticket/Makefile	Thu Jun 13 10:24:56 2013	(r320749)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Authen-Ticket
-# Date created:				Mon Jan  1 03:55:39 2001
-# Whom:					will
-#
+# Created by: will
 # $FreeBSD$
-#
 
 PORTNAME=	Authen-Ticket
 PORTVERSION=	0.02
@@ -11,9 +7,14 @@ CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl module providing the framework for implementing a ticketing system
 
 PERL_CONFIGURE=	yes
 
+MAN3=	Authen::Ticket.3 \
+	Authen::Ticket::Client.3 \
+	Authen::Ticket::Server.3 \
+	Authen::Ticket::Signature.3
+
 .include <bsd.port.mk>

Modified: head/security/p5-Authen-Ticket/pkg-plist
==============================================================================
--- head/security/p5-Authen-Ticket/pkg-plist	Thu Jun 13 10:23:48 2013	(r320748)
+++ head/security/p5-Authen-Ticket/pkg-plist	Thu Jun 13 10:24:56 2013	(r320749)
@@ -1,7 +1,3 @@
-lib/perl5/%%PERL_VERSION%%/man/man3/Authen::Ticket.3
-lib/perl5/%%PERL_VERSION%%/man/man3/Authen::Ticket::Client.3
-lib/perl5/%%PERL_VERSION%%/man/man3/Authen::Ticket::Server.3
-lib/perl5/%%PERL_VERSION%%/man/man3/Authen::Ticket::Signature.3
 %%SITE_PERL%%/Authen/Ticket.pm
 %%SITE_PERL%%/Authen/Ticket/Client.pm
 %%SITE_PERL%%/Authen/Ticket/Server.pm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306131024.r5DAOuQW004150>