diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 08:47:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 08:47:51 +0800 |
commit | fcad7d6603fff8cde093f411f3c1b860d1721a6a (patch) | |
tree | 480360672129bf0c49f6b94e20c9f729f2a8a6e7 /net-p2p/tribler | |
parent | afca7c67d76daed658334425b473995491edcbb5 (diff) | |
download | freebsd-ports-gnome-fcad7d6603fff8cde093f411f3c1b860d1721a6a.tar.gz freebsd-ports-gnome-fcad7d6603fff8cde093f411f3c1b860d1721a6a.tar.zst freebsd-ports-gnome-fcad7d6603fff8cde093f411f3c1b860d1721a6a.zip |
- Move to py25 or above
- While here kick md5 support
Diffstat (limited to 'net-p2p/tribler')
-rw-r--r-- | net-p2p/tribler/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/tribler/distinfo | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/tribler/Makefile b/net-p2p/tribler/Makefile index 76a6fed497ba..7c2b0ff489e8 100644 --- a/net-p2p/tribler/Makefile +++ b/net-p2p/tribler/Makefile @@ -7,7 +7,7 @@ PORTNAME= tribler PORTVERSION= 4.0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Tribler%20V${PORTVERSION} DISTNAME= Tribler_${PORTVERSION}_src @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.19.1:${PORTSDIR}/security/py-m2c ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb USE_ZIP= yes -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_WX= 2.6+ WX_COMPS= python WX_UNICODE= yes diff --git a/net-p2p/tribler/distinfo b/net-p2p/tribler/distinfo index 62191448a2c0..3f4c8dae6d84 100644 --- a/net-p2p/tribler/distinfo +++ b/net-p2p/tribler/distinfo @@ -1,3 +1,2 @@ -MD5 (Tribler_4.0.4_src.zip) = 42194d6a8ebc7616fd31fff6f7d6c6ef SHA256 (Tribler_4.0.4_src.zip) = 9560c2f9466a75b965fb03eac53343485368c15b3309ac6e29fca294df738fcc SIZE (Tribler_4.0.4_src.zip) = 1456630 |