summaryrefslogtreecommitdiffstats
path: root/shells/bash/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-09-13 00:43:09 +0000
committerobrien <obrien@FreeBSD.org>2002-09-13 00:43:09 +0000
commit5f967ce2d5c3602aea0415809af328249b0afe65 (patch)
treed03dbab7f309742b6f50f921edf668a5481e815c /shells/bash/Makefile
parent2fb95f2ea2cf52bec5974e034fe515fb6cf38fb6 (diff)
downloadFreeBSD-ports-5f967ce2d5c3602aea0415809af328249b0afe65.zip
FreeBSD-ports-5f967ce2d5c3602aea0415809af328249b0afe65.tar.gz
Use offical vendor patches 1-4.
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r--shells/bash/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 643a522..44a36b0 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -7,23 +7,25 @@
#
PORTNAME= bash
-PORTVERSION= 2.05b
-PORTREVISION?= 1
+PORTVERSION= 2.05b.004
+PORTREVISION?= 0
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.cwru.edu/pub/bash/
MASTER_SITE_SUBDIR= bash
.if !defined(NOPORTDOCS)
-DISTFILES= bash-${PORTVERSION}.tar.gz bash-doc-${PORTVERSION}.tar.gz
+DISTFILES= bash-${PORTVERSION:C/\....$//}.tar.gz \
+ bash-doc-${PORTVERSION:C/\....$//}.tar.gz
.endif
PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/
-PATCHFILES= bash205b-003
+PATCHFILES= bash205b-001 bash205b-002 bash205b-003 bash205b-004
MAINTAINER= obrien@FreeBSD.org
.include <bsd.port.pre.mk>
+WRKSRC= ${WRKDIR}/bash-${PORTVERSION:C/\....$//}
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --with-installed-readline
CONFIGURE_ENV= LDFLAGS=-static
OpenPOWER on IntegriCloud