diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-12-02 17:42:22 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-12-02 17:42:22 +0000 |
commit | 43271b33ff1d2be35d474f309c3c0c1b75cc2b4f (patch) | |
tree | 1ee0489de9825ab273f5362f58eb786a7c782b54 /shells | |
parent | cce513423489c2f1fad0b03cee0eecf8d05521e3 (diff) | |
download | ports-43271b33ff1d2be35d474f309c3c0c1b75cc2b4f.tar.gz ports-43271b33ff1d2be35d474f309c3c0c1b75cc2b4f.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 2 | ||||
-rw-r--r-- | shells/fish/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index b3aee7cae1bd..870e78028a72 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -4,7 +4,7 @@ PORTNAME= bash PATCHLEVEL= 30 PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/shells/fish/Makefile b/shells/fish/Makefile index b4621b6cb8b6..8b9d85375724 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -3,6 +3,7 @@ PORTNAME= fish PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://fishshell.com/files/${PORTVERSION}/ |