diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-06-02 06:37:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-06-02 06:37:59 +0000 |
commit | e45e4295fc2429fcc80550a38fe343d1b37def6d (patch) | |
tree | 7fb80a10452234faa5210ca60eeaaee4bda3654d | |
parent | b282bceeec925987c27eb374c674eac4c52f5fce (diff) |
Notes
-rw-r--r-- | lang/perl5.28/distinfo | 6 | ||||
-rw-r--r-- | lang/perl5.28/pkg-plist | 2 | ||||
-rw-r--r-- | lang/perl5.28/version.mk | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/lang/perl5.28/distinfo b/lang/perl5.28/distinfo index ee62a3dbfebb..46ef91bee00f 100644 --- a/lang/perl5.28/distinfo +++ b/lang/perl5.28/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1556016829 -SHA256 (perl/perl-5.28.2.tar.xz) = 0b0189bfa4b2da20e899b4bdd746ac402e8f746a58e4fcf5516484157f2aab07 -SIZE (perl/perl-5.28.2.tar.xz) = 12374448 +TIMESTAMP = 1591078640 +SHA256 (perl/perl-5.28.3.tar.xz) = 77dc1ddf541643af14d585867d3d0741cce45d0dbe8f1467024e63165d9e2fc5 +SIZE (perl/perl-5.28.3.tar.xz) = 12382032 diff --git a/lang/perl5.28/pkg-plist b/lang/perl5.28/pkg-plist index 53f540f0603e..8b54ae0de8c9 100644 --- a/lang/perl5.28/pkg-plist +++ b/lang/perl5.28/pkg-plist @@ -1005,6 +1005,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN1%%/perl5280delta.1.gz %%MAN1%%/perl5281delta.1.gz %%MAN1%%/perl5282delta.1.gz +%%MAN1%%/perl5283delta.1.gz %%MAN1%%/perl561delta.1.gz %%MAN1%%/perl56delta.1.gz %%MAN1%%/perl581delta.1.gz @@ -1809,6 +1810,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/pod/perl5280delta.pod %%PRIV_LIB%%/pod/perl5281delta.pod %%PRIV_LIB%%/pod/perl5282delta.pod +%%PRIV_LIB%%/pod/perl5283delta.pod %%PRIV_LIB%%/pod/perl561delta.pod %%PRIV_LIB%%/pod/perl56delta.pod %%PRIV_LIB%%/pod/perl581delta.pod diff --git a/lang/perl5.28/version.mk b/lang/perl5.28/version.mk index 8292f4f57d32..af81046dc693 100644 --- a/lang/perl5.28/version.mk +++ b/lang/perl5.28/version.mk @@ -1,2 +1,2 @@ -PERL_VERSION= 5.28.2 +PERL_VERSION= 5.28.3 PERL5_DEPEND= perl5>=5.28.r1<5.29 |