mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.16
This commit is contained in:
parent
be250a4fd4
commit
a390ea056d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262896
3 changed files with 10 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Locale-Maketext
|
||||
PORTVERSION= 1.13
|
||||
PORTVERSION= 1.16
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -16,7 +16,11 @@ COMMENT= A framework for software localization and inheritance-based lexicons
|
|||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= Locale::Maketext.3 Locale::Maketext::TPJ13.3
|
||||
MAN3= Locale::Maketext.3 \
|
||||
Locale::Maketext::TPJ13.3 \
|
||||
Locale::Maketext::GutsLoader.3 \
|
||||
Locale::Maketext::Guts.3 \
|
||||
Locale::Maketext::Cookbook.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Locale-Maketext-1.13.tar.gz) = 98f9c577e65f40cc2b328d8570e2ab27
|
||||
SHA256 (Locale-Maketext-1.13.tar.gz) = df502ff86040af73250b98a8f2c8a7f7e8f449eea53188f6e811091734837963
|
||||
SIZE (Locale-Maketext-1.13.tar.gz) = 46713
|
||||
MD5 (Locale-Maketext-1.16.tar.gz) = 370ddba86df77c3eaf7b7b521152fb70
|
||||
SHA256 (Locale-Maketext-1.16.tar.gz) = a6b71a33e6c4bca8f1f15ae7f3adf5ed579722bdd999b5599f9c71fa9f80e1a0
|
||||
SIZE (Locale-Maketext-1.16.tar.gz) = 50950
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/Locale/Maketext.pm
|
||||
%%SITE_PERL%%/Locale/Maketext.pod
|
||||
%%SITE_PERL%%/Locale/Maketext/Cookbook.pod
|
||||
%%SITE_PERL%%/Locale/Maketext/Guts.pm
|
||||
%%SITE_PERL%%/Locale/Maketext/GutsLoader.pm
|
||||
%%SITE_PERL%%/Locale/Maketext/TPJ13.pod
|
||||
|
|
Loading…
Add table
Reference in a new issue