Bug 6638

Summary: pkgconf doesn't download
Product: buildroot Reporter: masrur.macece
Component: Outdated packageAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: buildroot
Priority: P5    
Version: 2013.08   
Target Milestone: ---   
Hardware: All   
OS: All   
Host: Target:
Build:

Description masrur.macece 2013-10-30 14:57:24 UTC
pkgconf is not downloading as the URL for pkgconf no longer exists.

OLD URL:
http://tortois.es/~nenolod/distfiles

NEW URL:
http://rabbit.dereferenced.org/~nenolod/distfiles/

Here's the diff report:
8c8
< PKGCONF_SITE = http://tortois.es/~nenolod/distfiles
---
> PKGCONF_SITE = http://rabbitdereferenced.org/~nenolod/distfiles
Comment 1 masrur.macece 2013-10-30 15:02:27 UTC
This is the patch file that I created to resolve it.

--- package/pkgconf/pkgconf.mk	2013-09-17 07:42:07.000000000 -0400
+++ package/pkgconf/pkgconf.mk	2013-10-30 10:40:06.919994396 -0400
@@ -5,7 +5,7 @@
 ################################################################################
 
 PKGCONF_VERSION = 0.8.9
-PKGCONF_SITE = http://tortois.es/~nenolod/distfiles
+PKGCONF_SITE = http://rabbitdereferenced.org/~nenolod/distfiles
 PKGCONF_SOURCE = pkgconf-$(PKGCONF_VERSION).tar.bz2
 PKGCONF_LICENSE = pkgconf license
 PKGCONF_LICENSE_FILES = COPYING
Comment 2 masrur.macece 2013-10-30 15:21:58 UTC
Oops, error in the diff tool. Should be: http://rabbit.dereferenced.org/~nenolod/distfiles instead of 
http://rabbitdereferenced.org/~nenolod/distfiles

--- package/pkgconf/pkgconf.mk    2013-09-17 07:42:07.000000000 -0400
+++ package/pkgconf/pkgconf.mk    2013-10-30 10:40:06.919994396 -0400
@@ -5,7 +5,7 @@

################################################################################

 PKGCONF_VERSION = 0.8.9
-PKGCONF_SITE = http://tortois.es/~nenolod/distfiles
+PKGCONF_SITE = http://rabbit.dereferenced.org/~nenolod/distfiles
 PKGCONF_SOURCE = pkgconf-$(PKGCONF_VERSION).tar.bz2
 PKGCONF_LICENSE = pkgconf license
 PKGCONF_LICENSE_FILES = COPYING
Comment 3 Thomas Petazzoni 2013-10-30 21:51:51 UTC
Fixed by 9e7d7b3cd422affad5976a4013bcb8626a079491 in for-peter-2013.11.