Bug 174818 - [PATCH] ftp/wget 1.14
Summary: [PATCH] ftp/wget 1.14
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Vasil Dimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-30 01:40 UTC by Anders Nyström
Modified: 2013-02-18 16:10 UTC (History)
0 users

See Also:


Attachments
file.diff (743 bytes, patch)
2012-12-30 01:40 UTC, Anders Nyström
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Nyström 2012-12-30 01:40:00 UTC
Update ftp/wget port to version 1.14

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-12-30 01:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vd

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-18 16:01:08 UTC
Author: vd
Date: Mon Feb 18 16:01:00 2013
New Revision: 312512
URL: http://svnweb.freebsd.org/changeset/ports/312512

Log:
  Upgrade ftp/wget from 1.13.4 to 1.14
  
  PR:		ports/174818
  Submitted by:	"Anders N." <wicked@baot.se>

Modified:
  head/ftp/wget/Makefile
  head/ftp/wget/distinfo

Modified: head/ftp/wget/Makefile
==============================================================================
--- head/ftp/wget/Makefile	Mon Feb 18 15:28:05 2013	(r312511)
+++ head/ftp/wget/Makefile	Mon Feb 18 16:01:00 2013	(r312512)
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	wget
-DISTVERSION=	1.13.4
-PORTREVISION=	2
+DISTVERSION=	1.14
 CATEGORIES=	ftp www ipv6
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	wget

Modified: head/ftp/wget/distinfo
==============================================================================
--- head/ftp/wget/distinfo	Mon Feb 18 15:28:05 2013	(r312511)
+++ head/ftp/wget/distinfo	Mon Feb 18 16:01:00 2013	(r312512)
@@ -1,2 +1,2 @@
-SHA256 (wget-1.13.4.tar.xz) = 12a839a5f622e82d4f7b4a75ae09ed4b084658468c9f90796480754f5d96d1d6
-SIZE (wget-1.13.4.tar.xz) = 1453220
+SHA256 (wget-1.14.tar.xz) = 1761d7f7c6a2ad6c8d494d239c53f0c17126efb6449ada16dee3a66d87a4147b
+SIZE (wget-1.14.tar.xz) = 1584060
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Vasil Dimov freebsd_committer freebsd_triage 2013-02-18 16:01:20 UTC
State Changed
From-To: open->closed

Committed, thanks!