View | Details | Raw Unified | Return to bug 83172
Collapse All | Expand All

(-)roundup/Makefile (-4 / +5 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	roundup
8
PORTNAME=	roundup
9
PORTVERSION=	0.8.2
9
PORTVERSION=	0.8.3
10
CATEGORIES=	www
10
CATEGORIES=	www python
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
12
		http://bsdchat.com/dist/dryice/
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
14
14
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	dryice@liu.com.cn
15
COMMENT=	An Issue-Tracking System for Knowledge Workers
16
COMMENT=	An Issue-Tracking System for Knowledge Workers
16
17
17
USE_PYTHON=	yes
18
USE_PYTHON=	yes
(-)roundup/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (roundup-0.8.2.tar.gz) = e19a71242302fd26842f573698d86c2c
1
MD5 (roundup-0.8.3.tar.gz) = 0748ddc49d46bd8ec179b335bd12b049
2
SIZE (roundup-0.8.2.tar.gz) = 870857
2
SIZE (roundup-0.8.3.tar.gz) = 899369
(-)roundup/pkg-plist (+1 lines)
Lines 232-237 Link Here
232
share/locale/en/LC_MESSAGES/roundup.mo
232
share/locale/en/LC_MESSAGES/roundup.mo
233
share/locale/fr/LC_MESSAGES/roundup.mo
233
share/locale/fr/LC_MESSAGES/roundup.mo
234
share/locale/ru/LC_MESSAGES/roundup.mo
234
share/locale/ru/LC_MESSAGES/roundup.mo
235
share/locale/zh_CN/LC_MESSAGES/roundup.mo
235
%%DATADIR%%/cgi-bin/roundup.cgi
236
%%DATADIR%%/cgi-bin/roundup.cgi
236
%%DATADIR%%/templates/classic/TEMPLATE-INFO.txt
237
%%DATADIR%%/templates/classic/TEMPLATE-INFO.txt
237
%%DATADIR%%/templates/classic/detectors/messagesummary.py
238
%%DATADIR%%/templates/classic/detectors/messagesummary.py

Return to bug 83172