aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2010-08-01 16:21:12 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2010-08-01 16:21:12 +0000
commitbb49c09fc002f413ec18713ebd99feddd5c879df (patch)
treedb6658a307b266c127892ef88ff46eb4dfce1f65 /misc
parent553423119f956d32d6b5db1347a9254840cc532c (diff)
downloadports-bb49c09fc002f413ec18713ebd99feddd5c879df.tar.gz
ports-bb49c09fc002f413ec18713ebd99feddd5c879df.zip
Notes
Diffstat (limited to 'misc')
-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