diff options
author | nra <nra@pkgsrc.org> | 2001-07-19 00:05:25 +0000 |
---|---|---|
committer | nra <nra@pkgsrc.org> | 2001-07-19 00:05:25 +0000 |
commit | dc33d93494ba2a90ae1839e29c7c6f7c5b1ab3eb (patch) | |
tree | bbe6ba69dfbaa623af7a57e3521f3bc74def0f76 /converters/base64 | |
parent | b5499bcc74c37279efcc7f5bf80e4abc7c61cc2c (diff) | |
download | pkgsrc-dc33d93494ba2a90ae1839e29c7c6f7c5b1ab3eb.tar.gz |
Update base64 to version 1.3.
Diffstat (limited to 'converters/base64')
-rw-r--r-- | converters/base64/Makefile | 8 | ||||
-rw-r--r-- | converters/base64/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/converters/base64/Makefile b/converters/base64/Makefile index 6d136d27a8c..54805e881e6 100644 --- a/converters/base64/Makefile +++ b/converters/base64/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2001/02/27 18:21:26 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/07/19 00:05:25 nra Exp $ # -DISTNAME= base64 -PKGNAME= base64-1.0 +DISTNAME= base64-1.3 +PKGNAME= ${DISTNAME} CATEGORIES= converters MASTER_SITES= http://www.fourmilab.ch/webtools/base64/ @@ -11,6 +11,8 @@ HOMEPAGE= http://www.fourmilab.ch/webtools/base64/ COMMENT= encode and decode base64 files CONFLICTS= openssl-* +GNU_CONFIGURE= yes +ALL_TARGET= prog do-install: ${INSTALL_PROGRAM} ${WRKSRC}/base64 ${PREFIX}/bin diff --git a/converters/base64/distinfo b/converters/base64/distinfo index ab06a158ea6..2f99b4c011e 100644 --- a/converters/base64/distinfo +++ b/converters/base64/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/18 16:28:00 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/07/19 00:05:25 nra Exp $ -SHA1 (base64.tar.gz) = 47bd6a883487acb1ad8dfc969eb032ae1329b857 -Size (base64.tar.gz) = 7278 bytes +SHA1 (base64-1.3.tar.gz) = 41fa61f775b6bf518ca4dce416149f7f187505c1 +Size (base64-1.3.tar.gz) = 177250 bytes |