head	1.22;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.13
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.3;
locks; strict;
comment	@# @;


1.22
date	2012.12.10.20.43.18;	author svnexp;	state Exp;
branches;
next	1.21;

1.21
date	2012.11.17.06.02.29;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2012.04.18.12.04.00;	author madpilot;	state Exp;
branches;
next	1.19;

1.19
date	2012.04.14.18.45.06;	author madpilot;	state Exp;
branches;
next	1.18;

1.18
date	2012.03.27.17.20.19;	author crees;	state Exp;
branches;
next	1.17;

1.17
date	2011.08.23.00.07.16;	author sylvio;	state Exp;
branches;
next	1.16;

1.16
date	2010.06.19.04.23.03;	author linimon;	state Exp;
branches;
next	1.15;

1.15
date	2009.08.22.00.38.05;	author amdmi3;	state Exp;
branches;
next	1.14;

1.14
date	2007.11.28.11.53.38;	author jmelo;	state Exp;
branches;
next	1.13;

1.13
date	2007.04.03.16.20.02;	author jmelo;	state Exp;
branches;
next	1.12;

1.12
date	2007.02.27.04.36.48;	author kris;	state Exp;
branches;
next	1.11;

1.11
date	2007.01.26.15.12.48;	author jmelo;	state Exp;
branches;
next	1.10;

1.10
date	2006.04.05.21.04.27;	author jmelo;	state Exp;
branches;
next	1.9;

1.9
date	2006.02.06.22.19.53;	author erwin;	state Exp;
branches;
next	1.8;

1.8
date	2005.10.26.21.04.11;	author mnag;	state Exp;
branches;
next	1.7;

1.7
date	2005.07.22.19.13.21;	author novel;	state Exp;
branches;
next	1.6;

1.6
date	2004.10.11.23.29.55;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2004.09.23.07.19.34;	author danfe;	state Exp;
branches;
next	1.4;

1.4
date	2004.09.18.07.43.25;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2004.02.13.15.17.15;	author krion;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.04.05.09.25;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2003.12.26.00.39.09;	author pav;	state Exp;
branches;
next	;


desc
@@


1.22
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308635
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308635 | madpilot | 2012-12-10 20:39:40 +0000 (Mon, 10 Dec 2012) | 2 lines
## SVN ##
## SVN ## Trim Makefile headers for ports I maintain.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Jean Milanez Melo <jmelo@@FreeBSD.org>
# $FreeBSD: head/www/chpasswd/Makefile 308635 2012-12-10 20:39:40Z madpilot $

PORTNAME=	chpasswd
PORTVERSION=	2.2.4
PORTREVISION=	1
CATEGORIES=	www
#MASTER_SITES=	SF/orsochpasswd/orsochpasswd/chpasswd-2.2.4/
MASTER_SITES=	SF/orso${PORTNAME}/orso${PORTNAME}/${PORTNAME}-${PORTVERSION}/

MAINTAINER=	madpilot@@FreeBSD.org
COMMENT=	Allow users to change their Squid or Web password using the browser

HAS_CONFIGURE=	yes

CONFIGURE_ARGS=	--prefix=${PREFIX}/etc/chpasswd \
		--enable-language=English \
		--enable-cgidir=${PREFIX}/www/cgi-bin

pre-install:
	@@${MKDIR} ${PREFIX}/www/cgi-bin

post-install:
	@@${ECHO} 'Remember, passwd and log file must be owned by httpd user, or chmod 777'

.include <bsd.port.mk>
@


1.21
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	chpasswd
# Date created:		18 December 2003
# Whom:			Jean Milanez Melo <jmelo@@FreeBSD.org>
#
# $FreeBSD: head/www/chpasswd/Makefile 300897 2012-07-14 14:29:18Z beat $
#
@


1.20
log
@- Fix build with clang.
- Modify port to not register configuration file in plist.
- Add note in UPDATING to save the configuration file before this update.
- Bump PORTVERSION.

