- Update to 1.4.19

- Fix BROKEN

Approved by:	jadawin@ (mentor)
This commit is contained in:
Sofian Brabez 2011-07-22 13:05:57 +00:00
parent eee59b29ec
commit ae75da68f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278158
3 changed files with 10 additions and 10 deletions

View File

@ -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>

View File

@ -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

View File

@ -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), '*'))