Bug 6638 - pkgconf doesn't download
Summary: pkgconf doesn't download
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Outdated package (show other bugs)
Version: 2013.08
Hardware: All All
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-30 14:57 UTC by masrur.macece
Modified: 2013-10-30 21:51 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.