aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2004-06-22 13:46:42 +0800
committermezz <mezz@FreeBSD.org>2004-06-22 13:46:42 +0800
commit797d84b74e6fc6851d51d8a3c244dce9d350285a (patch)
treec577c19ad00371a96e7a88916ba97821548da899 /net
parent50522ff143f42ac6ede175f491977defad87fecd (diff)
downloadfreebsd-ports-gnome-797d84b74e6fc6851d51d8a3c244dce9d350285a.tar.gz
freebsd-ports-gnome-797d84b74e6fc6851d51d8a3c244dce9d350285a.tar.zst
freebsd-ports-gnome-797d84b74e6fc6851d51d8a3c244dce9d350285a.zip
Back out to 0.0.11, because the 0.0.16 requires the development version of
py-gtk2 2.3.x (available at MarcusCom CVS). You still can get 0.0.16 at http://people.freebsd.org/~mezz/diff/ if you want to, which I will keep update from there until py-gtk2 2.3.x (will be 2.4) becomes stable. Reported by: Randy Pratt <rpratt1950@earthlink.net>
Diffstat (limited to 'net')
-rw-r--r--net/gnome-btdownload/Makefile13
-rw-r--r--net/gnome-btdownload/distinfo4
-rw-r--r--net/gnome-btdownload/files/patch-src::gnome-btdownload22
-rw-r--r--net/gnome-btdownload/pkg-plist7
4 files changed, 16 insertions, 30 deletions
diff --git a/net/gnome-btdownload/Makefile b/net/gnome-btdownload/Makefile
index d2dcd245550a..64f632734555 100644
--- a/net/gnome-btdownload/Makefile
+++ b/net/gnome-btdownload/Makefile
@@ -6,7 +6,9 @@
#
PORTNAME= gnome-btdownload
-PORTVERSION= 0.0.16
+PORTVERSION= 0.0.11
+PORTREVISION= 1
+PORTEPOCH= 1
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnome-bt
@@ -25,18 +27,9 @@ USE_GNOME= gnomehack gnomeprefix pygnome2
GNU_CONFIGURE= yes
MAN1= gnome-btdownload.1
-DOCS= AUTHORS COPYING ChangeLog INSTALL README
post-patch:
@${REINPLACE_CMD} -e 's|%%X11PREFIX%%|${PREFIX}|g' \
${WRKSRC}/src/${PORTNAME}
-.ifndef (NOPORTDOCS)
-post-install:
- @${MKDIR} ${DOCSDIR}
-.for i in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
-.endif
-
.include <bsd.port.mk>
diff --git a/net/gnome-btdownload/distinfo b/net/gnome-btdownload/distinfo
index d79ada8f0f9b..c831249cbde7 100644
--- a/net/gnome-btdownload/distinfo
+++ b/net/gnome-btdownload/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome-btdownload-0.0.16.tar.bz2) = f54826a4b5bc82367cff3f3ca8095f9d
-SIZE (gnome-btdownload-0.0.16.tar.bz2) = 85870
+MD5 (gnome-btdownload-0.0.11.tar.bz2) = 023786c0b2d6096f45ab841699658c23
+SIZE (gnome-btdownload-0.0.11.tar.bz2) = 83482
diff --git a/net/gnome-btdownload/files/patch-src::gnome-btdownload b/net/gnome-btdownload/files/patch-src::gnome-btdownload
index 3a7a77da040a..80ed19fb1cc1 100644
--- a/net/gnome-btdownload/files/patch-src::gnome-btdownload
+++ b/net/gnome-btdownload/files/patch-src::gnome-btdownload
@@ -1,17 +1,17 @@
---- src/gnome-btdownload.orig Tue Jun 15 00:16:22 2004
-+++ src/gnome-btdownload Tue Jun 15 00:17:17 2004
+--- src/gnome-btdownload.orig Thu Jan 8 22:13:40 2004
++++ src/gnome-btdownload Thu Jan 8 22:14:05 2004
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
- # BitTorrent related modules.
import BitTorrent.download, BitTorrent.bencode
-@@ -72,7 +72,7 @@
- # Fallback wrapper
- if not locate_file:
- def fallback_locate_attempt_prefixes(path):
-- prefixes = ['', 'usr/', 'usr/local/']
-+ prefixes = ['', '%%X11PREFIX%%/', 'usr/', 'usr/local/']
+ import os.path, threading, sys, time, re
+@@ -49,7 +49,7 @@
+ if not locate_file or not get_url:
+ try:
+ def fallback_locate_attempt_prefixes(path):
+- prefixes = ['', 'usr/', 'usr/local/']
++ prefixes = ['', '%%X11PREFIX%%/', 'usr/', 'usr/local/']
- # Try them locally
- for prefix in prefixes:
+ # Try them locally
+ for prefix in prefixes:
diff --git a/net/gnome-btdownload/pkg-plist b/net/gnome-btdownload/pkg-plist
index 0d23ca8ee2ca..c737fca5eb7b 100644
--- a/net/gnome-btdownload/pkg-plist
+++ b/net/gnome-btdownload/pkg-plist
@@ -1,11 +1,5 @@
bin/gnome-btdownload
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/README
share/gnome/application-registry/gnome-btdownload.applications
-share/gnome/gnome-btdownload/glade/contdiag.glade
share/gnome/gnome-btdownload/glade/dlsession.glade
share/gnome/gnome-btdownload/glade/errdiag.glade
share/gnome/gnome-btdownload/pixmaps/download.png
@@ -14,4 +8,3 @@ share/gnome/mime-info/gnome-btdownload.mime
@dirrm share/gnome/gnome-btdownload/pixmaps
@dirrm share/gnome/gnome-btdownload/glade
@dirrm share/gnome/gnome-btdownload
-%%PORTDOCS%%@dirrm %%DOCSDIR%%