Index: devel/allegro-devel/Makefile =================================================================== --- devel/allegro-devel/Makefile +++ devel/allegro-devel/Makefile @@ -2,16 +2,15 @@ # $FreeBSD$ PORTNAME= allegro -DISTVERSION= 5.0.9 +DISTVERSION= 5.2.4.0 PORTREVISION= 5 CATEGORIES= devel -MASTER_SITES= SF/alleg/allegro/${PORTVERSION} PKGNAMESUFFIX= -devel DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= koalative@gmail.com +MAINTAINER= rainbow@sanitylinux.org COMMENT= Cross-platform library for games and multimedia programming LICENSE= ZLIB BSD3CLAUSE @@ -24,6 +23,10 @@ libphysfs.so:devel/physfs USES= cmake jpeg openal:soft pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= liballeg +GH_PROJECT= allegro5 +GH_TAGNAME= 5.2.4.0 USE_XORG= x11 xpm xext xcursor xxf86vm xxf86dga USE_GL= glu USE_GNOME= gtk20 Index: devel/allegro-devel/distinfo =================================================================== --- devel/allegro-devel/distinfo +++ devel/allegro-devel/distinfo @@ -1,6 +1,9 @@ -SHA256 (allegro/allegro-5.0.9.tar.gz) = ba28ac307023f1c756f1c421086f81d1e19ec5f09412d5848303c64177a20bd5 -SIZE (allegro/allegro-5.0.9.tar.gz) = 3152274 +TIMESTAMP = 1526863373 +SHA256 (allegro/allegro-5.2.4.0.tar.gz) = 4de8ba2d39c80e288edc239d95de7425f9b759e0e7e11c96a89e9b950c434257 +SIZE (allegro/allegro-5.2.4.0.tar.gz) = 7065001 SHA256 (allegro/cosmic_protector.png) = 2bbfc008c5da3e703ebfbd9611fd1b14e4aff5da1cbe993a3a4d333c89a116f1 SIZE (allegro/cosmic_protector.png) = 2978 SHA256 (allegro/speed.png) = dfceec81746aad09d5b787ab33e3357a1d84d23735e8e1f7da0f23891a741d8a SIZE (allegro/speed.png) = 3767 +SHA256 (allegro/liballeg-allegro5-5.2.4.0_GH0.tar.gz) = 4de8ba2d39c80e288edc239d95de7425f9b759e0e7e11c96a89e9b950c434257 +SIZE (allegro/liballeg-allegro5-5.2.4.0_GH0.tar.gz) = 7065001 Index: net-p2p/deluge-cli/files/patch-deluge_ui_gtkui_preferences.py =================================================================== --- net-p2p/deluge-cli/files/patch-deluge_ui_gtkui_preferences.py +++ /dev/null @@ -1,20 +0,0 @@ -Closing upstream bug-report: https://dev.deluge-torrent.org/ticket/3039 - -Index: deluge/ui/gtkui/preferences.py -=================================================================== ---- deluge/ui/gtkui/preferences.py.orig 2017-05-12 12:57:19 UTC -+++ deluge/ui/gtkui/preferences.py -@@ -318,11 +318,8 @@ class Preferences(component.Component): - } - # Add proxy stuff - -- # Display workaround for single proxy in libtorrent >v0.16 -- try: -- lt_single_proxy = component.get("PreferencesManager").LT_SINGLE_PROXY -- except AttributeError: -- lt_single_proxy = False -+ # Display workaround for single proxy in libtorrent >= v0.16 -+ lt_single_proxy = True - - for t in ("peer", "web_seed", "tracker", "dht"): - if lt_single_proxy and not t == "peer":