games-arcade/abe: update links to sourceforge.net
authorFrancesco Turco <fturco@fastmail.fm>
Fri, 10 Aug 2018 21:25:54 +0000 (23:25 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 11 Aug 2018 08:22:22 +0000 (10:22 +0200)
games-arcade/abe/abe-1.1-r1.ebuild

index 25fb312e3b544c68e4393ac2c0686a57cb9a56dd..e98e3af41b0415adec2b9fc69f2b81f6c534a0ec 100644 (file)
@@ -27,15 +27,15 @@ src_unpack() {
 PATCHES=(
        # From Fedora:
        # Enable changing the video settings.  Sent upstream 2 Apr 2006:
-       # https://sourceforge.net/tracker/?func=detail&aid=1463202&group_id=70141&atid=526743
+       # https://sourceforge.net/p/abe/bugs/1/
        "${FILESDIR}"/${P}-settings.patch
 
        # Fix a double free() bug.  Sent upstream 15 Mar 2011:
-       # https://sourceforge.net/tracker/?func=detail&aid=3214269&group_id=70141&atid=526745
+       # https://sourceforge.net/p/abe/patches/1/
        "${FILESDIR}"/${P}-doublefree.patch
 
        # Fix an incorrect printf format specifier.  Sent upstream 15 Mar 2011:
-       # https://sourceforge.net/tracker/?func=detail&aid=3214270&group_id=70141&atid=526745
+       # https://sourceforge.net/p/abe/patches/2/
        "${FILESDIR}"/${P}-format.patch
 
        # Fix build failure with -Werror=format-security