head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.10.12.02.08.58;	author bdrewery;	state Exp;
branches;
next	1.6;

1.6
date	2012.02.14.19.17.12;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2012.02.12.20.35.44;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2012.02.12.20.24.07;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2012.02.10.09.28.32;	author dumbbell;	state Exp;
branches;
next	1.2;

1.2
date	2012.01.09.15.41.03;	author tabthorpe;	state Exp;
branches;
next	1.1;

1.1
date	2011.05.19.02.45.47;	author lwhsu;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# Created by: Jui-Nan Lin <jnlin@@csie.nctu.edu.tw>
# $FreeBSD: head/security/pam_google_authenticator/Makefile 305748 2012-10-12 02:08:58Z bdrewery $

PORTNAME=	pam_google_authenticator
PORTVERSION=	20120831
CATEGORIES=	security
MASTER_SITES=	LOCAL/dumbbell
DISTNAME=	google-authenticator-${PORTVERSION}

MAINTAINER=	jnlin@@csie.nctu.edu.tw
COMMENT=	PAM module for two-step authentication from Google

LICENSE=	AL2

USE_GMAKE=	yes

PLIST_FILES=	bin/google-authenticator lib/pam_google_authenticator.so

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/google-authenticator ${PREFIX}/bin/google-authenticator
	${INSTALL_LIB} ${WRKSRC}/pam_google_authenticator.so ${PREFIX}/lib/pam_google_authenticator.so

.include <bsd.port.mk>
@


1.7
log
@SVN rev 305748 on 2012-10-12 02:08:58Z by bdrewery

- Update to 20120831 snapshot [1]
- Trim header

PR:		ports/171201 [1]
Submitted by:	dumbbell [1]
Approved by:	Jui-Nan Lin <jnlin@@csie.nctu.edu.tw> (maintainer) [1]
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.6
log
@- Bump PORTREVISION
- Better/different fix for /dev/null issue

PR:             ports/165096
Submitted by:   Jui-Nan Lin <jnlin@@csie.nctu.edu.tw> (maintainer)
@
text
@d1 1
a1 4
# New ports collection makefile for:	pam_google_authenticator
# Date created:				19 May 2011
# Whom:					Jui-Nan Lin <jnlin@@csie.nctu.edu.tw>
#
a2 1
#
d5 1
a5 2
PORTVERSION=	20120119
PORTREVISION=	2
@


1.5
log
@- Patch the port to not remove /dev/null

Reported by:    many
Pointy Hat To:  myself
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.4
log
@- Mark BROKEN immediately: this port deletes /dev/null during compilation

Reported by:	pointyhat
@
text
@d10 1
a19 2
BROKEN=		deletes /dev/null

@


1.3
log
@Update security/pam_google_authenticator to 20120119 snapshot

This corresponds to the changeset 98:1f3c0d8a2b4a of the Mercurial
repository.

PR:		ports/164311
Approved by:	pgollucci
Sponsored by:	Yakaz (http://www.yakaz.com)
@
text
@d19 2
@


1.2
log
@- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
@
text
@d9 1
a9 1
PORTVERSION=	20110519
d11 1
a11 1
MASTER_SITES=	http://www.cs.nctu.edu.tw/~jnlin/distfiles/
a18 2
WRKSRC=		${WRKDIR}/${DISTNAME}/libpam

@


1.1
log
@Add pam_google_authenticator 20110519, PAM module for two-step
authentication from Google.

PR:		ports/157152
Submitted by:	Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
@
text
@d17 1
a17 1
LICENSE=	ASL
@

