1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- update port from v0.20 to v0.21

- 0.21 - Added '@' option to unpackeb at the request of Marc (CPAN bug 15461).
This commit is contained in:
Aaron Dalton 2005-12-02 16:34:21 +00:00
parent 6f45d20c0d
commit fd62e088a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150238
3 changed files with 6 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: p5-Convert-IBM390
# Date created: 13 Aug 2005
# Whom: Jason Burges <dev@fenux.net>
# Whom: Jason Burgess <dev@fenux.net>
#
# $FreeBSD$
#
PORTNAME= Convert-IBM390
PORTVERSION= 0.20
PORTVERSION= 0.21
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Convert

View File

@ -1,2 +1,3 @@
MD5 (Convert-IBM390-0.20.tar.gz) = 341c3fed3af7ab47988c4a2fb8028d23
SIZE (Convert-IBM390-0.20.tar.gz) = 28798
MD5 (Convert-IBM390-0.21.tar.gz) = be1203539104b8f9dc8b089dc6bbe71e
SHA256 (Convert-IBM390-0.21.tar.gz) = 7aa0d2e13f96d4926f5b8f0d551af59f4d97986322b3672bcc40b62ccac939ca
SIZE (Convert-IBM390-0.21.tar.gz) = 29036

View File

@ -17,6 +17,7 @@ Recent changes:
0.18 - Performance improvements to the XS version.
0.19 - Fixed a bug in unpackeb.
0.20 - Fixed memory leaks in CF_num2packed and CF_num2zoned.
0.21 - Added '@' option to unpackeb at the request of Marc (CPAN bug 15461).
Copyright 2001 Geoffrey Rommel. This program is free software;
you can redistribute it and/or modify it under the same terms as Perl