aboutsummaryrefslogtreecommitdiff
path: root/www/roundup
diff options
context:
space:
mode:
authorSofian Brabez <sbz@FreeBSD.org>2011-07-22 13:05:57 +0000
committerSofian Brabez <sbz@FreeBSD.org>2011-07-22 13:05:57 +0000
commitae75da68f4fa25f576696ba1ec20fa34b2662b14 (patch)
tree5c9360017c2eec6cd021bb628b6475a6c62ca308 /www/roundup
parenteee59b29ec40f5eea4edbc5847ec4290edae4fbf (diff)
downloadports-ae75da68f4fa25f576696ba1ec20fa34b2662b14.tar.gz
ports-ae75da68f4fa25f576696ba1ec20fa34b2662b14.zip
- Update to 1.4.19
- Fix BROKEN Approved by: jadawin@ (mentor)
Notes
Notes: svn path=/head/; revision=278158
Diffstat (limited to 'www/roundup')
-rw-r--r--www/roundup/Makefile8
-rw-r--r--www/roundup/distinfo4
-rw-r--r--www/roundup/files/patch-setup.py8
3 files changed, 10 insertions, 10 deletions
diff --git a/www/roundup/Makefile b/www/roundup/Makefile
index 95f514661f88..aa79344956de 100644
--- a/www/roundup/Makefile
+++ b/www/roundup/Makefile
@@ -6,16 +6,13 @@
#
PORTNAME= roundup
-PORTVERSION= 1.4.18
-PORTREVISION= 1
+PORTVERSION= 1.4.19
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
MAINTAINER= sbz@FreeBSD.org
COMMENT= An Issue-Tracking System for Knowledge Workers
-BROKEN= does not package
-
LICENSE= PSFL
LICENSE_FILE= ${WRKSRC}/COPYING.txt
@@ -66,5 +63,8 @@ post-install:
.if !defined(NO_INSTALL_MANPAGES)
@${INSTALL_MAN} ${MAN1:S,^,${WRKSRC}/share/man/man1/,} ${MAN1PREFIX}/man/man1
.endif
+.if !defined(WITHOUT_NLS)
+ @(cd ${WRKSRC}/build/share/locale/ && ${COPYTREE_SHARE} \* ${PREFIX}/share/locale/)
+.endif
.include <bsd.port.post.mk>
diff --git a/www/roundup/distinfo b/www/roundup/distinfo
index 9f0327e8423d..ab9987fe94e4 100644
--- a/www/roundup/distinfo
+++ b/www/roundup/distinfo
@@ -1,2 +1,2 @@
-SHA256 (roundup-1.4.18.tar.gz) = 993434286eb64e1f553c31d57b8bb3a72a5b1472a7845a0a7d40a9674a29e335
-SIZE (roundup-1.4.18.tar.gz) = 2526143
+SHA256 (roundup-1.4.19.tar.gz) = 484fe4c639f37c488cc488531a7c45e7afe1638424759f78e2e2da99cbb38b6b
+SIZE (roundup-1.4.19.tar.gz) = 2505527
diff --git a/www/roundup/files/patch-setup.py b/www/roundup/files/patch-setup.py
index 04058d3fcec8..ce96ecfa5d39 100644
--- a/www/roundup/files/patch-setup.py
+++ b/www/roundup/files/patch-setup.py
@@ -1,6 +1,6 @@
---- ./setup.py.orig 2011-05-13 11:20:33.000000000 +0200
-+++ ./setup.py 2011-07-11 23:52:17.000000000 +0200
-@@ -71,9 +71,6 @@
+--- ./setup.py.orig 2011-07-22 16:18:25.000000000 +0200
++++ ./setup.py 2011-07-22 16:19:10.000000000 +0200
+@@ -72,9 +72,6 @@
data_files = [
('share/roundup/cgi-bin', ['frontends/roundup.cgi']),
]
@@ -10,7 +10,7 @@
# add the templates to the data files lists
from roundup.init import listTemplates
-@@ -83,14 +80,6 @@
+@@ -84,14 +81,6 @@
for idir in '. detectors extensions html'.split():
data_files.append(include(os.path.join(tdir, idir), '*'))