Index: head/converters/base64/Makefile =================================================================== --- head/converters/base64/Makefile (revision 45448) +++ head/converters/base64/Makefile (revision 45449) @@ -1,29 +1,19 @@ # New ports collection makefile for: base64 # Date created: 29 Oct 2000 # Whom: will # # $FreeBSD$ # 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 Property changes on: head/converters/base64/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/converters/base64/distinfo =================================================================== --- head/converters/base64/distinfo (revision 45448) +++ head/converters/base64/distinfo (revision 45449) @@ -1 +1 @@ -MD5 (b64.tar.gz) = 4d4f054d14b11da6be33f953b3123f51 +MD5 (base64-1.3.tar.gz) = 66d81725ba4d03227af2ce3792e50d5d Property changes on: head/converters/base64/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/converters/base64/pkg-descr =================================================================== --- head/converters/base64/pkg-descr (revision 45448) +++ head/converters/base64/pkg-descr (revision 45449) @@ -1,4 +1,6 @@ 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/ Property changes on: head/converters/base64/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property