aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gone
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2010-08-02 00:21:12 +0800
committermarcus <marcus@FreeBSD.org>2010-08-02 00:21:12 +0800
commit8717701e13735de0605b4fd762c9ef1f89a077bb (patch)
treea8a48004a6e9ababc413cdcd6fd70c21caffa40b /misc/gone
parent9e4462fdea6e7cc026a458bef811443aa945425d (diff)
downloadfreebsd-ports-gnome-8717701e13735de0605b4fd762c9ef1f89a077bb.tar.gz
freebsd-ports-gnome-8717701e13735de0605b4fd762c9ef1f89a077bb.tar.zst
freebsd-ports-gnome-8717701e13735de0605b4fd762c9ef1f89a077bb.zip
Update to 1.3.6 which brings VTY switch prevention support.
Diffstat (limited to 'misc/gone')
-rw-r--r--misc/gone/Makefile10
-rw-r--r--misc/gone/distinfo6
-rw-r--r--misc/gone/pkg-descr18
3 files changed, 18 insertions, 16 deletions
diff --git a/misc/gone/Makefile b/misc/gone/Makefile
index 8a95fbdac943..31768cb69679 100644
--- a/misc/gone/Makefile
+++ b/misc/gone/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= gone
-PORTVERSION= 1.3.5
+PORTVERSION= 1.3.6
CATEGORIES= misc
-MASTER_SITES= http://jaguar.ir.miami.edu/~marcus/
+MASTER_SITES= http://www.marcuscom.com/downloads/gone/
MAINTAINER= marcus@FreeBSD.org
COMMENT= A terminal locking utility with many improvements over lock(1)
@@ -17,6 +17,10 @@ MAN1= gone.1
PLIST_FILES= bin/gone
GNU_CONFIGURE= yes
+OPTIONS= SETUID "Install gone setuid root for password support" OFF
+
+.include <bsd.port.pre.mk>
+
#
# If you would like to be able to use system passwords for gone
# override this with WITH_SETUID=yes in your environment.
@@ -28,4 +32,4 @@ CONFIGURE_ENV= with_setuid=yes
CONFIGURE_ENV= with_setuid=no
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/misc/gone/distinfo b/misc/gone/distinfo
index 28b813edbb4f..3f15c6be5ea2 100644
--- a/misc/gone/distinfo
+++ b/misc/gone/distinfo
@@ -1,3 +1,3 @@
-MD5 (gone-1.3.5.tar.gz) = a87333c81b43fab56034a6ef00a9e98c
-SHA256 (gone-1.3.5.tar.gz) = 3139a1e742957c2e8e552198f0dcbf1752a1e19c7c78d5a776fbcfa2a1fba6c5
-SIZE (gone-1.3.5.tar.gz) = 23800
+MD5 (gone-1.3.6.tar.gz) = 6873953e11b14215d3300299af7bbd9a
+SHA256 (gone-1.3.6.tar.gz) = 6f45c29f6d64461ea76f2342a9a01a5b5ef5d82d5d9cd9d4f21a2dc9cd6a7137
+SIZE (gone-1.3.6.tar.gz) = 24559
diff --git a/misc/gone/pkg-descr b/misc/gone/pkg-descr
index ea05b2f19615..96199944f97e 100644
--- a/misc/gone/pkg-descr
+++ b/misc/gone/pkg-descr
@@ -1,12 +1,10 @@
-Gone is a utility that locks a terminal with a password
-chosen by the user. Gone will prompt the user for a pass-
-word (unless the -p option is given, then gone will use the system
-password), then print the gone banner, then drop into the gone
-shell. From this shell, only a restricted set of commands
-can be run. Gone will also disallow messages by removing
-permissions on the parent tty. After the timeout period
-(10 minutes by default), gone will automatically log the
-user out.
+Gone is a utility that locks a terminal with a password chosen by the user.
+Gone will prompt the user for a password (unless the -p option is given,
+then gone will use the system password), then print the gone banner, then drop
+into the gone shell. From this shell, only a restricted set of commands can be
+run. Gone will also disallow messages by removing permissions on the parent
+tty. After the timeout period (10 minutes by default), gone will
+automatically log the user out.
-Joe
-marcus@miami.edu
+marcus@marcuscom.com