diff options
author | bmah <bmah@FreeBSD.org> | 2001-07-24 17:48:16 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2001-07-24 17:48:16 +0000 |
commit | c268ec60c70035ea1c93e0b634727fd137568ff5 (patch) | |
tree | 9d2028e2d85e062bef2dfe7190385bfd2f3cd4eb | |
parent | 8979bbf81e94439b8d390216f4c20aa9b044fb3d (diff) | |
download | FreeBSD-ports-c268ec60c70035ea1c93e0b634727fd137568ff5.zip FreeBSD-ports-c268ec60c70035ea1c93e0b634727fd137568ff5.tar.gz |
Update port to base64-1.3.
-rw-r--r-- | converters/base64/Makefile | 18 | ||||
-rw-r--r-- | converters/base64/distinfo | 2 | ||||
-rw-r--r-- | converters/base64/pkg-descr | 2 |
3 files changed, 7 insertions, 15 deletions
diff --git a/converters/base64/Makefile b/converters/base64/Makefile index 2a719d8..65be97b 100644 --- a/converters/base64/Makefile +++ b/converters/base64/Makefile @@ -6,24 +6,14 @@ # PORTNAME= base64 -PORTVERSION= 0.1 +PORTVERSION= 1.3 CATEGORIES= converters -MASTER_SITES= http://www.codecenter.com/base64/ -DISTNAME= b64 +MASTER_SITES= http://www.fourmilab.ch/webtools/base64/ MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR}/${PORTNAME} - -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" -ALL_TARGET= clean all +GNU_CONFIGURE= yes +ALL_TARGET= prog MAN1= base64.1 -post-patch: - @${PERL} -pi.in -e "s|b64|base64|g" ${WRKSRC}/*.c - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/base64 ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/base64.1 ${MANPREFIX}/man/man1 - .include <bsd.port.mk> diff --git a/converters/base64/distinfo b/converters/base64/distinfo index 5263c20..9e20e4b 100644 --- a/converters/base64/distinfo +++ b/converters/base64/distinfo @@ -1 +1 @@ -MD5 (b64.tar.gz) = 4d4f054d14b11da6be33f953b3123f51 +MD5 (base64-1.3.tar.gz) = 66d81725ba4d03227af2ce3792e50d5d diff --git a/converters/base64/pkg-descr b/converters/base64/pkg-descr index 3f09a29..cc6168b 100644 --- a/converters/base64/pkg-descr +++ b/converters/base64/pkg-descr @@ -2,3 +2,5 @@ Base64 is a simple program to convert binary files to base64 for use with MIME attachments and such. --will + +WWW: http://www.fourmilab.ch/webtools/base64/ |