svn commit: r320749 - head/security/p5-Authen-Ticket

Andrej Zverev az at FreeBSD.org
Thu Jun 13 10:24:57 UTC 2013


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 at FreeBSD.org
+MAINTAINER=	perl at 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


More information about the svn-ports-head mailing list