svn commit: r327308 - head/www/shellinabox

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 14 17:16:05 UTC 2013


Author: sunpoet
Date: Sat Sep 14 17:16:04 2013
New Revision: 327308
URL: http://svnweb.freebsd.org/changeset/ports/327308

Log:
  - Fix previous commit
  - Bump PORTREVISION
  
  Notified by:	Yuri <yuri at rawbw.com>

Modified:
  head/www/shellinabox/Makefile

Modified: head/www/shellinabox/Makefile
==============================================================================
--- head/www/shellinabox/Makefile	Sat Sep 14 17:13:10 2013	(r327307)
+++ head/www/shellinabox/Makefile	Sat Sep 14 17:16:04 2013	(r327308)
@@ -3,7 +3,7 @@
 
 PORTNAME=	shellinabox
 PORTVERSION=	2.14
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	GOOGLE_CODE
 
@@ -12,8 +12,9 @@ COMMENT=	Publish command line shell thro
 
 LICENSE=	GPLv2
 
-OPTIONS_DEFINE=	CORES DOCS
+OPTIONS_DEFINE=	CORES DOCS NOLOGIN
 CORES_DESC=	Patch shellinaboxd to enable core dumps
+NOLOGIN_DESC=	Login through ssh (not through login)
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	\


More information about the svn-ports-all mailing list