Date: Fri, 20 Jun 2014 07:23:40 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358516 - in head: math/calc shells/44bsd-csh shells/bash-completion shells/heirloom-sh shells/rc sysutils/lsof www/lynx-current Message-ID: <201406200723.s5K7Nedg041424@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Fri Jun 20 07:23:40 2014 New Revision: 358516 URL: http://svnweb.freebsd.org/changeset/ports/358516 QAT: https://qat.redports.org/buildarchive/r358516/ Log: Correct typo... it's tar:bzip2, not tar:bz2. Modified: head/math/calc/Makefile head/shells/44bsd-csh/Makefile head/shells/bash-completion/Makefile head/shells/heirloom-sh/Makefile head/shells/rc/Makefile head/sysutils/lsof/Makefile head/www/lynx-current/Makefile Modified: head/math/calc/Makefile ============================================================================== --- head/math/calc/Makefile Fri Jun 20 07:22:45 2014 (r358515) +++ head/math/calc/Makefile Fri Jun 20 07:23:40 2014 (r358516) @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= johans@FreeBSD.org COMMENT= Arbitrary precision calculator -USES= gmake tar:bz2 +USES= gmake tar:bzip2 USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes Modified: head/shells/44bsd-csh/Makefile ============================================================================== --- head/shells/44bsd-csh/Makefile Fri Jun 20 07:22:45 2014 (r358515) +++ head/shells/44bsd-csh/Makefile Fri Jun 20 07:23:40 2014 (r358516) @@ -12,7 +12,7 @@ COMMENT= The traditional 4.4BSD /bin/csh BUILD_DEPENDS= rcs:${PORTSDIR}/devel/rcs57 -USES= tar:bz2 +USES= tar:bzip2 NO_WRKSUBDIR= yes PORTDOCS= paper.ascii.gz Modified: head/shells/bash-completion/Makefile ============================================================================== --- head/shells/bash-completion/Makefile Fri Jun 20 07:22:45 2014 (r358515) +++ head/shells/bash-completion/Makefile Fri Jun 20 07:23:40 2014 (r358516) @@ -15,7 +15,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bas USE_AUTOTOOLS= aclocal automake GNU_CONFIGURE= yes -USES= gmake tar:bz2 +USES= gmake tar:bzip2 SUB_FILES= pkg-message SUB_LIST+= RUNFILE=${DATADIR}/bash_completion.sh Modified: head/shells/heirloom-sh/Makefile ============================================================================== --- head/shells/heirloom-sh/Makefile Fri Jun 20 07:22:45 2014 (r358515) +++ head/shells/heirloom-sh/Makefile Fri Jun 20 07:23:40 2014 (r358516) @@ -9,7 +9,7 @@ MASTER_SITES= SF/heirloom/${PORTNAME}/${ MAINTAINER= danielt@pilgerer.org COMMENT= Portable version of OpenSolaris' Bourne Shell -USES= tar:bz2 +USES= tar:bzip2 MAKEFILE= makefile PLIST_FILES= bin/jsh \ man/man1/jsh.1.gz Modified: head/shells/rc/Makefile ============================================================================== --- head/shells/rc/Makefile Fri Jun 20 07:22:45 2014 (r358515) +++ head/shells/rc/Makefile Fri Jun 20 07:23:40 2014 (r358516) @@ -10,7 +10,7 @@ MASTER_SITES= ftp://rc.quanstro.net/pub/ MAINTAINER= quanstro@quanstro.net COMMENT= Unix incarnation of the plan9 shell -USES= tar:bz2 +USES= tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-history Modified: head/sysutils/lsof/Makefile ============================================================================== --- head/sysutils/lsof/Makefile Fri Jun 20 07:22:45 2014 (r358515) +++ head/sysutils/lsof/Makefile Fri Jun 20 07:23:40 2014 (r358516) @@ -36,7 +36,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL HAS_CONFIGURE= yes -USES= shebangfix tar:bz2 +USES= shebangfix tar:bzip2 SHEBANG_FILES= scripts/sort_res.perl5 .include <bsd.port.pre.mk> Modified: head/www/lynx-current/Makefile ============================================================================== --- head/www/lynx-current/Makefile Fri Jun 20 07:22:45 2014 (r358515) +++ head/www/lynx-current/Makefile Fri Jun 20 07:23:40 2014 (r358516) @@ -16,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types CONFLICTS_INSTALL= lynx-2.8.[0-7].* ja-lynx-[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/g:C/p.*//} -USES= iconv shebangfix tar:bz2 +USES= iconv shebangfix tar:bzip2 USE_OPENSSL= yes SHEBANG_FILES= samples/mailto-form.pl GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406200723.s5K7Nedg041424>