Skip to content

Commit

Permalink
converters/p5-Bencode: Update to 1.502
Browse files Browse the repository at this point in the history
- Add LICENSE_FILE
- Add TEST_DEPENDS
- Take maintainership

Changes:	https://metacpan.org/dist/Bencode/changes
  • Loading branch information
sunpoet committed Aug 16, 2023
1 parent b3adb23 commit b812d73
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
14 changes: 8 additions & 6 deletions converters/p5-Bencode/Makefile
@@ -1,23 +1,25 @@
PORTNAME= Bencode
PORTVERSION= 1.500
PORTREVISION= 0
PORTVERSION= 1.502
CATEGORIES= converters perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ARISTOTLE
PKGNAMEPREFIX= p5-

MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= BitTorrent bencode serialisation format
WWW= https://metacpan.org/release/Bencode

LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= p5-Exporter-Tidy>0:devel/p5-Exporter-Tidy
RUN_DEPENDS= p5-Exporter-Tidy>0:devel/p5-Exporter-Tidy
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Exporter-Tidy>=0:devel/p5-Exporter-Tidy
TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences

NO_ARCH= yes
USES= perl5
USE_PERL5= configure

NO_ARCH= yes

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions converters/p5-Bencode/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1506693784
SHA256 (Bencode-1.500.tar.gz) = 3c64d2a9098863025aa3ee5fb1f554d2e8fd28f3c0acc366e94c242984280fb6
SIZE (Bencode-1.500.tar.gz) = 13773
TIMESTAMP = 1691069974
SHA256 (Bencode-1.502.tar.gz) = b42b5442268dd9cd57d8210e8ebdd8fe256c258be3e1aa1eb6d31f9436f8e476
SIZE (Bencode-1.502.tar.gz) = 15189
4 changes: 2 additions & 2 deletions converters/p5-Bencode/pkg-descr
@@ -1,2 +1,2 @@
This module implements the BitTorrent *bencode* serialisation format, as
described in <http://www.bittorrent.org/beps/bep_0003.html#bencoding>.
Bencode implements the BitTorrent bencode serialisation format, as described in
http://www.bittorrent.org/beps/bep_0003.html#bencoding.

0 comments on commit b812d73

Please sign in to comment.