summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-01-17 09:34:15 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-01-17 09:34:15 +0000
commit0c1d97241bad01d33f383e58eefc9be0070f0e8b (patch)
tree8d3a1f753c33cb7d137ac3c4ef071639060b5f3b /ftp
parentAdd ftgl 2.04, (diff)
[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>
Notes
Notes: svn path=/head/; revision=98381
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/wget-devel/Makefile29
-rw-r--r--ftp/wget-devel/distinfo3
-rw-r--r--ftp/wget-devel/pkg-descr6
-rw-r--r--ftp/wget/Makefile2
5 files changed, 23 insertions, 18 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index 58524ad89910..18aca7d71653 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -80,6 +80,7 @@
SUBDIR += vsftpd
SUBDIR += wget
SUBDIR += wget+ipv6
+ SUBDIR += wget-devel
SUBDIR += wput
SUBDIR += wu-ftpd
SUBDIR += wu-ftpd+ipv6
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile
index e0cbac5f4db9..83ec80d85540 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
diff --git a/ftp/wget-devel/distinfo b/ftp/wget-devel/distinfo
index 14080cef09ba..e768255e8800 100644
--- a/ftp/wget-devel/distinfo
+++ b/ftp/wget-devel/distinfo
@@ -1,2 +1 @@
-MD5 (wget-1.8.2.tar.gz) = a2473d7a53ebaf0a1bdb06f17059e8f1
-MD5 (wget_1.8.2-12.diff.gz) = 6017ad7231afb85ac37a2b975203fc40
+MD5 (wget-1.9.1.tar.gz) = e6051f1e1487ec0ebfdbda72bedc70ad
diff --git a/ftp/wget-devel/pkg-descr b/ftp/wget-devel/pkg-descr
index 6ed5aa61e463..d158470c9bc4 100644
--- a/ftp/wget-devel/pkg-descr
+++ b/ftp/wget-devel/pkg-descr
@@ -8,4 +8,8 @@ supported -- you can use Wget to make mirrors of archives and home
pages, or traverse the web like a WWW robot (Wget understands
/robots.txt).
-WWW: http://sunsite.auc.dk/wget/
+Of course, since this is the latest bleeding edge version, it is
+possible that things don't work. Please report them to the maintainer
+and to the authors of wget!
+
+WWW: http://wget.sunsite.dk/
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile
index e0cbac5f4db9..55fd664ded24 100644
--- a/ftp/wget/Makefile
+++ b/ftp/wget/Makefile
@@ -27,6 +27,8 @@ COMMENT= Retrieve files from the Net via HTTP and FTP
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
.endif
+CONFLICTS= wget-devel-*
+
USE_REINPLACE= yes
USE_PERL5_BUILD= yes
USE_GMAKE= yes