diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-11-02 05:30:56 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-11-02 05:30:56 +0800 |
commit | efa1bb0b8de658ccc13024534bde9b4773b9baf1 (patch) | |
tree | 8e95974b40699cbec4e5eb2612b1f115b08733b4 /shells | |
parent | 9b0a48ba3460c1adf514b0a7e843d852ecd8b9a7 (diff) | |
download | freebsd-ports-gnome-efa1bb0b8de658ccc13024534bde9b4773b9baf1.tar.gz freebsd-ports-gnome-efa1bb0b8de658ccc13024534bde9b4773b9baf1.tar.zst freebsd-ports-gnome-efa1bb0b8de658ccc13024534bde9b4773b9baf1.zip |
- Update to patch level 50
- Take maintainership
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash3/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 00eb2ff783e3..053708bfc732 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -7,9 +7,8 @@ # PORTNAME= bash -PATCHLEVEL= 48 +PATCHLEVEL= 50 PORTVERSION= 3.2.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:S/$/:bash/} \ ftp://ftp.cwru.edu/pub/%SUBDIR%/:faq @@ -26,12 +25,10 @@ PATCHFILES!= /usr/bin/jot -s " " -w \ ${PORTNAME}${PORTVERSION:R:S/.//g}-%03d \ ${PATCHLEVEL} 1 ${PATCHLEVEL} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@FreeBSD.org COMMENT= The GNU Project's Bourne Again SHell IGNOREFILES= FAQ -LATEST_LINK= bash3 -CONFLICTS= bash-[0-24-9].* .if !defined(WITHOUT_IMPLICITCD) EXTRA_PATCHES+= ${PATCHDIR}/xpatch-implicitcd @@ -62,11 +59,14 @@ CONFIGURE_ARGS= --without-bash-malloc \ WITHOUT_NLS=yes .endif CONFIGURE_ARGS+= --enable-static-link -PKGNAMESUFFIX= -static -CONFLICTS+= bash-[0-9]* +PKGNAMESUFFIX= 3-static +LATEST_LINK= bash3-static +CONFLICTS+= bash-[0-9]* bash-static-[0-9]* bash3-[0-9]* .else CONFIGURE_ARGS+= --enable-static-link=no -CONFLICTS+= bash-static-[0-9]* +CONFLICTS+= bash-[0-9]* bash-static-[0-9]* bash3-static-[0-9]* +PKGNAMESUFFIX= 3 +LATEST_LINK= bash3 .endif .if defined(WITHOUT_HELP) |