aboutsummaryrefslogtreecommitdiff
path: root/www/trac-tweakui
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2009-02-04 22:24:43 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2009-02-04 22:24:43 +0000
commite1394dcf6569ee29d8906e60dee3c78ad076ef13 (patch)
tree9564f41205459624b5cd235c48acf4efb650e3e9 /www/trac-tweakui
parente0044de7e9a854f112a7c3a584323ee4f6fd6c16 (diff)
downloadports-e1394dcf6569ee29d8906e60dee3c78ad076ef13.tar.gz
ports-e1394dcf6569ee29d8906e60dee3c78ad076ef13.zip
Notes
Diffstat (limited to 'www/trac-tweakui')
-rw-r--r--www/trac-tweakui/Makefile1
-rw-r--r--www/trac-tweakui/files/patch-setup.py18
2 files changed, 1 insertions, 18 deletions
diff --git a/www/trac-tweakui/Makefile b/www/trac-tweakui/Makefile
index fac31390db74..ba7891809698 100644
--- a/www/trac-tweakui/Makefile
+++ b/www/trac-tweakui/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tweakui
PORTVERSION= 0.1.5180
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
diff --git a/www/trac-tweakui/files/patch-setup.py b/www/trac-tweakui/files/patch-setup.py
deleted file mode 100644
index 0c08bd8819d6..000000000000
--- a/www/trac-tweakui/files/patch-setup.py
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./setup.py.orig 2008-12-09 11:20:48.000000000 -0500
-+++ ./setup.py 2008-12-09 11:17:27.000000000 -0500
-@@ -4,6 +4,8 @@
- name = 'TracTweakUI',
- version = '0.1',
- packages = ['tractweakui'],
-+ package_dir = {'tractweakui': 'tractweakui'},
-+ package_data = {'tractweakui': ['templates/*.html']},
- include_package_data = True,
- author = "Richard Liao",
- author_email = 'richard.liao.i@gmail.com',
-@@ -18,4 +20,4 @@
- ],
- install_requires = [],
- entry_points = {'trac.plugins': ['tractweakui = tractweakui.web_ui']},
--)
-\ No newline at end of file
-+)