Put encoding utf8 into documentation to fix pod tests.
Sort makefile according to template.
This commit is contained in:
parent
e2030e309b
commit
6c147faf87
@ -1,24 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2020/07/03 21:45:35 sthen Exp $
|
||||
COMMENT = Perl interface to Radius
|
||||
|
||||
COMMENT= Perl interface to Radius
|
||||
DISTNAME = Net-Radius-2.103
|
||||
REVISION = 2
|
||||
|
||||
DISTNAME= Net-Radius-2.103
|
||||
REVISION= 1
|
||||
CATEGORIES = net devel
|
||||
|
||||
CATEGORIES= net devel
|
||||
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
MAINTAINER= Alexander Bluhm <bluhm@openbsd.org>
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
# perl artistic license
|
||||
PERMIT_PACKAGE= Yes
|
||||
MODULES = cpan
|
||||
MODCPAN_EXAMPLES = Yes
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
MODCPAN_EXAMPLES= Yes
|
||||
TEST_DEPENDS= devel/p5-Test-Warn
|
||||
TEST_DEPENDS = devel/p5-Test-Pod \
|
||||
devel/p5-Test-Warn
|
||||
|
||||
DATADIR= ${PREFIX}/share/p5-Net-Radius
|
||||
DICTS= dictionary \
|
||||
PKG_ARCH = *
|
||||
|
||||
DATADIR = ${PREFIX}/share/p5-Net-Radius
|
||||
DICTS = dictionary \
|
||||
dictionary.3com \
|
||||
dictionary.3com-o \
|
||||
dictionary.3gpp \
|
||||
@ -83,8 +84,8 @@ DICTS= dictionary \
|
||||
dictionary.versanet \
|
||||
dictionary.wispr \
|
||||
dictionary.xedia
|
||||
DOCDIR= ${PREFIX}/share/doc/p5-Net-Radius
|
||||
DOCS= README \
|
||||
DOCDIR = ${PREFIX}/share/doc/p5-Net-Radius
|
||||
DOCS = README \
|
||||
README.3COM \
|
||||
README.VSA \
|
||||
README.broken \
|
||||
|
12
net/p5-Net-Radius/patches/patch-Radius_Dictionary_pm
Normal file
12
net/p5-Net-Radius/patches/patch-Radius_Dictionary_pm
Normal file
@ -0,0 +1,12 @@
|
||||
Index: Radius/Dictionary.pm
|
||||
--- Radius/Dictionary.pm.orig
|
||||
+++ Radius/Dictionary.pm
|
||||
@@ -376,6 +376,8 @@ may otherwise cause insanity and/or blindness if studi
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
+=encoding utf8
|
||||
+
|
||||
Christopher Masto <chris@netmonger.net>,
|
||||
Luis E. Muñoz <luismunoz@cpan.org> contributed the VSA code.
|
||||
|
12
net/p5-Net-Radius/patches/patch-Radius_Packet_pm
Normal file
12
net/p5-Net-Radius/patches/patch-Radius_Packet_pm
Normal file
@ -0,0 +1,12 @@
|
||||
Index: Radius/Packet.pm
|
||||
--- Radius/Packet.pm.orig
|
||||
+++ Radius/Packet.pm
|
||||
@@ -998,6 +998,8 @@ implementation of a RADIUS server.
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
+=encoding utf8
|
||||
+
|
||||
Christopher Masto, <chris@netmonger.net>. VSA support by Luis
|
||||
E. Muñoz, <luismunoz@cpan.org>. Fix for unpacking 3COM VSAs
|
||||
contributed by Ian Smith <iansmith@ncinter.net>. Information for
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2010/05/20 20:12:13 bluhm Exp $
|
||||
${P5SITE}/Net/
|
||||
${P5SITE}/Net/Radius/
|
||||
${P5SITE}/Net/Radius/Dictionary.pm
|
||||
|
Loading…
x
Reference in New Issue
Block a user