Update to 1.0.

This commit is contained in:
Anton Berezin 2003-12-05 10:29:15 +00:00
parent 04bfb76fa0
commit 1688125db6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95118
3 changed files with 17 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Convert-UUlib
PORTVERSION= 0.31
PORTVERSION= 1.0
PORTEPOCH= 1
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}

View File

@ -1 +1 @@
MD5 (Convert-UUlib-0.31.tar.gz) = dddc5740f71468d6df2f8c1971b787d1
MD5 (Convert-UUlib-1.0.tar.gz) = 3598071999c191f160f973024e1341bb

View File

@ -0,0 +1,15 @@
--- UUlib.xs.orig Fri Dec 5 11:22:16 2003
+++ UUlib.xs Fri Dec 5 11:22:30 2003
@@ -383,10 +383,11 @@ UUFNameFilter (fname)
char * fname
void
-UULoadFile (fname, id = 0, delflag = 0, int partno = -1)
+UULoadFile (fname, id = 0, delflag = 0, partno = -1)
char * fname
char * id
int delflag
+ int partno
PPCODE:
{
int count;