head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.3;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.02.19.07.02.57;	author rm;	state Exp;
branches;
next	1.4;

1.4
date	2012.02.02.00.04.24;	author jgh;	state Exp;
branches;
next	1.3;

1.3
date	2011.11.21.04.33.47;	author jpaetzel;	state Exp;
branches;
next	1.2;

1.2
date	2011.10.20.17.23.13;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2011.10.20.12.22.03;	author eadler;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-htpasswd
# Date created:				2011-08-26
# Whom:					Aldis Berjoza <aldis@@bsdroot.lv>
#
# $FreeBSD: head/security/py-htpasswd/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	htpasswd
PORTVERSION=	2008.03.05
PORTREVISION=	2
CATEGORIES=	security python
MASTER_SITES=	http://files.bsdroot.lv/my/FreeBSD/distfiles/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	graudeejs@@gmail.com
COMMENT=	Replacement for htpasswd

USE_PYTHON=	yes
USE_XZ=		yes

PLIST_FILES=	bin/${PORTNAME}.py

NO_BUILD=	yes
NO_WRKSUBDIR=	yes

post-patch:
	${SED} -I.orig -e 's|^#!/usr/bin/python|#!/usr/bin/env python|' ${WRKDIR}/${PORTNAME}.py

do-install:
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.py ${PREFIX}/bin/

.include <bsd.port.mk>
@


1.5
log
@- replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)

They all non-functional changes.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- fix sed regular expression
- don't clobber do-patch while here

PR:	ports/164693
Submitted by:	maintainer, graudeejs at gmail.com
Approved by:	crees, rene (mentors, implicit)
@
text
@d18 2
a19 2
USE_PYTHON=	YES
USE_XZ=		YES
d23 2
a24 2
NO_BUILD=	YES
NO_WRKSUBDIR=	YES
@


1.3
log
@Unbreak security/py-htpasswd

PR:	ports/162707
Approved by:	Aldis Berjoza <graudeejs@@gmail.com> (maintainer)
Feature safe:	yes
@
text
@d10 1
a10 1
PORTREVISION=	1
d26 3
a28 2
do-patch:
	${SED} -I.orig -e 's#^/usr/bin/python#/usr/bin/env python#' ${WRKDIR}/${PORTNAME}.py
@


1.2
log
@- Update MAINTAINER address

PR:		ports/161838
Submitted by:	Aldis Berjoza <aldis@@bsdroot.lv> (maintainer)
@
text
@d10 1
d26 2
@


1.1
log
@Replacement for htpasswd.

This port will install htpasswd.py that can be found in trac trac contrib
directory.

WWW: http://trac.edgewall.org/browser/trunk/contrib/htpasswd.py

PR:		ports/160213
Submitted by:	Aldis Berjoza <aldis@@bsdroot.lv>
Approved by:	bapt (mentor)
@
text
@d14 1
a14 1
MAINTAINER=	aldis@@bsdroot.lv
@

