aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2009-02-05 06:24:43 +0800
committerglarkin <glarkin@FreeBSD.org>2009-02-05 06:24:43 +0800
commit5bd242ac343ea5f3fab7782e4f8a46dfffbf2a64 (patch)
treec60f4f57dbeec791265c4c2983ef71bea625d0ff /www
parente12df6c9923143268dce33550428856b65b5b88d (diff)
downloadfreebsd-ports-gnome-5bd242ac343ea5f3fab7782e4f8a46dfffbf2a64.tar.gz
freebsd-ports-gnome-5bd242ac343ea5f3fab7782e4f8a46dfffbf2a64.tar.zst
freebsd-ports-gnome-5bd242ac343ea5f3fab7782e4f8a46dfffbf2a64.zip
- Removed unnecessary patch file from CVS
- Bumped PORTREVISION Reported by: QAT
Diffstat (limited to 'www')
-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
-+)