diff options
author | Frederic Culot <culot@FreeBSD.org> | 2010-10-24 18:58:26 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2010-10-24 18:58:26 +0000 |
commit | b177477288135bc86ac283b45d06e846a7868d6c (patch) | |
tree | 0e54b1d5554621f731b4f6e37167a6a2948b1864 /misc | |
parent | fa423825accb8dd846ff85b75b1d994070a68916 (diff) | |
download | ports-b177477288135bc86ac283b45d06e846a7868d6c.tar.gz ports-b177477288135bc86ac283b45d06e846a7868d6c.zip |
- Update to 0.102340.
Changes: http://search.cpan.org/dist/Software-License/Changes
PR: ports/151070
Submitted by: culot@ (myself)
Approved by: sahil@ (mentor), maintainer (timeout, >14 days)
Notes
Notes:
svn path=/head/; revision=263528
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Software-License/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Software-License/distinfo | 6 | ||||
-rw-r--r-- | misc/p5-Software-License/pkg-plist | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/misc/p5-Software-License/Makefile b/misc/p5-Software-License/Makefile index 8bfa280fa266..bbeaf6570d81 100644 --- a/misc/p5-Software-License/Makefile +++ b/misc/p5-Software-License/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Software-License -PORTVERSION= 0.101410 +PORTVERSION= 0.102340 CATEGORIES= misc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/R/RJ/RJBS @@ -46,6 +46,7 @@ MAN3= Software::License.3 \ Software::License::None.3 \ Software::License::OpenSSL.3 \ Software::License::Perl_5.3 \ + Software::License::PostgreSQL.3 \ Software::License::QPL_1_0.3 \ Software::License::SSLeay.3 \ Software::License::Sun.3 \ diff --git a/misc/p5-Software-License/distinfo b/misc/p5-Software-License/distinfo index e9dcb9e82829..a4580811e568 100644 --- a/misc/p5-Software-License/distinfo +++ b/misc/p5-Software-License/distinfo @@ -1,3 +1,3 @@ -MD5 (Software-License-0.101410.tar.gz) = 799cd90597162a8fdda15c8057e01321 -SHA256 (Software-License-0.101410.tar.gz) = 831b9441f1da5bfeca4c6188a606a454da2b2e8ec6e25cd9b937bc39a205586e -SIZE (Software-License-0.101410.tar.gz) = 91276 +MD5 (Software-License-0.102340.tar.gz) = 9370ee822b938c163a1ec73726788b28 +SHA256 (Software-License-0.102340.tar.gz) = 1013c7d6fc8390799825e2db86131a002cf6551d848df2cddc0a9461ceed01b3 +SIZE (Software-License-0.102340.tar.gz) = 92089 diff --git a/misc/p5-Software-License/pkg-plist b/misc/p5-Software-License/pkg-plist index 38d34318079b..a5f6353872aa 100644 --- a/misc/p5-Software-License/pkg-plist +++ b/misc/p5-Software-License/pkg-plist @@ -19,6 +19,7 @@ %%SITE_PERL%%/Software/License/None.pm %%SITE_PERL%%/Software/License/OpenSSL.pm %%SITE_PERL%%/Software/License/Perl_5.pm +%%SITE_PERL%%/Software/License/PostgreSQL.pm %%SITE_PERL%%/Software/License/QPL_1_0.pm %%SITE_PERL%%/Software/License/SSLeay.pm %%SITE_PERL%%/Software/License/Sun.pm |