head	1.10;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5;
locks; strict;
comment	@# @;


1.10
date	2013.03.09.01.57.29;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2013.01.15.13.46.55;	author svnexp;	state Exp;
branches;
next	1.8;

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

1.7
date	2009.09.02.15.01.39;	author amdmi3;	state Exp;
branches;
next	1.6;

1.6
date	2009.03.30.14.18.26;	author ehaupt;	state Exp;
branches;
next	1.5;

1.5
date	2006.02.19.11.39.08;	author ehaupt;	state Exp;
branches;
next	1.4;

1.4
date	2005.10.06.11.57.00;	author ehaupt;	state Exp;
branches;
next	1.3;

1.3
date	2005.10.02.15.58.54;	author jylefort;	state Exp;
branches;
next	1.2;

1.2
date	2005.09.13.18.18.40;	author garga;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.08.11.13.30;	author garga;	state Exp;
branches;
next	;


desc
@@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313649
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Emanuel Haupt <ehaupt@@critical.ch>
# $FreeBSD: head/ftp/weex/Makefile 313649 2013-03-08 14:00:30Z ehaupt $

PORTNAME=	weex
PORTVERSION=	2.6.1.5
PORTREVISION=	1
CATEGORIES=	ftp
MASTER_SITES=	SF

MAINTAINER=	ehaupt@@FreeBSD.org
COMMENT=	Non-interactive FTP client

GNU_CONFIGURE=	yes
MANCOMPRESSED=	no
MAKE_JOBS_SAFE=	yes

PORTDOCS=	ChangeLog README
MAN1=		weex.1

OPTIONS_DEFINE=	DOCS

.include <bsd.port.options.mk>

post-patch:
	@@${REINPLACE_CMD} -e 's|^\(SUBDIRS.*\)debian|\1|' \
		${WRKSRC}/Makefile.in

post-install:
	${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/doc/sample.weexrc ${EXAMPLESDIR}

.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
.endfor
.endif

NOT_FOR_ARCHS=	amd64

.include <bsd.port.mk>
@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310443
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/ftp/weex/Makefile 310443 2013-01-15 13:40:28Z ehaupt $
d11 1
a11 1
COMMENT=	A non-interactive FTP client
@


1.8
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	weex
# Date created:				8 Sep 2005
# Whom:					Emanuel Haupt <ehaupt@@critical.ch>
#
# $FreeBSD: head/ftp/weex/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d20 4
d32 1
a32 1
.if !defined(NOPORTDOCS)
@


1.7
log
@- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Mark MAKE_JOBS_SAFE
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.5
log
@Remove deprecated USE_REINPLACE
@
text
@d20 1
@


1.4
log
@Change MAINTAINER address for my ports.

Approved by:	novel (mentor)
@
text
@a18 1
USE_REINPLACE=	yes
@


1.3
log
@- Fix a remote format string vulnerability
- Remove attribution from pkg-descr

PR:		ports/86833
Submitted by:	maintainer
Security:	fixes a remote format string vulnerability
@
text
@d15 1
a15 1
MAINTAINER=	ehaupt@@critical.ch
@


1.2
log
@- Mark it broken on amd64, it's not building.

PR:		ports/86082
Submitted by:	maintainer
Pointed by:	pointyhat via kris
@
text
@d10 1
@


1.1
log
@Add weex 2.6.1.5, a non-interactive FTP client.

PR:		ports/85862
Submitted by:	Emanuel Haupt <ehaupt@@critical.ch>
@
text
@d39 2
@

