diff options
| author | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-07-26 20:46:53 +0000 |
|---|---|---|
| committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-07-26 20:46:53 +0000 |
| commit | ea8c8ec7da96df12146a2cc428077258141791cf (patch) | |
| tree | 4948f43cc5526726a30e3663b43b32a1dd49399a /shells | |
| parent | 9d240807dd6ea2b16bf2e56c8bda56c8e619f6b2 (diff) | |
Notes
Diffstat (limited to 'shells')
| -rw-r--r-- | shells/ast-ksh/Makefile | 1 | ||||
| -rw-r--r-- | shells/ksh93-devel/Makefile | 1 | ||||
| -rw-r--r-- | shells/ksh93/Makefile | 1 | ||||
| -rw-r--r-- | shells/sparforte/Makefile | 2 |
4 files changed, 4 insertions, 1 deletions
diff --git a/shells/ast-ksh/Makefile b/shells/ast-ksh/Makefile index 062b6cf85fef..929e99bd810d 100644 --- a/shells/ast-ksh/Makefile +++ b/shells/ast-ksh/Makefile @@ -12,6 +12,7 @@ PORTNAME= ast-ksh PORTVERSION= ${KSHVERSION:S/-//g} +PORTREVISION= 1 CATEGORIES= shells DIST_SUBDIR= ksh93 diff --git a/shells/ksh93-devel/Makefile b/shells/ksh93-devel/Makefile index 163a1828daf0..20b86d3eefab 100644 --- a/shells/ksh93-devel/Makefile +++ b/shells/ksh93-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= ksh93 PORTVERSION= ${AST_COMMIT_DATE} +PORTREVISION= 1 CATEGORIES= shells PKGNAMESUFFIX= -devel diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 7686132e2d6a..4b2bc545f076 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -3,6 +3,7 @@ PORTNAME= ksh93 DISTVERSION=2020.0.0-alpha1 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= cy@freebsd.org diff --git a/shells/sparforte/Makefile b/shells/sparforte/Makefile index 6e6dba537783..a8b6bcce51d4 100644 --- a/shells/sparforte/Makefile +++ b/shells/sparforte/Makefile @@ -3,7 +3,7 @@ PORTNAME= sparforte PORTVERSION= 2.0.2 -PORTREVISION= 5 +PORTREVISION= 6 DISTVERSIONPREFIX= v CATEGORIES= shells lang |
