Update to 1.2
- Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Bloom-Filter/Changes
This commit is contained in:
parent
f8b5c76f81
commit
80ec0f0280
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435036
3 changed files with 9 additions and 8 deletions
|
@ -2,19 +2,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Bloom-Filter
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MCEGLOWS
|
||||
MASTER_SITE_SUBDIR= CPAN:XAERXESS
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Probabilistic algorithm for doing existence tests
|
||||
|
||||
BUILD_DEPENDS= p5-Digest-SHA1>=0:security/p5-Digest-SHA1
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Bloom-Filter-1.0.tar.gz) = 3deeee4eb473757bc5124aab3c684c71c12ea32350ff6d8b599ae073b35f05e8
|
||||
SIZE (Bloom-Filter-1.0.tar.gz) = 4475
|
||||
TIMESTAMP = 1488262656
|
||||
SHA256 (Bloom-Filter-1.2.tar.gz) = 7ebb421becdda847d4eb960f4721ca83dbcd3679bb84d887b3000f6a50005761
|
||||
SIZE (Bloom-Filter-1.2.tar.gz) = 12033
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
%%PERL5_MAN3%%/Bloom::Filter.3.gz
|
||||
%%SITE_PERL%%/Bloom/Filter.pm
|
||||
%%PERL5_MAN3%%/Bloom::Filter.3.gz
|
||||
|
|
Loading…
Reference in a new issue