View | Details | Raw Unified | Return to bug 215989 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +6 lines)
Lines 2-13 Link Here
2
# $FreeBSD: head/shells/lshell/Makefile 420446 2016-08-19 04:23:33Z marino $
2
# $FreeBSD: head/shells/lshell/Makefile 420446 2016-08-19 04:23:33Z marino $
3
3
4
PORTNAME=	lshell
4
PORTNAME=	lshell
5
PORTVERSION=	0.9.16
5
PORTVERSION=	0.9.18
6
PORTREVISION=	2
6
DISTNAME=	${PORTNAME}_${PORTVERSION}			# The remote file is called lshell_$version
7
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}		# But the actual zip directory is lshell-$version
7
CATEGORIES=	shells
8
CATEGORIES=	shells
8
MASTER_SITES=	SF
9
MASTER_SITES=	https://github.com/ghantoos/${PORTNAME}/releases/download/${PORTVERSION}/
9
10
10
MAINTAINER=	ports@FreeBSD.org
11
12
MAINTAINER=	dfl@hipay.com
11
COMMENT=	Shell environment to limited sets of commands to users
13
COMMENT=	Shell environment to limited sets of commands to users
12
14
13
LICENSE=	GPLv3+
15
LICENSE=	GPLv3+

Return to bug 215989