head	1.13;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	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.9
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	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.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.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


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

1.12
date	2012.08.23.12.17.19;	author brooks;	state Exp;
branches;
next	1.11;

1.11
date	2011.12.02.22.33.35;	author brooks;	state Exp;
branches;
next	1.10;

1.10
date	2009.06.15.18.55.41;	author wxs;	state Exp;
branches;
next	1.9;

1.9
date	2009.02.13.17.28.48;	author brooks;	state Exp;
branches;
next	1.8;

1.8
date	2007.12.28.22.11.53;	author brooks;	state Exp;
branches;
next	1.7;

1.7
date	2007.02.08.16.10.24;	author brooks;	state Exp;
branches;
next	1.6;

1.6
date	2006.07.12.03.22.00;	author brooks;	state Exp;
branches;
next	1.5;

1.5
date	2005.10.17.23.21.36;	author brooks;	state Exp;
branches;
next	1.4;

1.4
date	2005.01.17.18.56.35;	author brooks;	state Exp;
branches;
next	1.3;

1.3
date	2004.05.16.00.54.18;	author brooks;	state Exp;
branches;
next	1.2;

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

1.1
date	2003.07.06.09.23.08;	author oliver;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# Ports collection makefile for:	tftp-hpa
# Date created:				Tue Jan 14, 2003
# Whom:					Brooks Davis <brooks@@freebsd.org>
#
# $FreeBSD: head/ftp/tftp-hpa/Makefile 303006 2012-08-23 12:17:19Z brooks $
#

PORTNAME=	tftp-hpa
PORTVERSION=	5.2
CATEGORIES=	ftp
MASTER_SITES=	${MASTER_SITE_KERNEL_ORG}
MASTER_SITE_SUBDIR=	software/network/tftp/tftp-hpa

MAINTAINER=	brooks@@FreeBSD.org
COMMENT=	An advanced tftp server

USE_XZ=		yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_RC_SUBR=	tftpd

PLIST_FILES=	bin/tftp \
		libexec/in.tftpd
.ifndef (NOPORTDOCS)
PORTDOCS=	CHANGES \
		README \
		README.security
.endif

MAN1=		tftp.1
MAN8=		in.tftpd.8
MLINKS=		in.tftpd.8 tftpd.8

post-patch:
	@@${REINPLACE_CMD} -e 's,SBINDIR,LIBEXECDIR,; s,sbindir,libexecdir,' \
	    ${WRKSRC}/MCONFIG.in
	@@${REINPLACE_CMD} -e 's,SBINDIR,LIBEXECDIR,g' \
	    ${WRKSRC}/tftpd/Makefile
	@@${REINPLACE_CMD} -e 's,LOG_DAEMON,LOG_FTP,g' \
	    -e 's,openlog(,tzset();openlog(,g' \
	    ${WRKSRC}/tftpd/tftpd.c

.ifdef PORTDOCS
post-install:
	@@${MKDIR} ${DOCSDIR}
.for docfile in ${PORTDOCS}
	@@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.12
log
@SVN rev 303006 on 2012-08-23 12:17:19Z by brooks

Upgrade to version 5.2.

linux.org moved new tftp-hpa versions into a new directory to chase that.[1]

PR:		ports/170865
Submitted by:	Andrey <wallavv@@gmail.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- update to 5.1
- add a simple rc.d script
- move files/patch to post-patch:
  o in6 part incorporated upstream
  o LOG_FTP handled in post-patch already
  o tzset() now handled in post-patch

Submitted by:	infofarmer
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	5.1
d12 1
a12 1
MASTER_SITE_SUBDIR=	software/network/tftp
d17 1
a17 1
USE_BZIP2=	yes
@


1.10
log
@- Use MASTER_SITES_KERNEL_ORG

PR:		ports/134566
Approved by:	all maintainer timeouts
@
text
@d9 1
a9 1
PORTVERSION=	0.49
d20 1
d40 1
@


1.9
log
@Upgrade to 0.49:
        Add IPv6 support.
	Support systems with editline instead of readline.
	Support long options in the server.

Prodded by:	portscout (via miwi)
@
text
@d11 2
a12 1
MASTER_SITES=	ftp://ftp.kernel.org/pub/software/network/tftp/
@


1.8
log
@When call tzset() before openlog so we log in local time instead of UTC.
This matches the behavior of /usr/libexec/tftpd.

Submitted by:	Hiroshi Fujishima <hirobo at tonteki dot org>
PR:		ports/116455
@
text
@d9 1
a9 2
PORTVERSION=	0.48
PORTREVISION=	1
@


1.7
log
@Upgrade to 0.48.  Mostly bug fixed, but a few minor added features.  See
${DOCSDIR}/CHANGES for more info.

Install a few of the included document files (CHANGES, README, and
README.security).

PR:		ports/108929
Submitted by:	chinsan (upgrade)
@
text
@d10 1
@


1.6
log
@- Upgrade to 0.42.
- Replace patche files with REINPLACE_CMD.

PR:		ports/100054
Submitted by:	chinsan <chinsan.tw at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.42
d22 5
d40 8
@


1.5
log
@Upgrade to 0.41:
  Fix bug by which patterns of the form \U\1 weren't converted correctly.

Reported by:	FreeBSD Ports Version Check (edwin)
@
text
@d9 1
a9 1
PORTVERSION=	0.41
d27 8
@


1.4
log
@- Upgrade to 0.40.
- Log as LOG_FTP instead of LOG_DAEMON

Submitted by:	Alex Deiter <tiamat at komi dot mts dot ru>
PR:		ports/76303
@
text
@d9 1
a9 1
PORTVERSION=	0.40
@


1.3
log
@Upgrade to 0.36.
Unquote COMMENT.
Ditch two-line plist file.

Approved by:	krion (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.36
@


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

(Part 2)
@
text
@d9 1
a9 2
PORTVERSION=	0.34
PORTREVISION=	1
d14 1
a14 1
COMMENT=	"An advanced tftp server"
d19 3
@


1.1
log
@Add tftp-hpa 0.34, "An advanced tftp server".

PR:		47156
Submitted by:	Brooks Davis <brooks@@freebsd.org>
@
text
@d10 1
@

