diff options
author | olivier <olivier@FreeBSD.org> | 2018-11-13 23:00:25 +0800 |
---|---|---|
committer | olivier <olivier@FreeBSD.org> | 2018-11-13 23:00:25 +0800 |
commit | 0b07c12686b33dc4b60cc99a32c0f47a93c02a9f (patch) | |
tree | a0bc6891295bced58fafe1cd04774ab9c71bc2fe /www/shellinabox/Makefile | |
parent | b3f35877154327aa62192113320ac74fb5600736 (diff) | |
download | freebsd-ports-gnome-0b07c12686b33dc4b60cc99a32c0f47a93c02a9f.tar.gz freebsd-ports-gnome-0b07c12686b33dc4b60cc99a32c0f47a93c02a9f.tar.zst freebsd-ports-gnome-0b07c12686b33dc4b60cc99a32c0f47a93c02a9f.zip |
Be stricter when matching URLs.
Submitted by: gahr
Obtained from: https://github.com/shellinabox/shellinabox/pull/448/
Diffstat (limited to 'www/shellinabox/Makefile')
-rw-r--r-- | www/shellinabox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/shellinabox/Makefile b/www/shellinabox/Makefile index fbfe8c9af38a..559e12e98d7e 100644 --- a/www/shellinabox/Makefile +++ b/www/shellinabox/Makefile @@ -4,7 +4,7 @@ PORTNAME= shellinabox PORTVERSION= 2.20 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= olivier@FreeBSD.org |