head	1.14;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2;
locks; strict;
comment	@# @;


1.14
date	2013.03.07.13.47.39;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.12.10.01.26.33;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.11.17.06.01.21;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.09.30.06.25.19;	author rm;	state Exp;
branches;
next	1.10;

1.10
date	2009.08.22.00.35.07;	author amdmi3;	state Exp;
branches;
next	1.9;

1.9
date	2009.07.07.16.52.04;	author skreuzer;	state Exp;
branches;
next	1.8;

1.8
date	2009.07.07.12.51.15;	author skreuzer;	state Exp;
branches;
next	1.7;

1.7
date	2007.03.14.07.57.59;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2006.11.29.20.52.34;	author sat;	state Exp;
branches;
next	1.5;

1.5
date	2004.11.24.05.44.06;	author daichi;	state Exp;
branches;
next	1.4;

1.4
date	2004.02.04.05.08.52;	author marcus;	state Exp;
branches;
next	1.3;

1.3
date	2004.01.30.11.17.26;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2003.07.13.02.30.56;	author foxfair;	state Exp;
branches;
next	1.1;

1.1
date	2003.07.10.02.00.43;	author foxfair;	state Exp;
branches;
next	;


desc
@@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313559
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: hbo@@egbok.com
# $FreeBSD: head/security/sudoscript/Makefile 313559 2013-03-07 03:25:10Z bdrewery $

PORTNAME=	sudoscript
PORTVERSION=	2.1.2
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%202.1%20release/${PORTNAME}%20${PORTVERSION}

MAINTAINER=	c.petrik.sosa@@gmail.com
COMMENT=	Audited shells in Perl with sudo(8) and script(1)

MAN1=		ss.1 sudoshell.1
MAN3=		Sudoscript.3pm
MAN8=		sudoscriptd.8 sudoscript.8
MANCOMPRESSED=	no

USE_GMAKE=	yes
USE_PERL5=	yes

post-patch:
	@@${REINPLACE_CMD} -e 's|^PREFIX=|^PREFIX?=|g' \
	${WRKSRC}/Makefile

.include <bsd.port.mk>
@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308576
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308576 | eadler | 2012-12-10 01:20:16 +0000 (Mon, 10 Dec 2012) | 5 lines
## SVN ##
## SVN ## Revert Chris Petrik's ports to the pool.  Thank you for all your work so far, and should you desire to return just let us know.
## SVN ##
## SVN ## PR:		ports/174309
## SVN ## Submitted by:	Chris Petrik
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/security/sudoscript/Makefile 308576 2012-12-10 01:20:16Z eadler $
d9 1
a9 1
MAINTAINER=	ports@@FreeBSD.org
@


1.12
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/security/sudoscript/Makefile 305074 2012-09-30 06:25:19Z rm $
d9 1
a9 1
MAINTAINER=	c.petrik.sosa@@gmail.com
@


1.11
log
@SVN rev 305074 on 2012-09-30 06:25:19Z by rm

- pass maintainership to new volonteer

while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr

PR:		172163
Submitted by:	Chris Petrik <c.petrik.sosa at gmail dot com>
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.10
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d1 1
a1 4
# New ports collection makefile for:   sudoscript
# Date created:        17 June, 2003
# Whom:                hbo@@egbok.com
#
a2 1
#
d9 1
a9 1
MAINTAINER=	ports@@FreeBSD.org
@


1.9
log
@Fix a typo in previous commit

Approved by:	wxs (mentor
@
text
@d11 1
a11 1
MASTER_SITES=	SF
@


1.8
log
@Fix with custom LOCALBASE / PREFIX

Reported by:	QAT
Approved by:	wxs (mentor)
@
text
@d25 1
a25 1
	@@${REINPLACE_CMD} -e 's|PREFIX=|PREFIX?=|g' \
@


1.7
log
@Reset hbo@@egbok.com due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d24 4
@


1.6
log
@- Switch to SF mirrors

PR:		ports/104944
Submitted by:	Thomas Abthorpe <thomas@@goodking.ca>
Approved by:	Howard Owen <hbo@@egbok.com> (maintainer timeout, 30 days)
@
text
@d13 1
a13 1
MAINTAINER=	hbo@@egbok.com
@


1.5
log
@security/sudoscript to 2.1.2; fixes security bug

PR:		ports/74297
Submitted by:	Howard Owen <hbo@@egbok.com> (maintainer)
@
text
@d11 1
a11 2
MASTER_SITES=	http://download.sourceforge.net/sudoscript/ \
		http://egbok.com/sudoscript/
@


1.4
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d9 1
a9 2
PORTVERSION=	2.1.1
PORTREVISION=	3
@


1.3
log
@Fix plist and bump PORTREVISION
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.2
log
@Fix sudoscript port build bug (define USE_PERL5 in Makefile).

Obtained from:	bento, kris@@
PR:		54405
Submitted by:	maintainer
@
text
@d10 1
a10 1
PORTREVISION=	1
d18 1
a18 1
MAN1=		sudoshell.1
@


1.1
log
@PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Add sudoscript, an audited shell using sudo(8) and script(1)

PR:		53967
Submitted by:	Howard Owen <hbo@@egbok.com>
@
text
@d10 1
d24 2
@

