Update to version 1.3.1.

PR:		6703
Submitted by:	maintainer
This commit is contained in:
Steve Price 1998-05-24 03:19:19 +00:00
parent dce4f932e1
commit f0e1947767
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11119
3 changed files with 15 additions and 26 deletions

View File

@ -1,41 +1,29 @@
# New ports collection makefile for: gone
# Version required: 1.3
# Version required: 1.3.1
# Date created: 19 April 1998
# Whom: marcus
#
# $Id: Makefile,v 1.2 1998/04/20 03:17:26 mph Exp $
# $Id: Makefile,v 1.3 1998/04/20 04:41:16 mph Exp $
#
DISTNAME= gone-1.3
DISTNAME= gone-1.3.1
CATEGORIES= misc
MASTER_SITES= http://jaguar.ir.miami.edu/~marcus/
MAINTAINER= marcus@miami.edu
MAN1= gone.1
GNU_CONFIGURE= yes
MAN1= gone.1
.if !defined(WITH_SETUID)
WITH_SETUID= no
CONFIGURE_ENV= SETUID_Q=no
SHOWHELP= yes
.elif ${WITH_SETUID} == YES || ${WITH_SETUID} == yes || ${WITH_SETUID} == Yes
CONFIGURE_ENV= SETUID_Q=yes
.elif ${WITH_SETUID} == NO || ${WITH_SETUID} == no || ${WITH_SETUID} == No
CONFIGURE_ENV= SETUID_Q=no
#
# If you would like to be able to use system passwords for gone
# override this with WITH_SETUID=yes in your environment.
# Be aware that setting gone to suid MAY be a security hole.
#
WITH_SETUID?= no
.if ${WITH_SETUID} == yes
CONFIGURE_ENV= with_setuid=yes
.else
ABORT= yes
CONFIGURE_ENV= with_setuid=no
.endif
pre-configure:
.if defined(SHOWHELP)
@ ${ECHO_MSG} To authenticate system passwords, build with \"make WITH_SETUID=YES\".
@ ${ECHO_MSG} Running setuid could introduce security holes in your system.
.endif
.if defined(ABORT)
@ ${ECHO_MSG} I do not understand WITH_SETUID=${WITH_SETUID}. Set to YES or NO.
@ ${FALSE}
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (gone-1.3.tar.gz) = a91409e17a5947db73d815a684219d2c
MD5 (gone-1.3.1.tar.gz) = 5f2676d0a8999b7916e82ffc37286db0

View File

@ -1,2 +1,3 @@
@cwd /usr/local
bin/gone
man/man1/gone.1.gz