Bug 170865 - Not work installation ftp/tftp-hpa
Summary: Not work installation ftp/tftp-hpa
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: Brooks Davis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-22 14:00 UTC by Andrey
Modified: 2012-08-23 21:39 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey 2012-08-22 14:00:30 UTC
Port serach source in http://kernel.org/pub/software/network/tftp/ ,but it into http://kernel.org/pub/software/network/tftp/thtp-hpa

Fix: 

In Makefile of tftp-hpa:
-MASTER_SITE_SUBDIR= software/network/tftp/
+MASTER_SITE_SUBDIR= software/network/tftp/tftp-hpa
How-To-Repeat: install nagios-check_tftp
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-22 18:33:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->brooks

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-23 13:17:32 UTC
Author: brooks
Date: Thu Aug 23 12:17:19 2012
New Revision: 303006
URL: http://svn.freebsd.org/changeset/ports/303006

Log:
  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>

Modified:
  head/ftp/tftp-hpa/Makefile
  head/ftp/tftp-hpa/distinfo

Modified: head/ftp/tftp-hpa/Makefile
==============================================================================
--- head/ftp/tftp-hpa/Makefile	Thu Aug 23 12:08:09 2012	(r303005)
+++ head/ftp/tftp-hpa/Makefile	Thu Aug 23 12:17:19 2012	(r303006)
@@ -6,15 +6,15 @@
 #
 
 PORTNAME=	tftp-hpa
-PORTVERSION=	5.1
+PORTVERSION=	5.2
 CATEGORIES=	ftp
 MASTER_SITES=	${MASTER_SITE_KERNEL_ORG}
-MASTER_SITE_SUBDIR=	software/network/tftp
+MASTER_SITE_SUBDIR=	software/network/tftp/tftp-hpa
 
 MAINTAINER=	brooks@FreeBSD.org
 COMMENT=	An advanced tftp server
 
-USE_BZIP2=	yes
+USE_XZ=		yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_RC_SUBR=	tftpd

Modified: head/ftp/tftp-hpa/distinfo
==============================================================================
--- head/ftp/tftp-hpa/distinfo	Thu Aug 23 12:08:09 2012	(r303005)
+++ head/ftp/tftp-hpa/distinfo	Thu Aug 23 12:17:19 2012	(r303006)
@@ -1,2 +1,2 @@
-SHA256 (tftp-hpa-5.1.tar.bz2) = fd3f92064f26367051af91ea44b2553566e3d96cd73b4ccdf28e547e18d0e24c
-SIZE (tftp-hpa-5.1.tar.bz2) = 93919
+SHA256 (tftp-hpa-5.2.tar.xz) = afee361df96a2f88344e191f6a25480fd714e1d28d176c3f10cc43fa206b718b
+SIZE (tftp-hpa-5.2.tar.xz) = 89564
_______________________________________________
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 Brooks Davis freebsd_committer freebsd_triage 2012-08-23 21:38:58 UTC
State Changed
From-To: open->closed

Committed thanks!