head	1.13;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	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.7
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4;
locks; strict;
comment	@# @;


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

1.12
date	2012.05.10.22.02.13;	author beech;	state Exp;
branches;
next	1.11;

1.11
date	2010.01.28.20.59.15;	author glarkin;	state Exp;
branches;
next	1.10;

1.10
date	2009.11.12.05.10.15;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2009.03.22.20.56.49;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2008.06.18.11.36.49;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2006.11.03.13.26.32;	author clement;	state Exp;
branches;
next	1.6;

1.6
date	2006.05.13.04.15.13;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2005.10.30.12.01.22;	author clement;	state Exp;
branches;
next	1.4;

1.4
date	2004.12.11.22.15.14;	author clement;	state Exp;
branches;
next	1.3;

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

1.2
date	2004.10.15.07.48.24;	author clement;	state Exp;
branches;
next	1.1;

1.1
date	2004.10.14.08.39.54;	author clement;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for:	pwauth
# Date created:				Oct 14 2004
# Whom:					clement
#
# $FreeBSD: head/security/pwauth/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	pwauth
PORTVERSION=	2.3.10
CATEGORIES=	security www
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
		http://www.unixpapa.com/software/

MAINTAINER=	eg@@fbsd.lt
COMMENT=	A Unix Web Authenticator

PLIST_FILES=	bin/pwauth bin/checkfaillog

ALL_TARGET=	pwauth checkfaillog
MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LIB="-lcrypt -lpam"

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 900007
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-utmpx
.endif

WWWUID!=	${ID} -u ${WWWOWN}
MINUID?=	1000

post-patch:
	@@${REINPLACE_CMD} "s/%%UIDS%%/${WWWUID}/ ; \
		s/%%MINUID%%/${MINUID}/" ${WRKSRC}/config.h

do-install:
	-@@${MKDIR} ${PREFIX}/bin
	@@${INSTALL_PROGRAM} ${WRKSRC}/pwauth ${PREFIX}/bin
	@@${INSTALL_PROGRAM} ${WRKSRC}/checkfaillog ${PREFIX}/bin
	@@${CHMOD} u=rxs ${PREFIX}/bin/pwauth

.include <bsd.port.post.mk>
@


1.12
log
@- update to 2.3.10
- unbreak build on FreeBSD 9.X, 10.X

PR:		ports/167781
Submitted by:	Edmondas Girkantas <eg@@fbsd.lt> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- Added MASTER_SITE_GOOGLE_CODE
- Added BROKEN for 9.x until utmp.h issue is fixed
- Updated WWW: homepage

PR:		ports/143187
Submitted by:	Edmondas Girkantas <eg@@fbsd.lt> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	2.3.7
d24 2
a25 2
.if ${OSVERSION} > 900006
BROKEN=		does not compile on 9.X
@


1.10
log
@Over to submitter of most recent update.
@
text
@d11 2
a12 1
MASTER_SITES=	http://www.unixpapa.com/software/
d24 4
@


1.9
log
@- Update to 2.3.7

PR:		ports/131791
Submitted by:	Edmondas Girkantas <eg@@fbsd.lt>
Approved by:	maintainer timeout (clement; 1 month)
@
text
@d13 1
a13 1
MAINTAINER=	clement@@FreeBSD.org
@


1.8
log
@[PATCH] security/pwauth: make MIN_UNIX_UID configurable

PR:		ports/122724
Submitted by:	Scott Mitchell <rsm@@freebsd.org>
Approved by:	maintainer timeout
@
text
@d9 1
a9 2
PORTVERSION=	2.3.2
PORTREVISION=	1
d31 1
a31 1
	-@@${MKDIR} -p ${PREFIX}/bin
@


1.7
log
@- Update to 2.3.2
@
text
@d10 1
d25 1
d29 1
a29 1
		s/%%MINUID%%/1000/" ${WRKSRC}/config.h
@


1.6
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d9 1
a9 1
PORTVERSION=	2.3.1
@


1.5
log
@- Update to 2.3.1
- Avoid patching Makefile [1]

Submitted by:		vs [1]
@
text
@a15 1
USE_REINPLACE=	yes
@


1.4
log
@- Fix permission violation on ${PREFIX}/bin

Noticed by:	kris
@
text
@d9 1
a9 1
PORTVERSION=	2.2.8
d17 4
a20 1
PLIST_FILES=	bin/pwauth
d33 1
@


1.3
log
@IGNORE: Changes the permissions on ${LOCALBASE}/bin
@
text
@a15 2
IGNORE=		changes the permissions on ${LOCALBASE}/bin

d28 1
d30 1
a30 1
	@@${CHMOD} u=rxs ${PREFIX}/bin
@


1.2
log
@- pwauth must have a SUID bit
@
text
@d16 2
@


1.1
log
@Add security/pwauth 2.2.8,
A Unix Web Authenticator.
@
text
@d29 1
@