PR:		ports/166638
Approved by:	crees (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.19
log
@Change to my FreeBSD.org email address.

Approved by:	crees (mentor)
@
text
@d10 1
@


1.18
log
@Over to new maintainer

Submitted by:	Guido Falsi (mad@@madpilot.net)
Feature safe:	yes
@
text
@d14 1
a14 1
MAINTAINER=	mad@@madpilot.net
@


1.17
log
@- Update to 2.2.4
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.16
log
@Reset jmelo@@FreeBSD.org due to many months of inactivity and no response
to PRs.

Hat:		portmgr
Feature safe:	yes
@
text
@d9 1
a9 2
PORTVERSION=	2.2.3
PORTREVISION=	3
d11 2
a12 1
MASTER_SITES=	SF/orso${PORTNAME}/orso${PORTNAME}/${PORTVERSION}
@


1.15
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d14 1
a14 1
MAINTAINER=	jmelo@@FreeBSD.org
@


1.14
log
@- unbreak gcc42
- Bump portrevision
- update mastersites.

PR:		ports/117928
Submitted by:	Philippe Audeoud <jadawin@@tuxaco.net>
Approved by:	portmgr (linimon)
@
text
@d12 1
a12 2
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	orsochpasswd
@


1.13
log
@- Mark as broken on 7.x.

Reported by:	krismail
@
text
@d10 1
a10 1
PORTREVISION=	2
d12 1
a12 1
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
a23 6
.include <bsd.port.pre.mk>

.if (${OSVERSION} >= 700000)
BROKEN=		Does not compile on 7.X
.endif

d30 1
a30 1
.include <bsd.port.post.mk>
@


1.12
log
@Now builds on 7.x
@
text
@d24 6
d36 1
a36 1
.include <bsd.port.mk>
@


1.11
log
@- Mark as broken on 7.x.

Reported by: krismail
@
text
@a23 6
.include <bsd.port.pre.mk>

.if (${OSVERSION} >= 700000)
BROKEN=		Does not compile on 7.X
.endif

d30 1
a30 1
.include <bsd.port.post.mk>
@


1.10
log
@- Change my ports MAINTAINER to jmelo@@FreeBSD.org.

Approved by:	mnag (mentor)
@
text
@d24 6
d36 1
a36 1
.include <bsd.port.mk>
@


1.9
log
@- dirrmtry www/cgi-bin
- Bump PORTREVISION

PR:		92919
Submitted by:	Jean Milanez Melo <jmelo@@freebsdbrasil.com.br> (maintainer)
Reported by:	kris
@
text
@d3 1
a3 1
# Whom:			Jean Milanez Melo <jmelo@@freebsdbrasil.com.br>
d15 1
a15 1
MAINTAINER=	jmelo@@freebsdbrasil.com.br
@


1.8
log
@Change MASTER_SITES

PR:		88061
Submitted by:	Jean Milanez Melo <jmelo@@freebsdbrasil.com.br> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.7
log
@Update to 2.2.3.

PR:		83921
Submitted by:	Jean Milanez Melo (maintainer)
@
text
@d10 1
d12 2
a13 3
MASTER_SITES=	http://ufpr.dl.sourceforge.net/sourceforge/orsochpasswd/ \
		http://optusnet.dl.sourceforge.net/sourceforge/orsochpasswd/ \
		http://keihanna.dl.sourceforge.net/sourceforge/orsochpasswd/
@


1.6
log
@- Update to 2.2.2
- Update WWW

PR:		ports/72044, ports/72045
Submitted by:	Linh Pham <question+freebsdpr@@closedsrc.org>
Approved by:	Jean Milanez Melo <jmelo@@FreeBSDBrasil.COM.BR> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	2.2.2
d11 3
a13 1
MASTER_SITES=	http://sarg.sourceforge.net/
@


1.5
log
@Unbreak the build with recent GCC.

Reported by:	kris
Approved by:	portmgr (marcus), fjoe (mentor, implicit), maintainer
@
text
@d9 1
a9 2
PORTVERSION=	2.2.1
PORTREVISION=	2
d11 1
a11 2
MASTER_SITES=	http://web.onda.com.br/orso/ \
		http://fresh.t-systems-sfr.com/unix/src/privat2/
@


1.4
log
@BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
@
text
@a23 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 502126
BROKEN=		"Does not compile on FreeBSD >= 5.x"
.endif

d30 1
a30 1
.include <bsd.port.post.mk>
@


1.3
log
@- Fix installation: create missing directory
- Use PLIST_*
- Respect CC & CFLAGS
- Doesn't need gmake
- Don't create unsafe log file, print post-install
  message instead.

PR:		ports/62787 ports/62691
Submitted by:	maintainer, Volker Stolz <stolz@@i2.informatik.rwth-aachen.de>
@
text
@d24 6
d36 1
a36 1
.include <bsd.port.mk>
@


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

(Part 1)
@
text
@d10 1
a10 1
PORTREVISION=	1
d12 2
a13 1
MASTER_SITES=	http://web.onda.com.br/orso/
a18 1
USE_GMAKE=	yes
d22 7
a28 1
		--enable-cgidir=${PREFIX}/www/cgi-bin \
@


1.1
log
@Add chpasswd, a cgi program that allows users to change their Squid account's
password from their web browser.

PR:		ports/60365
Submitted by:	Jean Milanez Melo <jmelo@@freebsdbrasil.com.br>
@
text
@d10 1
@

