diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-17 09:34:15 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-17 09:34:15 +0000 |
commit | 1176c232eb20a8243e55081b8e860955e87a39e5 (patch) | |
tree | a3741839cd20451cf993b14e04f79db1dcc192d4 /ftp/wget-devel/Makefile | |
parent | 58c7c96ccab2a3ec4cb40bcc96cbde70e024a1ce (diff) | |
download | FreeBSD-ports-1176c232eb20a8243e55081b8e860955e87a39e5.zip FreeBSD-ports-1176c232eb20a8243e55081b8e860955e87a39e5.tar.gz |
[Approved] new port: ftp/wget-devel
devel/wget starts to lag behind the releases of wget.
At least with a development version we are able to figure
out when it is stable enough to ftp/wget updated.
Add CONFLICTS to ftp/wget/Makefile
PR: ports/61155
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'ftp/wget-devel/Makefile')
-rw-r--r-- | ftp/wget-devel/Makefile | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile index e0cbac5..83ec80d 100644 --- a/ftp/wget-devel/Makefile +++ b/ftp/wget-devel/Makefile @@ -1,34 +1,33 @@ -# Ports collection makefile for: wget -# Date created: 31 December 1996 -# Whom: Thomas Gellekum <tg@FreeBSD.org> +# Ports collection makefile for: wget-devel +# Date created: 10 january 2004 +# Whom: Edwin Groothuis <edwin@mavetju.org> # # $FreeBSD$ # -# NOTE: I would like to skip wget-1.9 and wait for stabilization. -# Please don't push me to update. Thank you. - -PORTNAME= wget -PORTVERSION= 1.8.2 -PORTREVISION= 5 +PORTNAME= wget-devel +PORTVERSION= 1.9.1 CATEGORIES= ftp www ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= wget +DISTNAME= wget-${PORTVERSION} -PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= sf -PATCHFILES= wget_${PORTVERSION}-12.diff.gz -PATCH_DIST_STRIP= -p1 +#PATCH_SITES= ${MASTER_SITE_LOCAL} +#PATCH_SITE_SUBDIR= sf +#PATCHFILES= wget_${PORTVERSION}-12.diff.gz +#PATCH_DIST_STRIP= -p1 -MAINTAINER= sf@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Retrieve files from the Net via HTTP and FTP .if !defined(WITHOUT_NLS) LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext .endif +CONFLICTS= wget-* + USE_REINPLACE= yes -USE_PERL5_BUILD= yes +USE_PERL5_BUILD=yes USE_GMAKE= yes GNU_CONFIGURE= yes |