diff options
author | ache <ache@FreeBSD.org> | 1995-12-03 08:14:50 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-12-03 08:14:50 +0800 |
commit | e0d8540132dd3937f911536449cd4085e61bd626 (patch) | |
tree | a2c423c21c5334ef38ed74cbc1d868223311e78e | |
parent | dc3816bc4267119822520383356439275fb8d441 (diff) | |
download | freebsd-ports-gnome-e0d8540132dd3937f911536449cd4085e61bd626.tar.gz freebsd-ports-gnome-e0d8540132dd3937f911536449cd4085e61bd626.tar.zst freebsd-ports-gnome-e0d8540132dd3937f911536449cd4085e61bd626.zip |
Upgrade to 1.14.6 beta 3
-rw-r--r-- | shells/bash/Makefile | 15 | ||||
-rw-r--r-- | shells/bash/distinfo | 2 | ||||
-rw-r--r-- | shells/bash/pkg-comment | 2 | ||||
-rw-r--r-- | shells/bash/pkg-plist | 4 | ||||
-rw-r--r-- | shells/bash1/Makefile | 15 | ||||
-rw-r--r-- | shells/bash1/distinfo | 2 | ||||
-rw-r--r-- | shells/bash1/pkg-comment | 2 | ||||
-rw-r--r-- | shells/bash1/pkg-plist | 4 | ||||
-rw-r--r-- | shells/bash2/Makefile | 15 | ||||
-rw-r--r-- | shells/bash2/distinfo | 2 | ||||
-rw-r--r-- | shells/bash2/pkg-comment | 2 | ||||
-rw-r--r-- | shells/bash2/pkg-plist | 4 | ||||
-rw-r--r-- | shells/bash3/Makefile | 15 | ||||
-rw-r--r-- | shells/bash3/distinfo | 2 | ||||
-rw-r--r-- | shells/bash3/pkg-comment | 2 | ||||
-rw-r--r-- | shells/bash3/pkg-plist | 4 |
16 files changed, 44 insertions, 48 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 4b92bde72677..07ecfe80f960 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,20 +1,19 @@ # New ports collection makefile for: bash -# Version required: 1.14.5 +# Version required: 1.14.6 Beta 3 # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.12 1995/07/19 17:44:24 ache Exp $ +# $Id: Makefile,v 1.13 1995/10/04 14:45:01 asami Exp $ # -DISTNAME= bash-1.14.5 +PKGNAME= bash-1.14.6b3 +DISTNAME= bash-1.14.6.beta3 +WRKSRC= ${WRKDIR}/bash-1.14.6 CATEGORIES+= shells -MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ +MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ MAINTAINER= ache@FreeBSD.ORG -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/bash.1 ${PREFIX}/man/man1/bash_builtins.1 -.endif +# Don't compress manpages or .so not works. .include <bsd.port.mk> diff --git a/shells/bash/distinfo b/shells/bash/distinfo index 28a3b272d6e2..a1af0c5a5ddf 100644 --- a/shells/bash/distinfo +++ b/shells/bash/distinfo @@ -1 +1 @@ -MD5 (bash-1.14.5.tar.gz) = 66ad9afe53ef71bfb35a9a09c6761729 +MD5 (bash-1.14.6.beta3.tar.gz) = b098c18daae76528d40ca4ce5c5f0ec9 diff --git a/shells/bash/pkg-comment b/shells/bash/pkg-comment index 58ea57edd4e1..1c6603cf7793 100644 --- a/shells/bash/pkg-comment +++ b/shells/bash/pkg-comment @@ -1 +1 @@ -bash, the GNU Borne Again Shell. Version 1.14.5 +bash, the GNU Borne Again Shell. diff --git a/shells/bash/pkg-plist b/shells/bash/pkg-plist index c522ba058c68..8d51f4a46878 100644 --- a/shells/bash/pkg-plist +++ b/shells/bash/pkg-plist @@ -3,6 +3,6 @@ bin/bash @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells bin/bashbug -man/man1/bash.1.gz -man/man1/bash_builtins.1.gz +man/man1/bash.1 +man/man1/bash_builtins.1 info/bash.info diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index 4b92bde72677..07ecfe80f960 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -1,20 +1,19 @@ # New ports collection makefile for: bash -# Version required: 1.14.5 +# Version required: 1.14.6 Beta 3 # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.12 1995/07/19 17:44:24 ache Exp $ +# $Id: Makefile,v 1.13 1995/10/04 14:45:01 asami Exp $ # -DISTNAME= bash-1.14.5 +PKGNAME= bash-1.14.6b3 +DISTNAME= bash-1.14.6.beta3 +WRKSRC= ${WRKDIR}/bash-1.14.6 CATEGORIES+= shells -MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ +MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ MAINTAINER= ache@FreeBSD.ORG -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/bash.1 ${PREFIX}/man/man1/bash_builtins.1 -.endif +# Don't compress manpages or .so not works. .include <bsd.port.mk> diff --git a/shells/bash1/distinfo b/shells/bash1/distinfo index 28a3b272d6e2..a1af0c5a5ddf 100644 --- a/shells/bash1/distinfo +++ b/shells/bash1/distinfo @@ -1 +1 @@ -MD5 (bash-1.14.5.tar.gz) = 66ad9afe53ef71bfb35a9a09c6761729 +MD5 (bash-1.14.6.beta3.tar.gz) = b098c18daae76528d40ca4ce5c5f0ec9 diff --git a/shells/bash1/pkg-comment b/shells/bash1/pkg-comment index 58ea57edd4e1..1c6603cf7793 100644 --- a/shells/bash1/pkg-comment +++ b/shells/bash1/pkg-comment @@ -1 +1 @@ -bash, the GNU Borne Again Shell. Version 1.14.5 +bash, the GNU Borne Again Shell. diff --git a/shells/bash1/pkg-plist b/shells/bash1/pkg-plist index c522ba058c68..8d51f4a46878 100644 --- a/shells/bash1/pkg-plist +++ b/shells/bash1/pkg-plist @@ -3,6 +3,6 @@ bin/bash @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells bin/bashbug -man/man1/bash.1.gz -man/man1/bash_builtins.1.gz +man/man1/bash.1 +man/man1/bash_builtins.1 info/bash.info diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 4b92bde72677..07ecfe80f960 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,20 +1,19 @@ # New ports collection makefile for: bash -# Version required: 1.14.5 +# Version required: 1.14.6 Beta 3 # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.12 1995/07/19 17:44:24 ache Exp $ +# $Id: Makefile,v 1.13 1995/10/04 14:45:01 asami Exp $ # -DISTNAME= bash-1.14.5 +PKGNAME= bash-1.14.6b3 +DISTNAME= bash-1.14.6.beta3 +WRKSRC= ${WRKDIR}/bash-1.14.6 CATEGORIES+= shells -MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ +MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ MAINTAINER= ache@FreeBSD.ORG -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/bash.1 ${PREFIX}/man/man1/bash_builtins.1 -.endif +# Don't compress manpages or .so not works. .include <bsd.port.mk> diff --git a/shells/bash2/distinfo b/shells/bash2/distinfo index 28a3b272d6e2..a1af0c5a5ddf 100644 --- a/shells/bash2/distinfo +++ b/shells/bash2/distinfo @@ -1 +1 @@ -MD5 (bash-1.14.5.tar.gz) = 66ad9afe53ef71bfb35a9a09c6761729 +MD5 (bash-1.14.6.beta3.tar.gz) = b098c18daae76528d40ca4ce5c5f0ec9 diff --git a/shells/bash2/pkg-comment b/shells/bash2/pkg-comment index 58ea57edd4e1..1c6603cf7793 100644 --- a/shells/bash2/pkg-comment +++ b/shells/bash2/pkg-comment @@ -1 +1 @@ -bash, the GNU Borne Again Shell. Version 1.14.5 +bash, the GNU Borne Again Shell. diff --git a/shells/bash2/pkg-plist b/shells/bash2/pkg-plist index c522ba058c68..8d51f4a46878 100644 --- a/shells/bash2/pkg-plist +++ b/shells/bash2/pkg-plist @@ -3,6 +3,6 @@ bin/bash @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells bin/bashbug -man/man1/bash.1.gz -man/man1/bash_builtins.1.gz +man/man1/bash.1 +man/man1/bash_builtins.1 info/bash.info diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 4b92bde72677..07ecfe80f960 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -1,20 +1,19 @@ # New ports collection makefile for: bash -# Version required: 1.14.5 +# Version required: 1.14.6 Beta 3 # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.12 1995/07/19 17:44:24 ache Exp $ +# $Id: Makefile,v 1.13 1995/10/04 14:45:01 asami Exp $ # -DISTNAME= bash-1.14.5 +PKGNAME= bash-1.14.6b3 +DISTNAME= bash-1.14.6.beta3 +WRKSRC= ${WRKDIR}/bash-1.14.6 CATEGORIES+= shells -MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ +MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ MAINTAINER= ache@FreeBSD.ORG -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/bash.1 ${PREFIX}/man/man1/bash_builtins.1 -.endif +# Don't compress manpages or .so not works. .include <bsd.port.mk> diff --git a/shells/bash3/distinfo b/shells/bash3/distinfo index 28a3b272d6e2..a1af0c5a5ddf 100644 --- a/shells/bash3/distinfo +++ b/shells/bash3/distinfo @@ -1 +1 @@ -MD5 (bash-1.14.5.tar.gz) = 66ad9afe53ef71bfb35a9a09c6761729 +MD5 (bash-1.14.6.beta3.tar.gz) = b098c18daae76528d40ca4ce5c5f0ec9 diff --git a/shells/bash3/pkg-comment b/shells/bash3/pkg-comment index 58ea57edd4e1..1c6603cf7793 100644 --- a/shells/bash3/pkg-comment +++ b/shells/bash3/pkg-comment @@ -1 +1 @@ -bash, the GNU Borne Again Shell. Version 1.14.5 +bash, the GNU Borne Again Shell. diff --git a/shells/bash3/pkg-plist b/shells/bash3/pkg-plist index c522ba058c68..8d51f4a46878 100644 --- a/shells/bash3/pkg-plist +++ b/shells/bash3/pkg-plist @@ -3,6 +3,6 @@ bin/bash @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells bin/bashbug -man/man1/bash.1.gz -man/man1/bash_builtins.1.gz +man/man1/bash.1 +man/man1/bash_builtins.1 info/bash.info |